mapbox / mapbox/mapbox-gl-geocoder
use jumpTo if flyTo: false
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- JavaScript
- Stars
- 388
- Forks
- 181
- PR merge metrics
- No merged PRs in 30d
Description
Right now, if flyTo is set to false, the map does nothing when user clicks on a search result. I would expect the map to instead jumpTo the location without an animation. Right now, the only way to jumpTo is to get the result from the geocoder, and call jumpTo on the map.
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 at the search-result click handling in the geocoder control and trace how the flyTo option is processed. Compare the existing animated navigation with the mapbox-gl-js jumpTo behavior, then verify that clicking a result with flyTo:false moves the map to the result without animation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100