grote / osm2gtfs

Turn OpenStreetMap data and schedule information into GTFS
GNU General Public License v3.0
98 stars 31 forks source link

Issues loading bus stops #162

Closed bouhormq closed 3 years ago

bouhormq commented 3 years ago

Hi! I've been trying to make osm2gtfs pick up bus stops but it's not happening, would really appreciate it if someone could let me know what tags I'm missing here: https://www.openstreetmap.org/node/8188018824

nlehuby commented 3 years ago

Hi,

The appropriate tags are highway=bus_stop + public_transport=platform

You may want to check out the doc on the wiki : https://wiki.openstreetmap.org/wiki/FR:Bus :wink:

bouhormq commented 3 years ago

Hi Noemie! thanks for the help!