OpenLayers OpenLayers

Changeset 4791

Show
Ignore:
Timestamp:
10/03/07 15:10:56 (1 year ago)
Author:
euzuro
Message:

one last small nd change. no functional change here

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/euzuro/zoomToResolution/lib/OpenLayers/Layer.js

    r4790 r4791  
    731731     * Parameters: 
    732732     * bounds - {<OpenLayers.Bounds>} 
    733      * closest - {Boolean} Find the zoom level that corresponds to the absolute  
    734      *     closest for the given extent, which may result in a zoom that does  
     733     * closest - {Boolean} Find the zoom level that most closely fits the  
     734     *     specified bounds. Note that this may result in a zoom that does  
    735735     *     not exactly contain the entire extent. 
    736736     *     Default is false.