diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-10-12 16:41:59 +1300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-12 16:41:59 +1300 |
commit | 56d37a27017a1e47ec858195d910b438377d47b9 (patch) | |
tree | d0abcfc085e8467acc71b3bdc1f8982d4cf24e2c /web/app/Style.js | |
parent | 401ee249a4c7b0de5eeaf32d1cbee4fd0d82a7a8 (diff) | |
parent | 561f459f3386f44c12da315e46b5275ba7d4a3cf (diff) | |
download | trackermap-web-56d37a27017a1e47ec858195d910b438377d47b9.tar.gz trackermap-web-56d37a27017a1e47ec858195d910b438377d47b9.tar.bz2 trackermap-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.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, |