diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2021-07-18 22:14:08 -0700 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2021-07-18 22:14:08 -0700 |
commit | 4273ec353b001a2b3a926c6ef07b8db9dbab3299 (patch) | |
tree | e97788b983936966f3f01bf94cc1eb22026919b3 /modern/src/map/GeofenceEditMap.js | |
parent | 2b8e12b24c2c1aea9f9f36f98061f8200e153eda (diff) | |
download | etbsa-traccar-web-4273ec353b001a2b3a926c6ef07b8db9dbab3299.tar.gz etbsa-traccar-web-4273ec353b001a2b3a926c6ef07b8db9dbab3299.tar.bz2 etbsa-traccar-web-4273ec353b001a2b3a926c6ef07b8db9dbab3299.zip |
Fix geofence edit controls
Diffstat (limited to 'modern/src/map/GeofenceEditMap.js')
-rw-r--r-- | modern/src/map/GeofenceEditMap.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modern/src/map/GeofenceEditMap.js b/modern/src/map/GeofenceEditMap.js index d639c19..28e259b 100644 --- a/modern/src/map/GeofenceEditMap.js +++ b/modern/src/map/GeofenceEditMap.js @@ -1,3 +1,4 @@ +import 'mapbox-gl/dist/mapbox-gl.css' import '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css'; import MapboxDraw from '@mapbox/mapbox-gl-draw'; import theme from '@mapbox/mapbox-gl-draw/src/lib/theme'; |