hi I'm using overpass turbo and im trying to get all the node in this bounded box using recurse poly I tried this code
but it gives me an error how can I solve it asked 03 Jan '21, 07:23 rabeeqasem |
In the future, when asking for help it is generally good to specify exactly what the error message is that you receive, rather than "it gives me an error". You say you want to get all the nodes in a given bounding box. The query to use for that would be
No ways or recursion involved. answered 03 Jan '21, 14:08 Frederik Ramm ♦ |
Your solution is provided in the error dialog: "at least 3 lat/lon float value pairs must be provided.", but you don't need it. If you want nodes of ways:
Else use Fredrik's solution. Plus you were missing a semicolon. answered 03 Jan '21, 14:34 DaveF |