Please I need help. See the code below:
My name is to use the four coordinates ( Please what are am i doing wrongly? asked 17 Feb '22, 15:11 Segunlakata alester |
I don't know python, but... If you're making one call:
If you need a global
If you want to define a multi-sided polygon:
PS When you next post a question can you provide a routine which doesn't return empty. It makes it hard to determine any errors. answered 17 Feb '22, 20:39 DaveF |
Yes, I am using python. I wrote use this code below and it is working fine for me.
where, radius=100m latitude =49.8974309 longitude=-97.2033944 But now, i do not want to use radius again, rather i want to use four coordinates like a rectangular bounding box to query osm for highway (e.g. footway in particular, in the specified area) using python. answered 17 Feb '22, 16:06 Segunlakata alester |
I think you need to provide more information "%s" is not overpass syntax so I presume you are building queries in something like php or python. Can you capture an example of the generated query & show that instead?
Supplementary information has been provided in a closed question here: https://help.openstreetmap.org/questions/83512/overpass-api