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
This commit is contained in:
crschmidt
2006-06-23 04:21:59 +00:00
parent e0c564c0e3
commit e3e192f869

View File

@@ -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);
}
// -->
</script>