From 4966403aab46912dd29b8385b6050e95c47c295f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 8 Oct 2016 17:17:27 +1300 Subject: Add various coordinate formats --- web/app/view/ServerDialog.js | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'web/app/view/ServerDialog.js') 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 }] }, -- cgit v1.2.3