diff options
Diffstat (limited to 'web/app/store')
-rw-r--r-- | web/app/store/MapTypes.js | 3 |
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} ] }); |