Hi, I would like to export (or modify the exported file) such that I get only the transportation route. Any suggestions? Michele asked 10 Sep '13, 13:42 aliekor |
You can query Overpass API with a query like the following:
It searches for the bus line 636 in the network VRS. Other tags can be used for selecting in the same way. For convenience the query as a link: http://overpass-turbo.eu/s/112 answered 11 Sep '13, 08:13 Roland Olbricht Thanks, but how can i get the boundaries of the map I am exporting?
(11 Sep '13, 09:27)
aliekor
1
The boundaries are just the smallest/largest lat and lon values of the appearing nodes. So it is straightforward to determine them.
(12 Sep '13, 08:54)
Roland Olbricht
@aliekor: or do you want to limit the area by a bounding box where the query should be made from? If yes, this is possible: Read http://wiki.openstreetmap.org/wiki/Overpass_API very intensively ... there are many possibilities.
(12 Sep '13, 16:53)
stephan75
|