From f167a1c69f9ba55c20ca07ed708cc8b8a23b003a Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Tue, 29 May 2012 02:22:02 +0200 Subject: [PATCH] removed osmarender from yacysearch_location because that caused a javascript error --- htroot/yacysearch_location.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/htroot/yacysearch_location.html b/htroot/yacysearch_location.html index a4013203e..5e21d512c 100644 --- a/htroot/yacysearch_location.html +++ b/htroot/yacysearch_location.html @@ -35,10 +35,8 @@ //layerMaplint = new OpenLayers.Layer.OSM.Maplint("Maplint"); layerWMS = new OpenLayers.Layer.WMS( "OpenLayers WMS", "http://labs.metacarta.com/wms/vmap0", {layers: 'basic'} ); layerMapnik = new OpenLayers.Layer.OSM.Mapnik("Mapnik"); - layerOsmarender = new OpenLayers.Layer.OSM.Osmarender("Osmarender"); layerCycleMap = new OpenLayers.Layer.OSM.CycleMap("CycleMap"); map.addLayer(layerMapnik); - map.addLayer(layerOsmarender); map.addLayer(layerCycleMap); //map.addLayer(layerMaplint); map.addLayer(layerWMS);