aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
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