editor: allow continuing polylines
This commit is contained in:
parent
57ec770f30
commit
72fcf0feb1
1 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,9 @@ editor = {
|
|||
editor.map.on('editable:vertex:click', function () {
|
||||
editor.map.doubleClickZoom.disable();
|
||||
});
|
||||
editor.map.on('editable:vertex:ctrlclick editable:vertex:metakeyclick', function (e) {
|
||||
e.vertex.continue();
|
||||
});
|
||||
|
||||
editor._get_geometry_types();
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue