update example for r1310

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1311 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-19 06:13:28 +00:00
parent 29d6d8f017
commit c1779d1520

View File

@@ -25,9 +25,11 @@
// minResolution: 0.0439453125,
// maxScale: 10000000,
// minScale: 50000000,
// maxResolution: "auto",
// maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),
numZoomLevels: 5,
minResolution: "auto",
minExtent: new OpenLayers.Bounds(-1, -1, 1, 1),
maxResolution: "auto",
maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180),
// numZoomLevels: 5,
controls: [new OpenLayers.Control.MouseDefaults()]
};