From e3e192f86929cefd907fab62cb5ec3c6f697cb11 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Fri, 23 Jun 2006 04:21:59 +0000 Subject: [PATCH] Commit change to worldwind layer so you can turn off landsat and see bathy layer. They only overlap at one zoom. git-svn-id: http://svn.openlayers.org/trunk/openlayers@696 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/worldwind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/worldwind.html b/examples/worldwind.html index 8bb076920e..520dcd48f7 100644 --- a/examples/worldwind.html +++ b/examples/worldwind.html @@ -29,7 +29,7 @@ map.addLayers([ol_wms, ww, ww2]); map.addControl(new OpenLayers.Control.LayerSwitcher()); - map.setCenter(new OpenLayers.LonLat(-71.4, 42.3), 8); + map.setCenter(new OpenLayers.LonLat(-71.4, 42.3), 6); } // -->