Changeset 1311
- Timestamp:
- 08/19/06 02:13:28 (2 years ago)
- Files:
-
- branches/openlayers/2.0/examples/zoomLevels.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/openlayers/2.0/examples/zoomLevels.html
r1307 r1311 26 26 // maxScale: 10000000, 27 27 // minScale: 50000000, 28 // maxResolution: "auto", 29 // maxExtent: new OpenLayers.Bounds(4, -90, 90, 90), 30 numZoomLevels: 5, 28 minResolution: "auto", 29 minExtent: new OpenLayers.Bounds(-1, -1, 1, 1), 30 maxResolution: "auto", 31 maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180), 32 // numZoomLevels: 5, 31 33 controls: [new OpenLayers.Control.MouseDefaults()] 32 34 };
