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