Release 1.2
Versions
The client JavaScript toolbox includes:
- Ext 2.2.1
- GeoExt 0.6 (Release Notes)
- OpenLayers revision 9737
New features & enhancements
- server is based on Pylons 0.9.7, the current stable Pylons version
- client comes with GeoExt, version 0.6, which just came out
- MapFish Protocol now supports filtering on attributes
- client plugin facilitating installing the JavaScript toolbox in the application
- Python 2.6 support (Linux only)
- super-easy installation procedure, working on Linux as well as on Windows
- unit tests for the server
See the enhancement ticket list.
Bugs
See the defect ticket list.
API changes
Client
- mapfish.Protocol.MapFish now uses parameter bbox (instead of box) in GET requests, bbox and box are aliases in the server implementation
Server
- the LIKE and ILIKE comparison filters (mapfish.lib.comparison.Comparison) no longer add % around the searched strings, the client is responsible for adding %'s in the request parameters
