Add the cycle map to the main site.

This commit is contained in:
Tom Hughes 2008-05-19 09:57:58 +00:00
parent a401b59242
commit 0623e88d39
3 changed files with 42 additions and 1 deletions

View file

@ -34,6 +34,12 @@ function createMap(divName) {
});
map.addLayer(osmarender);
var cyclemap = new OpenLayers.Layer.OSM.CycleMap("Cycle Map", {
displayOutsideMaxExtent: true,
wrapDateLine: true
});
map.addLayer(cyclemap);
var maplint = new OpenLayers.Layer.OSM.Maplint("Maplint", {
displayOutsideMaxExtent: true,
wrapDateLine: true