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

how to find bus routes?

0

I'm specifically looking for the 52 bus route in Cardiff

asked 23 Mar '18, 12:46

wilgs's gravatar image

wilgs
16113
accept rate: 0%


One Answer:

3

You mean probably this?:

https://www.openstreetmap.org/relation/304158#map=13/51.5013/-3.1726

I have found it just by looking at public transport layer in Cardiff:

https://www.openstreetmap.org/#map=16/51.4833/-3.1744&layers=T

and then showing the data for a route with a given number.

answered 23 Mar '18, 13:03

kocio's gravatar image

kocio
2.1k12341
accept rate: 20%

2

That's because it's trying to export all the data from the current area (bounding box).

Exporting the data just for the route could be done this way:

  1. Go to the http://overpass-turbo.eu
  2. Open the Wizard
  3. Type in "route=bus and ref=52 in Cardiff"
  4. Run the query
  5. Go to the Export tab to download in a format suitable for you
(23 Mar '18, 13:50) kocio

Source code available on GitHub .