aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2019-07-14 23:05:43 -0700
committerGitHub <noreply@github.com>2019-07-14 23:05:43 -0700
commit37e28a7569d38f5aa2b1a18cf188b969347717b0 (patch)
tree5373469d62c04ac8c370c7b2ab47a63cf2101ac5 /web/app/store/MapTypes.js
parent74045badac73aae991301e65d119109ee7d5d46e (diff)
parent3b0f7304db66d560e241511f3c9dc6ebaf31013d (diff)
downloadetbsa-traccar-web-37e28a7569d38f5aa2b1a18cf188b969347717b0.tar.gz
etbsa-traccar-web-37e28a7569d38f5aa2b1a18cf188b969347717b0.tar.bz2
etbsa-traccar-web-37e28a7569d38f5aa2b1a18cf188b969347717b0.zip
Merge pull request #749 from edvalley/proposed
Add support for custom ArcGIS REST map services
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 3d32243..88d54bf 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -49,5 +49,8 @@ Ext.define('Traccar.store.MapTypes', {
}, {
key: 'custom',
name: Strings.mapCustom
+ }, {
+ key: 'customArcgis',
+ name: Strings.mapCustomArcgis
}]
});