diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-07 15:27:31 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-07 15:27:31 +0500 |
commit | 450f4a3a2423c90985603103b10e61a195d0f74f (patch) | |
tree | 68633dd2494e5eb8d58ebaad9b2403aee7c3ffd3 /web/app/Style.js | |
parent | 0c68417e4a15051240cd724bb5f12fe0fc39c1de (diff) | |
download | trackermap-web-450f4a3a2423c90985603103b10e61a195d0f74f.tar.gz trackermap-web-450f4a3a2423c90985603103b10e61a195d0f74f.tar.bz2 trackermap-web-450f4a3a2423c90985603103b10e61a195d0f74f.zip |
Draft of device images
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index b4201bbd..2353a218 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -49,9 +49,6 @@ Ext.define('Traccar.Style', { ], mapRouteWidth: 5, - mapArrowStrokeColor: 'rgba(50, 50, 50, 1.0)', - mapArrowStrokeWidth: 2, - mapTextColor: 'rgba(50, 50, 50, 1.0)', mapTextStrokeColor: 'rgba(255, 255, 255, 1.0)', mapTextStrokeWidth: 2, @@ -62,8 +59,7 @@ Ext.define('Traccar.Style', { mapColorUnknown: 'rgba(250, 190, 77, 1.0)', mapColorOffline: 'rgba(255, 84, 104, 1.0)', - mapRadiusNormal: 9, - mapRadiusSelected: 14, + mapScaleSelected: 1.5, mapMaxZoom: 19, mapDelay: 500, |