aboutsummaryrefslogtreecommitdiffstats
path: root/web/js/map-streetview.js
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-04-09 10:57:25 +0100
committerMatthew Somerville <matthew@mysociety.org>2013-04-09 10:57:25 +0100
commitb6fadd56742afd110f668276cd022e9c9237e47e (patch)
tree2c4bfcc5873dc72e02692aede0bb610cfc8b8f2b /web/js/map-streetview.js
parentad8023f190569e2e733241391efd1a69dc1b8288 (diff)
Add a zoomed in level.
Diffstat (limited to 'web/js/map-streetview.js')
-rw-r--r--web/js/map-streetview.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/map-streetview.js b/web/js/map-streetview.js
index b1ba3664d..03c5e7843 100644
--- a/web/js/map-streetview.js
+++ b/web/js/map-streetview.js
@@ -63,7 +63,7 @@ OpenLayers.Layer.StreetView = 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,
attribution: "Contains Ordnance Survey data © Crown copyright and database right 2010"