new-poly: removed leaflet-editable

This commit is contained in:
muerwre 2018-12-20 18:51:10 +07:00
parent 630ed43525
commit 34f99771b1
8 changed files with 15 additions and 15 deletions

View file

@ -183,7 +183,7 @@ export class NewPoly {
];
this.poly.setLatLngs(summary);
this.poly.enableEdit();
this.poly.editor.enable();
this.poly.editor.reset();
this.updateMarks();
};