bikehopper / graphhopper

Open source routing engine for OpenStreetMap. Use it as Java library or standalone web server.
https://www.graphhopper.com/open-source/
Apache License 2.0
3 stars 0 forks source link

Check if bikes allowed on trip #17

Closed abhumbla closed 2 years ago

abhumbla commented 2 years ago

Fixes #16

Adds checks for bikes_allowed from trips.txt. unfortunately GTFS is bad and does not match reality, so i added a ignoreBikesAllowed flag in GraphExplorer to completely ignore that. but it's there if we need it