diff --git a/src/c3nav/editor/static/editor/js/editor.js b/src/c3nav/editor/static/editor/js/editor.js index 3335c9f8..3c23bb70 100644 --- a/src/c3nav/editor/static/editor/js/editor.js +++ b/src/c3nav/editor/static/editor/js/editor.js @@ -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 {