aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/ServerAttributes.js
diff options
context:
space:
mode:
authorAbyss777 <abyss@fox5.ru>2017-06-20 11:08:16 +0500
committerAbyss777 <abyss@fox5.ru>2017-06-20 11:08:16 +0500
commit8429665c4ba061897e5e225792a2ab7350583c40 (patch)
treeb88916492f09fa1d7c0b0625eb4def259faf5cc1 /web/app/store/ServerAttributes.js
parent5a6044faac45b377efabe363655ec21790bd955b (diff)
downloadetbsa-traccar-web-8429665c4ba061897e5e225792a2ab7350583c40.tar.gz
etbsa-traccar-web-8429665c4ba061897e5e225792a2ab7350583c40.tar.bz2
etbsa-traccar-web-8429665c4ba061897e5e225792a2ab7350583c40.zip
Implement zoom map on select
Diffstat (limited to 'web/app/store/ServerAttributes.js')
-rw-r--r--web/app/store/ServerAttributes.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/app/store/ServerAttributes.js b/web/app/store/ServerAttributes.js
index 64bac24..05002f1 100644
--- a/web/app/store/ServerAttributes.js
+++ b/web/app/store/ServerAttributes.js
@@ -40,5 +40,12 @@ Ext.define('Traccar.store.ServerAttributes', {
name: Strings.attributeWebLiveRouteLength,
valueType: 'number',
allowDecimals: false
+ }, {
+ key: 'web.selectZoom',
+ name: Strings.attributeWebSelectZoom,
+ valueType: 'number',
+ allowDecimals: false,
+ minValue: Traccar.Style.mapDefaultZoom,
+ maxValue: Traccar.Style.mapMaxZoom
}]
});