GIScience / openrouteservice

🌍 The open source route planner api with plenty of features.
https://openrouteservice.org
GNU General Public License v3.0
1.43k stars 392 forks source link

HGV routing over tracks #464

Closed TimMcCauley closed 5 years ago

TimMcCauley commented 5 years ago

With the removal of being able to avoid "tracks", the current HGV profile will use tracks by default which do not make sense.

https://maps.openrouteservice.org/directions?n1=47.551086&n2=9.27922&n3=17&a=47.551912,9.274843,47.550224,9.283597&b=4a&c=0&k1=en-US&k2=km

https://www.openstreetmap.org/way/253024681#map=17/47.54890/9.28213

With #372 this won't be an issue but for now we need to be able to remove tracks by default when building graphs.

TimMcCauley commented 5 years ago

Note: this is already live and deployed on the live API for the HGV profile.