From: Tom Hughes Date: Fri, 11 Apr 2008 19:56:56 +0000 (+0000) Subject: Really remove it this time... X-Git-Tag: live~7821 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/7f34e5e8fcc4231468c10aa5a3d3a45f852cc6ba?ds=sidebyside Really remove it this time... --- diff --git a/public/javascripts/map.js b/public/javascripts/map.js index 42ee49358..23763714c 100644 --- a/public/javascripts/map.js +++ b/public/javascripts/map.js @@ -29,11 +29,11 @@ function createMap(divName) { }); map.addLayer(osmarender); - var mapnik_local = new OpenLayers.Layer.OSM("Mapnik (Local)", "http://bericote.uk.cyberscience.com/tiles/", { + var maplint = new OpenLayers.Layer.OSM.Maplint("Maplint", { displayOutsideMaxExtent: true, wrapDateLine: true }); - map.addLayer(mapnik_local); + map.addLayer(maplint); var numZoomLevels = Math.max(mapnik.numZoomLevels, osmarender.numZoomLevels); markers = new OpenLayers.Layer.Markers("Markers", {