Hi there, currently I'm searching for 4 types of features along a certain path (e.g. a point every 20 meters on a given track). I want to query for location names (e.g. mountains, rivers, huts, cities) around these coordinates. Currently my queries look like this:
The block inside (4 types) is repeated for each coordinate. Because I'm querying several hundred coordinates for features at once: Is there a more efficient way doing this? Or can I combine all the queries around 50 meters for "natural", "highway" and "tourism"? Thank you! Jens asked 24 Feb '19, 20:35 Lukey78 |
Passing the track as a linestring to around might be an improvement, see https://help.openstreetmap.org/questions/65796/querying-the-osm-data-for-peaks-or-other-features-which-are-nearby-a-gpx-track/65904