aboutsummaryrefslogtreecommitdiff
path: root/web/app/Style.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2016-11-07 15:27:31 +0500
committerAbyss777 <abyss@fox5.ru>2016-11-07 15:27:31 +0500
commit450f4a3a2423c90985603103b10e61a195d0f74f (patch)
tree68633dd2494e5eb8d58ebaad9b2403aee7c3ffd3 /web/app/Style.js
parent0c68417e4a15051240cd724bb5f12fe0fc39c1de (diff)
downloadetbsa-traccar-web-450f4a3a2423c90985603103b10e61a195d0f74f.tar.gz
etbsa-traccar-web-450f4a3a2423c90985603103b10e61a195d0f74f.tar.bz2
etbsa-traccar-web-450f4a3a2423c90985603103b10e61a195d0f74f.zip
Draft of device images
Diffstat (limited to 'web/app/Style.js')
-rw-r--r--web/app/Style.js6
1 files changed, 1 insertions, 5 deletions
diff --git a/web/app/Style.js b/web/app/Style.js
index b4201bb..2353a21 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,