-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
Hi!
I can not remove geo json layer from the map (version 0.4). I'm getting this error: "this.editing is undefined".
If I modify onRemove method (Polyline.js) from :
...
if (this.editing.enabled()) { ... }
...
to:
...
if (this.editing && this.editing.enabled()) { ... }
...
then error is gone and layer is removed.
Is there anyone with the same issue?
Metadata
Metadata
Assignees
Labels
No labels