aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
authorEdward Valley <ed.valley@yandex.com>2019-07-12 23:53:29 -0400
committerEdward Valley <ed.valley@yandex.com>2019-07-12 23:53:29 -0400
commite6013751d88cbfaac6c03a070d88cfd5c3e16921 (patch)
tree1b509acddae033e38f699de01b5803e63d380008 /web/app/store/MapTypes.js
parent74045badac73aae991301e65d119109ee7d5d46e (diff)
downloadetbsa-traccar-web-e6013751d88cbfaac6c03a070d88cfd5c3e16921.tar.gz
etbsa-traccar-web-e6013751d88cbfaac6c03a070d88cfd5c3e16921.tar.bz2
etbsa-traccar-web-e6013751d88cbfaac6c03a070d88cfd5c3e16921.zip
Add support for ArcGIS REST map services
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
}]
});