mapbox / mapbox/mapbox-gl-draw

Add vertices on clicked point in a linestring

Open
#1,127 0 comments 0 reactions 0 assignees View on GitHub

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
  1. Draw a line string
  2. 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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.