bcgov / ols-router

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

Vehicle-type specific turn restrictions don't work in some cases #312

Closed cmhodgson closed 1 year ago

cmhodgson commented 3 years ago

The RouteableBC Maker needs to be fixed to properly handle turn restrictions for specific vehicle types (eg. truck-only).

cmhodgson commented 3 years ago

This is fixed in my local code and has been tested on our dev server. It has not yet been committed but is a one-line fix.

BK01 commented 2 years ago

Validated with BC Route Planner 2.1.4 in DLV using that latest data prepared following the RouteableBC Maker update.

gleeming commented 2 years ago

Here's a test case for confirming limited access to Coquitlam Mainline. Post-fix, only truck mode routing should succeed. This models a private access point that should only be available to trucks during certain times, and never to other vehicles. Start: 49.33698,-122.77170 End: 49.37980,-122.77651

BK01 commented 2 years ago

Test case above has been validated in both DLV and TEST (latest data).

BK01 commented 2 years ago

Test case also validated in the PROD environment.