diff options
author | Struan Donald <struan@exo.org.uk> | 2020-05-19 17:02:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-07-10 19:22:07 +0100 |
commit | 009c42448270895f97302747a69485de432d537d (patch) | |
tree | 054cc04a4b21c2259f555d9e59f83eac3e81bd69 /web/js/map-mastermap.js | |
parent | 196e3cafcfcec0cc1a050a9d07aad81156ee794e (diff) |
Add aerial view toggle to Bing Maps & subclasses.
Co-authored-by: Dave Arter <davea@mysociety.org>
Co-authored-by: Matthew Somerville <matthew@mysociety.org>
Diffstat (limited to 'web/js/map-mastermap.js')
-rw-r--r-- | web/js/map-mastermap.js | 5 |
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 } +]; |