Changeset 1307
- Timestamp:
- 08/19/06 01:18:24 (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
r1302 r1307 26 26 // maxScale: 10000000, 27 27 // minScale: 50000000, 28 maxResolution: "auto", 29 maxExtent: new OpenLayers.Bounds(4, -90, 90, 90), 30 controls: [] 28 // maxResolution: "auto", 29 // maxExtent: new OpenLayers.Bounds(4, -90, 90, 90), 30 numZoomLevels: 5, 31 controls: [new OpenLayers.Control.MouseDefaults()] 31 32 }; 32 33
