Change zoomToFullExtent to zoomToMaxExtent.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@810 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2006-06-27 23:47:28 +00:00
parent 1cf12e8d34
commit 7d810b47d1
9 changed files with 9 additions and 9 deletions

View File

@@ -32,7 +32,7 @@
map.addLayers([ol_wms, jpl_wms, dm_wms]);
map.addControl(new OpenLayers.Control.LayerSwitcher());
// map.setCenter(new OpenLayers.LonLat(0, 0), 0);
map.zoomToFullExtent();
map.zoomToMaxExtent();
}
// -->
</script>