glitchy map rendering with all lines turning dotted after adding a Marker when using Vue
Open
Nobody has claimed this yet.
bug :lady_beetle:
- Dominant language
- TypeScript
- Stars
- 12.4k
- Forks
- 2.4k
- PR merge metrics
- No merged PRs in 30d
Description
mapbox-gl-js version: 1.11.0
browser: latest Chrome
Steps to Trigger Behavior
import MapBox from 'mapbox-gl'
- add a marker on map using MapBox.Marker().setLnglat(lngLat).addTo(map)
2.then use mouse to zoom in or zoom out
3.the whole map changed
Link to Demonstration
Hard to paste code to jsbin, very sorry about that.
Could you please give some potential reason to cause this problem?
https://jsbin.com/
Expected Behavior
Actual Behavior
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
No source file or test is named. Start by reproducing the issue through the MapBox.Marker().setLngLat(...).addTo(map) entry point, then zoom the map and compare rendering before and after adding the marker; done means the map remains correctly rendered during zoom.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, typescript
- Domain
- computer-graphics, frontend, web-dev
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100