This is a static archive of our old OSM Help Site. Please post any new questions and answers at community.openstreetmap.org.

radius search from location

1

Hello,

I have a location to a place, something like the Berlin Brandenburger Tor (52.5164, 13.3777). Now i want to find all train stations nearby this location (in range of 5000m).

Is that possible?

asked 30 Sep '13, 21:04

dredav1's gravatar image

dredav1
26113
accept rate: 0%

edited 30 Sep '13, 21:10


One Answer:

4

Maybe there is a nice GUI for such a thing but I don't know one.

If nobody comes up with one you have to be contend with the Overpass API and an around-search: http://wiki.openstreetmap.org/wiki/OAPI#Around

Use it with Overpass Turbo if you don't want to fiddle around too much.

hth
malenki

answered 30 Sep '13, 21:34

malenki's gravatar image

malenki
4.7k24683
accept rate: 6%

3

For example http://overpass-turbo.eu/s/19t

Please note that in 5 km radius you find already 120 stations.

(01 Oct '13, 06:58) Roland Olbricht
1

Thanks for that example, Roland. For me it would have been some work to write one. :)

(01 Oct '13, 18:08) malenki