You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a vector layer, it is possible to delete individual shapes (e.g. for rectangles) by choosing the Select/Modify tool.
However, for points this is not possible. when trying to delete an individual point nothing happens. In the console log, the following error is shown
Vector.js:906 Uncaught TypeError: Cannot read property 'forEach' of undefined
at e.removeFeatureInternal (Vector.js:906)
at e.removeFeature (Vector.js:896)
at VectorLayer.vue:573
at e.forEach (Collection.js:136)
at a.deleteDraw (VectorLayer.vue:572)
at a.keyHandler (VectorLayer.vue:433)
Deleting all points with the Cursor tool is possible.
The text was updated successfully, but these errors were encountered:
When adding a vector layer, it is possible to delete individual shapes (e.g. for rectangles) by choosing the
Select/Modify
tool.However, for points this is not possible. when trying to delete an individual point nothing happens. In the console log, the following error is shown
Deleting all points with the
Cursor
tool is possible.The text was updated successfully, but these errors were encountered: