creating new points in js
This commit is contained in:
parent
3dfa4b4956
commit
033d84ac01
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue