Michael Ross
Michael Ross
@mraross commented on [Wed Oct 05 2016](https://github.com/bcgov/api-specs/issues/71) Currently, route directions include a leg for every road, bridge, underpass, snowshed, or tunnel traversal. This is useful detail to have when defining...
Currently, the router will return sub-partitions by partitioning criteria specified in the routing request but it doesn't return the lengths (or distances), of those sub-partitions. By computing and returning subpartition...
Currently, when a request for an optimal route is made with isRoundTrip=false, the application user is not expecting their destination to change. To support this, keep the last route point...
Find the best truck route in a way that allows a user to override some restrictions. These overrides will result in a best route that goes through violated restrictions. The...
@gleeming commented on [Wed May 02 2018](https://github.com/bcgov/api-specs/issues/328) There are road features in ITN with street names of "emergency lane". These are typically short connectors between divided segments and not at...
No need to keep multiple month's traffic data in in-memory db. Just load in data for appropriate month each reboot. This will save a lot of memory but will require...
OnRoute needs to know all "permitting regions" a given best route passes through to determine the applicable permitting regulation. This is an enhancement to route partitioning (see #162 ). [LS015]
@mraross commented on [Mon Jun 04 2018](https://github.com/bcgov/api-specs/issues/338) Seasonal load restrictions refer to a specific type of weight limit applied to roads during periods of freezing, thawing, and heavy rains.
By design, truck/directions honours all soft road restrictions. This means a user may provide waypoints and vehicle dimensions for which there is no valid route. The user may change their...
new truck-specific params: followTruckRoute = boolean true/false truckRouteMultiplier = numeric value height = numeric value; OAH (overall height) width = numeric value; OAW (overall width) length = numeric value; OAL...