From 7035551fcff02aa9846b434046546cad8b085214 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Sat, 19 Aug 2006 01:45:47 +0000 Subject: [PATCH] Make OpenPlans TIGER WMS proxy not a base layer in this example, so you can see it on top of nasa. But it is kind of ugly in that case ;) git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1300 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/tiger.html | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/tiger.html b/examples/tiger.html index 17372ab5cd..271a293e25 100644 --- a/examples/tiger.html +++ b/examples/tiger.html @@ -19,6 +19,7 @@ "http://wms.jpl.nasa.gov/wms.cgi", {layers: "modis,global_mosaic"}); jpl_wms.setVisibility(false); + ka_wms.isBaseLayer = false; map.addLayers([jpl_wms,ka_wms]); map.addControl(new OpenLayers.Control.LayerSwitcher()); map.addControl(new OpenLayers.Control.MouseToolbar());