diff options
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 4a77f561..302e6d4c 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -71,7 +71,7 @@ Ext.define('Traccar.Style', { mapGeofenceTextColor: 'rgba(14, 88, 141, 1.0)', mapGeofenceColor: 'rgba(21, 127, 204, 1.0)', - mapGeofenceOverlay: 'rgba(21, 127, 204, 0.2)', + mapGeofenceOverlayOpacity: 0.2, mapGeofenceWidth: 5, mapGeofenceRadius: 9, |