Updating the cycle map to use all zoom levels as per Andy Allan's message.
This commit is contained in:
parent
a770819d0b
commit
e97e4df3c8
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ OpenLayers.Layer.OSM.CycleMap = OpenLayers.Class(OpenLayers.Layer.OSM, {
|
||||||
"http://b.andy.sandbox.cloudmade.com/tiles/cycle/",
|
"http://b.andy.sandbox.cloudmade.com/tiles/cycle/",
|
||||||
"http://c.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];
|
var newArguments = [name, url, options];
|
||||||
OpenLayers.Layer.OSM.prototype.initialize.apply(this, newArguments);
|
OpenLayers.Layer.OSM.prototype.initialize.apply(this, newArguments);
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue