aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store')
-rw-r--r--web/app/store/MapTypes.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index f75bbaa..88d54bf 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -47,10 +47,10 @@ Ext.define('Traccar.store.MapTypes', {
key: 'wikimedia',
name: Strings.mapWikimedia
}, {
- key: 'customXyzFormat',
- name: Strings.mapCustomXyzFormat
+ key: 'custom',
+ name: Strings.mapCustom
}, {
- key: 'customArcgisRest',
- name: Strings.mapCustomArcgisRest
+ key: 'customArcgis',
+ name: Strings.mapCustomArcgis
}]
});