Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Transport Line ID’s in response #355

Open
BK01 opened this issue Dec 7, 2022 · 1 comment
Open

Enable Transport Line ID’s in response #355

BK01 opened this issue Dec 7, 2022 · 1 comment
Labels
enhancement New feature or request ROUTE PLANNER

Comments

@BK01
Copy link
Contributor

BK01 commented Dec 7, 2022

Current State:
The BC Route Planner response does not include a list of Transport Line ID’s (TLIDs).

Test cases: All routes (Truck and Non-truck) with &enable=tl. This should be disabled by default.
https://router.api.gov.bc.ca/directions.json?points=-123.70794%2C48.77869%2C-123.53785%2C48.38200&enable=tl
https://router.api.gov.bc.ca/truck/directions.json?points=-123.70794%2C48.77869%2C-123.53785%2C48.38200&enable=tl

Future state:

  • Include a list of the TLIDs associated with a route if the request includes an enabling parameter value (not included by default).
  • Include TLIDs in the response for both truck and non-truck requests (if specified in the request)
  • The list of TLIDs do not need to be linked to directions.
  • TLIDs returned in order from start to end

Out of scope:

  • Additional work to unpack TLIDs within joined Ferry routes.
@BK01 BK01 added enhancement New feature or request ROUTE PLANNER labels Dec 7, 2022
@BK01 BK01 added this to the Route Planner 2.2 milestone Dec 7, 2022
@BK01 BK01 changed the title Include Transport Line ID’s in BC Route Planner response Include Transport Line ID’s in response Dec 8, 2022
@BK01 BK01 changed the title Include Transport Line ID’s in response Enable Transport Line ID’s in response Dec 8, 2022
cmhodgson added a commit that referenced this issue Feb 2, 2023
#348 Add refernce data dates to response
#355 Enable Transport Line IDs in response
#356 Snap Tolerance parameter
@BK01
Copy link
Contributor Author

BK01 commented Dec 19, 2023

Validated in BC Route Planner 2.2 (router-dev.api.gov.bc.ca) on Dec 19, 2023.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ROUTE PLANNER
Projects
None yet
Development

No branches or pull requests

1 participant