From e6013751d88cbfaac6c03a070d88cfd5c3e16921 Mon Sep 17 00:00:00 2001 From: Edward Valley Date: Fri, 12 Jul 2019 23:53:29 -0400 Subject: Add support for ArcGIS REST map services --- web/app/store/MapTypes.js | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'web/app/store') 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 }] }); -- cgit v1.2.3