diff --git a/examples/zoomLevels.html b/examples/zoomLevels.html index 933c39899d..6bee6aabc4 100644 --- a/examples/zoomLevels.html +++ b/examples/zoomLevels.html @@ -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()] };