Remove accidental commit of my local mapnik layer.
This commit is contained in:
parent
0d60c39721
commit
790c4c1937
1 changed files with 0 additions and 6 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue