aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-09-18 15:51:47 -0500
committerIván Ávalos <avalos@disroot.org>2021-09-18 15:51:47 -0500
commite3ce12fedfbc37d44b5a47fa523d18f3c6bc0e47 (patch)
tree352df3526fa1b4b0fd5e3eb53b06790a0ae21dc5 /web/app/store/MapTypes.js
parent6b58d35990013b22774fea1f268a82b474ac7194 (diff)
downloadetbsa-traccar-web-e3ce12fedfbc37d44b5a47fa523d18f3c6bc0e47.tar.gz
etbsa-traccar-web-e3ce12fedfbc37d44b5a47fa523d18f3c6bc0e47.tar.bz2
etbsa-traccar-web-e3ce12fedfbc37d44b5a47fa523d18f3c6bc0e47.zip
Removed unused maps and added extra custom map
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 9cca525..fef19e5 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -47,6 +47,9 @@ Ext.define('Traccar.store.MapTypes', {
key: 'custom',
name: Strings.mapCustom
}, {
+ key: 'custom2',
+ name: Strings.mapCustom + ' 2'
+ }, {
key: 'customArcgis',
name: Strings.mapCustomArcgis
}]