aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-bing-ol.js
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-10-16 14:09:32 +0100
committerChris Mytton <self@hecticjeff.net>2013-10-16 14:09:32 +0100
commit762c106ec81a4923d35b1eb4c60d762e60a495bf (patch)
tree4b7244a7e1fbfd53a7ef950a02072c162999af71 /web/js/map-bing-ol.js
parent0efb806e7dbfc6681230041751ed49552ec3ba5b (diff)
parent6daf4d511f5a2fd908d53ee974e04be4bf3ee722 (diff)
Merge branch 'master' into oxfordshire-usability-recommendations
Diffstat (limited to 'web/js/map-bing-ol.js')
-rw-r--r--web/js/map-bing-ol.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/web/js/map-bing-ol.js b/web/js/map-bing-ol.js
index f48f21c48..846133cd5 100644
--- a/web/js/map-bing-ol.js
+++ b/web/js/map-bing-ol.js
@@ -85,9 +85,8 @@ OpenLayers.Layer.BingUK = OpenLayers.Class(OpenLayers.Layer.XYZ, {
var url = [];
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),
+ maxResolution: 156543.03390625/Math.pow(2, options.zoomOffset || 0),
numZoomLevels: 19,
- transitionEffect: "resize",
sphericalMercator: true,
buffer: 0
//attribution: "© Microsoft / OS 2010"