Live data from Hacker News

A city map of bus and train stations

cricetuscricetus.co.uk

11–15 of 15 posts

Re: A city map of bus and train stations

#12
post #6

Does OSM also store information about lines? When I click a station in Google Maps, it sometimes shows colored lines.

I just quickly looked at it, and bus stops seem to have a tag with the line, might be spotty though

Try https://www.openstreetmap.org/#map=15/51.5171/-0.1266&layers...

(There are several layers to choose from.)

Re: A city map of bus and train stations

#15
post #14

Do you just paste? node["highway"="bus_stop"]({{bbox}}); It does nothing on my city.

Use the 'Wizard' on https://overpass-turbo.eu/, paste "highway=bus_stop in $YourCity" and click 'Build and run query'.

This obviously only works if there are mapped bus stops in $YourCity in OpenStreetMap.

Post reply on HN