aboutsummaryrefslogtreecommitdiff
path: root/web/app/store
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store')
-rw-r--r--web/app/store/MapTypes.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 0165756..1564789 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -56,6 +56,12 @@ Ext.define('Traccar.store.MapTypes', {
key: 'custom',
name: Strings.mapCustom
}, {
+ key: 'googley',
+ name: 'Google Maps (satélite)'
+ }, {
+ key: 'googlem',
+ name: 'Google Maps (mapa)'
+ }, {
key: 'customArcgis',
name: Strings.mapCustomArcgis
}]