aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-10-12 16:41:59 +1300
committerGitHub <noreply@github.com>2016-10-12 16:41:59 +1300
commit56d37a27017a1e47ec858195d910b438377d47b9 (patch)
treed0abcfc085e8467acc71b3bdc1f8982d4cf24e2c /web/app/Style.js
parent401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8 (diff)
parent561f459f3386f44c12da315e46b5275ba7d4a3cf (diff)
downloadetbsa-traccar-web-56d37a27017a1e47ec858195d910b438377d47b9.tar.gz
etbsa-traccar-web-56d37a27017a1e47ec858195d910b438377d47b9.tar.bz2
etbsa-traccar-web-56d37a27017a1e47ec858195d910b438377d47b9.zip
Merge pull request #295 from Abyss777/show_geofences
Always show geofences on the Map
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index d067e04..a8e16f9 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,