uber / nebula.gl

A suite of 3D-enabled data editing overlays, suitable for deck.gl

Home Page:https://nebula.gl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EditableGeoJsonLayer selected Point Layer able to move, but the the old point still in it place

rullymartanto opened this issue · comments

I tried to using EditableGeoJsonLayer, editmode
when select point and move the point it's work, but the selected point also still on it place (it duplicated, the old place and new position)

here is the example https://codesandbox.io/s/nebula-gl-feature-modify-in-reactjs-forked-kg1eop?file=/src/components/Map/Map.js:115-135