From 1b8b172eaaab2aa738f45e39e3ca86a42d494bdd Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Thu, 29 Dec 2016 14:02:35 +0500 Subject: Add support for geofence colors --- web/app/Style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/app/Style.js') diff --git a/web/app/Style.js b/web/app/Style.js index 4a77f56..302e6d4 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, -- cgit v1.2.3