aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js19
1 files changed, 5 insertions, 14 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index a768d84..dd889d4 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -20,11 +20,14 @@ Ext.define('Traccar.store.MapTypes', {
fields: ['key', 'name'],
data: [{
+ key: 'osm',
+ name: Strings.mapOsm
+ }, {
key: 'carto',
name: Strings.mapCarto
}, {
- key: 'osm',
- name: Strings.mapOsm
+ key: 'autoNavi',
+ name: Strings.mapAutoNavi
}, {
key: 'bingRoad',
name: Strings.mapBingRoad
@@ -35,18 +38,6 @@ Ext.define('Traccar.store.MapTypes', {
key: 'bingHybrid',
name: Strings.mapBingHybrid
}, {
- key: 'autoNavi',
- name: Strings.mapAutoNavi
- }, {
- key: 'yandexMap',
- name: Strings.mapYandexMap
- }, {
- key: 'yandexSat',
- name: Strings.mapYandexSat
- }, {
- key: 'wikimedia',
- name: Strings.mapWikimedia
- }, {
key: 'custom',
name: Strings.mapCustom
}, {