From ef4c2b07e522f70e60f38d78ceb9735ceb4ce62a Mon Sep 17 00:00:00 2001 From: euzuro Date: Thu, 10 Aug 2006 01:07:41 +0000 Subject: [PATCH] no use to set vis false git-svn-id: http://svn.openlayers.org/trunk/openlayers@1185 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/kamap.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/kamap.html b/examples/kamap.html index ff4b2c179f..964613b3c9 100644 --- a/examples/kamap.html +++ b/examples/kamap.html @@ -25,8 +25,6 @@ "prov_bound,fedlimit,rail,road,popplace", transparent: "true", format: "image/png" }); - dm_wms.setVisibility(false); - map.addLayers([ol_wms, jpl_wms, dm_wms]); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.zoomToFullExtent();