-
Notifications
You must be signed in to change notification settings - Fork 43
1.4 Release Notes
Below a list of the main features provided on the 1.4 MapStore's release:
- #243 Graticule tab in print preview
- #246 Add support to authentication in WMSGetFeatureInfo
- #245 Add support to authentication in WPSClient
- #226 Externalize the AdvancedScaleOverlay configuration mode
- #255 Review of OpenLayers CSS
- #223 MapStore Training documentation
- #221 Print Shanpshot Widget
- #218 Print Widget Upgrade
- #222 Configuration updates
- #219 ScaleBar and MousePosition Improvements
- Bug fixes in general
See a more complete list of closed issues for this 1.4 release here.
MapStore v1.4 uses the new GeoStore v1.1.1. Due to some changes to the GeoStore model between v1.1.0 and v1.1.1, an SQL migration script has been provided for Oracle, PostgreSQL and H2.
Only for the old GeoStore's database, before running GeoStore you have to run the corresponding SQL script for your DB type. You can find these scripts here
See the GeoStore WIKI pages for more information about GeoStore.
After the MapStore v1.3 only the essential components (Map and main MapStore configuration proeprties) of the Map configurations are saved in GeoStore (in JSON format). Moreover after the OpenLayers upgrade to the v2.13.1 more refinements are provided to the 'maxExtent' management. A MapStore Migrator has been developed in order to provide an easy way to migrate old MapStore's configurations in GeoStore. You can find here more information about it.