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

GH #122: Enable CountryRules by default #150

Open rsarathy opened 3 months ago

rsarathy commented 3 months ago

Why disable the Austria and Germany country rules? Are they hurting something?

Someone might want to run a BikeHopper instance there at some point, and it's an additional divergence from upstream GH.

No, they don't. I thought it would make the code slimmer but you're right, we do want to stay parallel to GH as much as possible. I reverted those changes.