Release 1.0
New features
MapFish Client
- print
- 2 widgets (single page and multi-page) to interact with the print library
- layer tree
- radio buttons for base layers
- protocol
- a MapFish protocol based on OpenLayers' new protocol abstraction
- searcher
- major refactoring of searchers, a searcher is now configured with a protocol, this makes it possible to do searches based on any protocol (MapFish REST Protocol, WFS, etc.)
- mediators
- mediator classes have been added to ease interactions between OpenLayers and Ext
- FeatureStoreMediator: to add features to an Ext store
- SearchStoreMediator: so that features resulting from searches are automatically added to an Ext store
- LayerStoreMediator: so that features added to a vector layer are automatically added to an Ext store
- mediator classes have been added to ease interactions between OpenLayers and Ext
- an API doc covering both MapFish and OpenLayers (online)
- upgrade to Ext 2.2
MapFish Server Framework
- a print proxy to interact with the print library
- feature editing support through a REST protocol
- first support for authentication and authorization
MapFish Server Library
- add read support to the Java GeoJSON library
- a Java library to print pdf files, features include:
- vectorized features (printed as vectors in pdf)
- support for WMS (single tile and tiled) and TileCache protocols
- rotated maps
- scalebar
- legends
- tables (e.g. to print search results)
- template-based
See the print library documentation to learn more about the possibilities the library offers. See this example to see the print library and widgets in action.
For further details, see the enhancement ticket list.
Bugs
See the defect ticket list.
See the pullup 1.0 ticket list for bugs that have been fixed during the RC cycle.
API changes
New documentations
These now replace the main documentations.
