Changes between Version 17 and Version 18 of SettingZoomLevels
- Timestamp:
- 09/17/08 19:42:58 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SettingZoomLevels
v17 v18 39 39 minScale: 50000000, 40 40 maxResolution: "auto", 41 maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180),41 maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), 42 42 maxResolution: 0.17578125, 43 43 maxScale: 10000000, … … 99 99 {{{ 100 100 var options = { maxResolution: "auto", 101 maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180),101 maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), 102 102 minResolution: 0.0439453125 103 103 };
