aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
authorIván Ávalos <avalos@disroot.org>2021-09-18 15:57:34 -0500
committerIván Ávalos <avalos@disroot.org>2021-09-18 15:57:34 -0500
commitf39286e467cab47548de83c03e0f7c3c84fd2a5c (patch)
treee8a9d60366878a7c6413e17b89d1a4100c04e3a2 /web/app/store
parente3ce12fedfbc37d44b5a47fa523d18f3c6bc0e47 (diff)
downloadetbsa-traccar-web-f39286e467cab47548de83c03e0f7c3c84fd2a5c.tar.gz
etbsa-traccar-web-f39286e467cab47548de83c03e0f7c3c84fd2a5c.tar.bz2
etbsa-traccar-web-f39286e467cab47548de83c03e0f7c3c84fd2a5c.zip
Rearranged maps. Two Google Maps layers are now hardcoded
Diffstat (limited to 'web/app/store')
-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 fef19e5..f91f366 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -47,8 +47,11 @@ Ext.define('Traccar.store.MapTypes', {
key: 'custom',
name: Strings.mapCustom
}, {
- key: 'custom2',
- name: Strings.mapCustom + ' 2'
+ key: 'googley',
+ name: 'Google Maps (satélite)'
+ }, {
+ key: 'googlem',
+ name: 'Google Maps (mapa)'
}, {
key: 'customArcgis',
name: Strings.mapCustomArcgis