Changes between Version 17 and Version 18 of SettingZoomLevels

Show
Ignore:
Timestamp:
09/17/08 19:42:58 (5 years ago)
Author:
crschmidt
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SettingZoomLevels

    v17 v18  
    3939                    minScale: 50000000, 
    4040                    maxResolution: "auto", 
    41                     maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180), 
     41                    maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), 
    4242                    maxResolution: 0.17578125, 
    4343                    maxScale: 10000000, 
     
    9999{{{ 
    100100    var options = { maxResolution: "auto", 
    101                     maxExtent: new OpenLayers.Bounds(-180, -90, 90, 180), 
     101                    maxExtent: new OpenLayers.Bounds(-180, -90, 180, 90), 
    102102                    minResolution: 0.0439453125 
    103103                  };