From 19bedcceffbb3bbb83ae04f9e88d5d6d9a35a155 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 26 Jun 2022 16:33:39 -0700 Subject: Enable polyline geofences --- modern/src/map/MapGeofenceEdit.js | 1 + 1 file changed, 1 insertion(+) (limited to 'modern') diff --git a/modern/src/map/MapGeofenceEdit.js b/modern/src/map/MapGeofenceEdit.js index 42e51af7..22f91dfa 100644 --- a/modern/src/map/MapGeofenceEdit.js +++ b/modern/src/map/MapGeofenceEdit.js @@ -15,6 +15,7 @@ const draw = new MapboxDraw({ displayControlsDefault: false, controls: { polygon: true, + line_string: true, trash: true, }, userProperties: true, -- cgit v1.2.3