diff options
author | kas <kas@rusgrad.com> | 2016-10-11 15:50:13 +0500 |
---|---|---|
committer | kas <kas@rusgrad.com> | 2016-10-11 15:50:13 +0500 |
commit | d26883a69c8efaf88694ad0b07887461a01a68d9 (patch) | |
tree | 8c08a3d98b974c65d20efa2d49c086a378d4b078 /web/app/Style.js | |
parent | 401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8 (diff) | |
download | trackermap-web-d26883a69c8efaf88694ad0b07887461a01a68d9.tar.gz trackermap-web-d26883a69c8efaf88694ad0b07887461a01a68d9.tar.bz2 trackermap-web-d26883a69c8efaf88694ad0b07887461a01a68d9.zip |
Always show geofences on the Map
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index d067e041..a8e16f9f 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -68,6 +68,7 @@ Ext.define('Traccar.Style', { mapMaxZoom: 19, mapDelay: 500, + mapGeofenceTextColor: 'rgba(14, 88, 141, 1.0)', mapGeofenceColor: 'rgba(21, 127, 204, 1.0)', mapGeofenceOverlay: 'rgba(21, 127, 204, 0.2)', mapGeofenceWidth: 5, |