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.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 3d32243..211cc81 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -47,7 +47,10 @@ Ext.define('Traccar.store.MapTypes', {
key: 'wikimedia',
name: Strings.mapWikimedia
}, {
- key: 'custom',
- name: Strings.mapCustom
+ key: 'customXyzFormat',
+ name: Strings.mapCustomXyzFormat
+ }, {
+ key: 'customArcgisRest',
+ name: Strings.mapCustomArcgisRest
}]
});