From 0824f4fd3355b7e63f6524e8ca21b5e57d77e757 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 25 Jul 2015 20:36:12 +1200 Subject: Allow map layer selection --- web/app/store/MapTypes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/app/store') 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} ] }); -- cgit v1.2.3