diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-04-09 10:57:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-04-09 10:57:25 +0100 |
commit | b6fadd56742afd110f668276cd022e9c9237e47e (patch) | |
tree | 2c4bfcc5873dc72e02692aede0bb610cfc8b8f2b /web/js/map-bing-ol.js | |
parent | ad8023f190569e2e733241391efd1a69dc1b8288 (diff) |
Add a zoomed in level.
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r-- | web/js/map-bing-ol.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js index 34ea255e8..f48f21c48 100644 --- a/web/js/map-bing-ol.js +++ b/web/js/map-bing-ol.js @@ -86,7 +86,7 @@ OpenLayers.Layer.BingUK = OpenLayers.Class(OpenLayers.Layer.XYZ, { options = OpenLayers.Util.extend({ /* Below line added to OSM's file in order to allow minimum zoom level */ maxResolution: 156543.0339/Math.pow(2, options.zoomOffset || 0), - numZoomLevels: 18, + numZoomLevels: 19, transitionEffect: "resize", sphericalMercator: true, buffer: 0 |