From 1e8c8e84047f085b071c8653a50090a780021cc3 Mon Sep 17 00:00:00 2001 From: euzuro Date: Sat, 19 Aug 2006 05:18:24 +0000 Subject: [PATCH] update to example. git-svn-id: http://svn.openlayers.org/branches/openlayers/2.0@1307 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- examples/zoomLevels.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/zoomLevels.html b/examples/zoomLevels.html index 0d01f6143e..933c39899d 100644 --- a/examples/zoomLevels.html +++ b/examples/zoomLevels.html @@ -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);