aboutsummaryrefslogtreecommitdiff
path: root/web/app/view/ServerDialog.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2016-10-08 17:17:27 +1300
committerAnton Tananaev <anton.tananaev@gmail.com>2016-10-08 17:17:27 +1300
commit4966403aab46912dd29b8385b6050e95c47c295f (patch)
tree28b71a74e278274170fb7cbb13587f1fcd1dc26a /web/app/view/ServerDialog.js
parentfc408a9ad93ebef686453be0d6565a5e630bf476 (diff)
downloadetbsa-traccar-web-4966403aab46912dd29b8385b6050e95c47c295f.tar.gz
etbsa-traccar-web-4966403aab46912dd29b8385b6050e95c47c295f.tar.bz2
etbsa-traccar-web-4966403aab46912dd29b8385b6050e95c47c295f.zip
Add various coordinate formats
Diffstat (limited to 'web/app/view/ServerDialog.js')
-rw-r--r--web/app/view/ServerDialog.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/app/view/ServerDialog.js b/web/app/view/ServerDialog.js
index 14af183..c16a75d 100644
--- a/web/app/view/ServerDialog.js
+++ b/web/app/view/ServerDialog.js
@@ -96,6 +96,14 @@ Ext.define('Traccar.view.ServerDialog', {
name: 'forceSettings',
fieldLabel: Strings.serverForceSettings,
allowBlank: false
+ }, {
+ xtype: 'combobox',
+ name: 'coordinateFormat',
+ fieldLabel: Strings.settingsCoordinateFormat,
+ store: 'CoordinateFormats',
+ displayField: 'name',
+ valueField: 'key',
+ editable: false
}]
},