You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See a more complete list of closed issues for this 1.4 release here.
GeoStore Model Updates
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
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.