mapbox / mapbox/mapbox-gl-draw
Add vertices on clicked point in a linestring
Open
Nobody has claimed this yet.
auto-triaged
needs information
- Dominant language
- JavaScript
- Stars
- 1.1k
- Forks
- 612
- Avg merge
- 8d 9h
- Merged PRs (30d)
- 5
Description
mapbox-gl-js version: ^2.10.0
mapbox-gl-draw version: ^1.3.0
Steps to Trigger Behavior
- Draw a line string
- click on a position in linestring
Expected Behavior
It should show the point or vertex on clicked area
Actual Behavior
Not shows the point or vertex on clicked area
Automatically adding points to different positions
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
Reproduce the issue by drawing a line string and clicking on it with mapbox-gl-js ^2.10.0 and mapbox-gl-draw ^1.3.0. Trace the line-editing click behavior in mapbox-gl-draw; done means a vertex appears at the clicked position rather than being added elsewhere.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100