From 7f34e5e8fcc4231468c10aa5a3d3a45f852cc6ba Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 11 Apr 2008 19:56:56 +0000 Subject: [PATCH] Really remove it this time... --- public/javascripts/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", { -- 2.43.2