]> git.openstreetmap.org Git - rails.git/commitdiff
Remove accidental commit of my local mapnik layer.
authorTom Hughes <tom@compton.nu>
Fri, 11 Apr 2008 19:56:29 +0000 (19:56 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 11 Apr 2008 19:56:29 +0000 (19:56 +0000)
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,