bcgov / ols-router

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

In partitioning of best route, compute and return lengths (distances) of sub-partitions #294

Open mraross opened 3 years ago

mraross commented 3 years ago

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 lengths, app developers don't have to know how to determine the length of polylines.

OnRoute needs distances along permitting network by permitting region and road authority.

OnRoute also needs to distinguish between inland and coastal ferry partitions because inland ferry travel is considered part of permittable route distance (who knew?).

LS007 LS027

This is an enhancement of #162

BK01 commented 8 months ago

Distance by partition is included in BC Route Planner 2.2.1. Inland vs. coastal ferry distinctions will be covered in another issue.