aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-OpenLayers.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2011-05-25 20:55:25 +0100
committerMatthew Somerville <matthew@mysociety.org>2011-05-25 20:55:25 +0100
commit99c9095b0028e6139e2732f7405991b1d8a5cc98 (patch)
tree873e57c5a37006ecc9c332f282c34ce1054c7c00 /web/js/map-OpenLayers.js
parent498b51cc608c4fbd8bae187bf1c9849177134e58 (diff)
Integrate BingOL map package into the OSM one, thereby gaining non-JS functionality etc.
Diffstat (limited to 'web/js/map-OpenLayers.js')
-rw-r--r--web/js/map-OpenLayers.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/js/map-OpenLayers.js b/web/js/map-OpenLayers.js
index ed3ca4653..d912b4b5f 100644
--- a/web/js/map-OpenLayers.js
+++ b/web/js/map-OpenLayers.js
@@ -1,6 +1,6 @@
YAHOO.util.Event.onContentReady('map', function() {
- fixmystreet.ZOOM_OFFSET = 14;
+ fixmystreet.ZOOM_OFFSET = 13;
var perm = new OpenLayers.Control.Permalink();
set_map_config(perm);
@@ -13,7 +13,7 @@ YAHOO.util.Event.onContentReady('map', function() {
fixmystreet.layer_options = OpenLayers.Util.extend({
zoomOffset: fixmystreet.ZOOM_OFFSET,
transitionEffect: 'resize',
- numZoomLevels: 4
+ numZoomLevels: 5
}, fixmystreet.layer_options);
var layer = new fixmystreet.map_type("", fixmystreet.layer_options);
fixmystreet.map.addLayer(layer);