update to example.

git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1307 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-19 05:18:24 +00:00
parent cd21f42dab
commit 1e8c8e8404

View File

@@ -25,9 +25,10 @@
// minResolution: 0.0439453125,
// maxScale: 10000000,
// minScale: 50000000,
maxResolution: "auto",
maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),
controls: []
// maxResolution: "auto",
// maxExtent: new OpenLayers.Bounds(4, -90, 90, 90),
numZoomLevels: 5,
controls: [new OpenLayers.Control.MouseDefaults()]
};
map = new OpenLayers.Map( $('map') , options);