geofabrik / OpenRailRouting

routing on railway tracks using OpenStreetMap data and the GraphHopper routing engine
Apache License 2.0
168 stars 30 forks source link

Support different railway values #22

Closed joakimfors closed 3 years ago

joakimfors commented 3 years ago

Currently only railway=rail is supported. This PR adds support for configuring different allowed railway= values, e.g. tram, light_rail etc.

Also fixes some small bugs and normalizes indentation.

Nakaner commented 3 years ago

Thank you for your contribution.