From: Shaun McDonald Date: Wed, 5 Nov 2008 17:37:14 +0000 (+0000) Subject: Updating the cycle map to use all zoom levels as per Andy Allan's message. X-Git-Tag: live~7616 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e97e4df3c87f7681109b0bc66475022b29ee6759?hp=a770819d0b9a94dcd28b83d06d8ea6a63ce37d41 Updating the cycle map to use all zoom levels as per Andy Allan's message. --- 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); },