aboutsummaryrefslogtreecommitdiff
path: root/web/app/store/MapTypes.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/app/store/MapTypes.js')
-rw-r--r--web/app/store/MapTypes.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/app/store/MapTypes.js b/web/app/store/MapTypes.js
index 09636e3a0..ef63fd92b 100644
--- a/web/app/store/MapTypes.js
+++ b/web/app/store/MapTypes.js
@@ -19,6 +19,7 @@ Ext.define('Traccar.store.MapTypes', {
fields: ['key', 'name'],
data : [
{'key': 'osm', 'name': strings.map_osm},
- {'key': 'bing', 'name': strings.map_bing}
+ {'key': 'bingRoad', 'name': strings.map_bing_road},
+ {'key': 'bingAerial', 'name': strings.map_bing_aerial}
]
});