diff options
author | Abyss777 <abyss@fox5.ru> | 2016-12-29 14:02:35 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-12-29 14:02:35 +0500 |
commit | 1b8b172eaaab2aa738f45e39e3ca86a42d494bdd (patch) | |
tree | a2e4c3af788eebc033be2de809ae84012bd9fcc3 /web/app/Style.js | |
parent | 4b83eba6511c6333a3cefaef59055db7e7764e3d (diff) | |
download | trackermap-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.tar.gz trackermap-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.tar.bz2 trackermap-web-1b8b172eaaab2aa738f45e39e3ca86a42d494bdd.zip |
Add support for geofence colors
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, |