diff options
author | Abyss777 <abyss@fox5.ru> | 2016-11-09 14:32:43 +0500 |
---|---|---|
committer | Abyss777 <abyss@fox5.ru> | 2016-11-09 14:32:43 +0500 |
commit | 26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9 (patch) | |
tree | eade1dba9bbda5e1d24958211ac91c9d391bb7cb /web/app/Style.js | |
parent | 03c7abe38d7d4852e80630d9f3f2124387f65d2c (diff) | |
download | trackermap-web-26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9.tar.gz trackermap-web-26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9.tar.bz2 trackermap-web-26ecb43bc27087ae1f7aac8a8b0ffa8421b846d9.zip |
- Add other icons
- Add Category combobox
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 4fe5afd7..b19584f0 100644 --- a/web/app/Style.js +++ b/web/app/Style.js @@ -59,6 +59,7 @@ Ext.define('Traccar.Style', { mapColorUnknown: 'rgba(250, 190, 77, 1.0)', mapColorOffline: 'rgba(255, 84, 104, 1.0)', + mapScaleNormal: 1, mapScaleSelected: 1.5, mapMaxZoom: 19, |