Changes between Version 18 and Version 19 of ReleaseNotes2.2

Show
Ignore:
Timestamp:
10/19/06 17:59:37 (7 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes2.2

    v18 v19  
    3131 === Map === 
    3232 * '''Graceful way of dealing with setCenter() to out-of maxExtent coord''' (#191) 
     33 * '''Switching BaseLayers Maintains Map Resolution''' (#182) 
     34  Instead of merely jumping to the same zoom level (index into the resolutions array) in the new base layer, we call zoomToExtent() on the old layer's extent. This picks the closest resolution available. 
    3335 
    3436=== Layers === 
     
    4749}}} 
    4850to support raising and lowering layers in vertical map space. (see r1604)  
    49  * '''Switching BaseLayers Maintains Map Resolution''' (#182) 
    50   Instead of merely jumping to the same zoom level (index into the resolutions array) in the new base layer, we call zoomToExtent() on the old layer's extent. This picks the closest resolution available. 
    5151 * '''WFS Layers now work in Firefox, IE, Safari.''' (#138) 
    5252 * '''Mapserver CGI Layer''' (#175) -- Thanks Arnd Wipperman!