I am using this query :
And for example there is this way :
In the nodes returned by query some nodes in above list eg, 293465086 is missing. So I am unable to completely render the way. Am I using the correct query ? If not what query should I use to render all ways in my bounding box ? Is the above query not returning the nodes out of the bounding box ? asked 29 Jan '13, 13:34 Anubha |
Do you execute your query here? Please re-run the query. I get node 293465086 in the results as well as 33 member nodes for way 26764919, so I cannot yet reproduce the problem. answered 29 Jan '13, 19:40 Roland Olbricht well, thanks so much, the nodes are really all present, so I debugged my code and found out why the nodes were not found. after executing the query, I saved the results in a text file. In that text file, some nodes were not in proper format, eg. { "type": "node", "id": 293454101 1000 / this 1000 value is extra / , "lat": 20.2622200, "lon": 85.8301700 }, and so my program could not parse due to this 1000, this 1000 was inserted unwanted in other places too. my line to write to file fprintf(fp,"%s",&buf[0]); why could this be happening ?
(30 Jan '13, 05:27)
Anubha
to state the above problem more clearly than in a comment I asked the following question :
(30 Jan '13, 06:36)
Anubha
|