aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-mastermap.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-07-13 12:15:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-07-13 12:18:12 +0100
commit3d2b2efe9e475b8b00d9ec170283f0c987d1adbd (patch)
tree30c190318d169ed045baee4b92bc8f68d906e2c4 /web/js/map-mastermap.js
parent682da394574c4c8d80d472e11805b371002a85bc (diff)
parent009c42448270895f97302747a69485de432d537d (diff)
Merge branch 'issues/commercial/1870-aerial-maps'
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 }
+];