]> git.openstreetmap.org Git - rails.git/blobdiff - public/javascripts/map.js
Remove accidental commit of my local mapnik layer.
[rails.git] / public / javascripts / map.js
index c0fd4bbd6df757315d5a6b5d6925d5d70a42331e..42ee49358fd6568b2b8a1cccaa37aecf5ac83054 100644 (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,