mapbox / mapbox/mapbox-gl-directions
exclude points doesn't work
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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