Add the cycle map to the main site.
This commit is contained in:
parent
a401b59242
commit
0623e88d39
3 changed files with 42 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue