x

Re: Overpass API: Umkreissuche anhand einer Koordinate


Geschrieben von couchmapper (Gast) am 28. Januar 2014 13:47:41: [flux]

Als Antwort auf: Overpass API: Umkreissuche anhand einer Koordinate geschrieben von kerosin (Gast) am 28. Januar 2014 13:39:

Schau mal hier rein:

https://github.com/drolbr/Overpass-API/issues/23 wrote:

For the syntax: In XML, you can use now the attributes lat and lon:

<around␣radius="100"␣lat="50.7"␣lon="7.1"/>␣<print/>

In QL, these two values are added with commas as separators:

http://overpass-api.de/api/interpreter72?data=node(around:100,50.7,7.1);out;