aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorEdward Valley <ed.valley@yandex.com>2019-07-14 20:36:11 -0400
committerEdward Valley <ed.valley@yandex.com>2019-07-14 20:36:11 -0400
commit3b0f7304db66d560e241511f3c9dc6ebaf31013d (patch)
tree5373469d62c04ac8c370c7b2ab47a63cf2101ac5 /web/app/store
parent66fbb00c9ad302d746ca09e51a2a6a821aefab88 (diff)
downloadetbsa-traccar-web-3b0f7304db66d560e241511f3c9dc6ebaf31013d.tar.gz
etbsa-traccar-web-3b0f7304db66d560e241511f3c9dc6ebaf31013d.tar.bz2
etbsa-traccar-web-3b0f7304db66d560e241511f3c9dc6ebaf31013d.zip
Changes after first review
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
}]
});