bcgov / ols-router

BC Advanced Route Planner
https://bcgov.github.io/ols-router/
Apache License 2.0
23 stars 11 forks source link

In truck resources, followTruckRoute should default to true #256

Closed mraross closed 3 years ago

mraross commented 4 years ago

followTruckRoute should default to true for truck resources (e.g., /truck/directions). Rarely would an application need to use truck/route or truck/directions and not need trucks to follow truck routes. The default value of followTruckRoute when using non-truck resources (e.g., directions instead of truck/directions) should still be false.

mraross commented 4 years ago

Verified in production using https://github.com/bcgov/ols-router/issues/268