creating new points in js

This commit is contained in:
Laura Klünder 2017-07-08 17:11:39 +02:00
parent 3dfa4b4956
commit 033d84ac01

View file

@ -496,6 +496,8 @@ editor = {
} else if (geomtype === 'polyline') {
options = editor._line_draw_geometry_style(options);
editor.map.editTools.startPolyline(null, options);
} else if (geomtype === 'point') {
editor.map.editTools.startMarker(null, options);
}
editor._creating = true;
} else {