Remove accidental commit of my local mapnik layer.

This commit is contained in:
Tom Hughes 2008-04-11 19:56:29 +00:00
parent 0d60c39721
commit 790c4c1937

View file

@ -35,12 +35,6 @@ function createMap(divName) {
});
map.addLayer(mapnik_local);
var maplint = new OpenLayers.Layer.OSM.Maplint("Maplint", {
displayOutsideMaxExtent: true,
wrapDateLine: true
});
map.addLayer(maplint);
var numZoomLevels = Math.max(mapnik.numZoomLevels, osmarender.numZoomLevels);
markers = new OpenLayers.Layer.Markers("Markers", {
displayInLayerSwitcher: false,