From e97e4df3c87f7681109b0bc66475022b29ee6759 Mon Sep 17 00:00:00 2001 From: Shaun McDonald Date: Wed, 5 Nov 2008 17:37:14 +0000 Subject: [PATCH 1/1] Updating the cycle map to use all zoom levels as per Andy Allan's message. --- public/openlayers/OpenStreetMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/openlayers/OpenStreetMap.js b/public/openlayers/OpenStreetMap.js index 7b33584af..57a1b99bd 100644 --- a/public/openlayers/OpenStreetMap.js +++ b/public/openlayers/OpenStreetMap.js @@ -175,7 +175,7 @@ OpenLayers.Layer.OSM.CycleMap = OpenLayers.Class(OpenLayers.Layer.OSM, { "http://b.andy.sandbox.cloudmade.com/tiles/cycle/", "http://c.andy.sandbox.cloudmade.com/tiles/cycle/" ]; - options = OpenLayers.Util.extend({ numZoomLevels: 18 }, options); + options = OpenLayers.Util.extend({ numZoomLevels: 19 }, options); var newArguments = [name, url, options]; OpenLayers.Layer.OSM.prototype.initialize.apply(this, newArguments); }, -- 2.43.2