diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-08 10:03:18 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-08 10:03:18 +0500 |
commit | 97fd53f33b92e334e6094edb340ea551a44d136e (patch) | |
tree | ea1601e074b351be8b569debbf531a5374e3abd9 /web/app/Style.js | |
parent | 450f4a3a2423c90985603103b10e61a195d0f74f (diff) | |
download | trackermap-web-97fd53f33b92e334e6094edb340ea551a44d136e.tar.gz trackermap-web-97fd53f33b92e334e6094edb340ea551a44d136e.tar.bz2 trackermap-web-97fd53f33b92e334e6094edb340ea551a44d136e.zip |
- Move arrow to file
- Change stroke width
- Fix label offset
Diffstat (limited to 'web/app/Style.js')
-rw-r--r-- | web/app/Style.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/app/Style.js b/web/app/Style.js index 2353a218..4fe5afd7 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -52,7 +52,7 @@ Ext.define('Traccar.Style', { mapTextColor: 'rgba(50, 50, 50, 1.0)', mapTextStrokeColor: 'rgba(255, 255, 255, 1.0)', mapTextStrokeWidth: 2, - mapTextOffset: 10, + mapTextOffset: 2, mapTextFont: 'bold 12px sans-serif', mapColorOnline: 'rgba(77, 250, 144, 1.0)', |