The London tube very often follows the roads because in the early days they believed they had to and they could pay less to property owners.
A city map of bus and train stations
11–15 of 15 posts
Re: A city map of bus and train stations
#12Does 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
#13It reminded me of this fascinating map: https://cartometro.com/cartes/metro-tram-london/
Re: A city map of bus and train stations
#14Do you just paste?
node["highway"="bus_stop"]({{bbox}});
It does nothing on my city.
Re: A city map of bus and train stations
#15Do 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.