mapbox / mapbox/mapbox-gl-directions

exclude points doesn't work

Open
#319 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

auto-triaged question
Dominant language
JavaScript
Stars
255
Forks
130
PR merge metrics
No merged PRs in 30d

Description

I'm trying to exclude certain points by providing them in WKT format. This is supposed to be a "beta" feature which I'm not sure is enabled by default or requires some config however it doesn't work for me.

Error is:

{
  "message": "exclude value must be one of: ferry, cash_only_tolls, border_crossing, country_border, state_border",
  "code": "InvalidInput"
}

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the WKT value passed to the exclude option and tracing where exclude values are validated before the Mapbox Directions API request. Confirm the supported input and expected behavior from the repository or API documentation; done means the reported WKT case is handled consistently with the intended exclude feature and covered by a regression test.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
api
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.