Hey, I want to find out information about the street I am driving on for given coordinates. For that I would like to use overpass, since I just need fast data access. This is what I have come up with (so very basic): http://overpass-turbo.eu/s/UoD Is this the best way to do this? What are typically "box sizes" for given coordinates you are using? How can I output only ways and no more nodes? Best wishes asked 26 May '20, 15:17 NABLA_OPERATOR |
"Is this the best way to do this" < If the co-ord is always a part of a way, yes. If not, look at 'around'. As you are only searching for ways you will only return a way.
Can you maybe give me an example?
Have a go yourself, first.