X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a401b59242122697d423468175453073681c185e..0623e88d3931243f1b3afea3321ad4123de9acad:/public/javascripts/map.js diff --git a/public/javascripts/map.js b/public/javascripts/map.js index db5b85616..e1baba50e 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -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