aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-mastermap.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/js/map-mastermap.js')
-rw-r--r--web/js/map-mastermap.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/js/map-mastermap.js b/web/js/map-mastermap.js
index bb9adf532..663ccbdfb 100644
--- a/web/js/map-mastermap.js
+++ b/web/js/map-mastermap.js
@@ -23,3 +23,8 @@ OpenLayers.Layer.MasterMap = OpenLayers.Class(OpenLayers.Layer.BingUK, {
CLASS_NAME: "OpenLayers.Layer.MasterMap"
});
+
+fixmystreet.layer_options = [
+ { map_type: OpenLayers.Layer.MasterMap },
+ { map_type: OpenLayers.Layer.BingAerial }
+];