diff options
author | Edward Valley <ed.valley@yandex.com> | 2019-07-14 20:36:11 -0400 |
---|---|---|
committer | Edward Valley <ed.valley@yandex.com> | 2019-07-14 20:36:11 -0400 |
commit | 3b0f7304db66d560e241511f3c9dc6ebaf31013d (patch) | |
tree | 5373469d62c04ac8c370c7b2ab47a63cf2101ac5 /web/app/store | |
parent | 66fbb00c9ad302d746ca09e51a2a6a821aefab88 (diff) | |
download | trackermap-web-3b0f7304db66d560e241511f3c9dc6ebaf31013d.tar.gz trackermap-web-3b0f7304db66d560e241511f3c9dc6ebaf31013d.tar.bz2 trackermap-web-3b0f7304db66d560e241511f3c9dc6ebaf31013d.zip |
Changes after first review
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/MapTypes.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js index f75bbaa5..88d54bfa 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 }] }); |