resto v2.2
resto v2.2
The main feature of resto v2.2 is the full support of geometries crossing the -180/180 degrees date line (see #203)
For other changes, see v2.1...v2.2
Warning The GeoJSON output interface slightly differs from resto v2.1 : the keywords property is now an array of objects instead of an object of objects (see eb64040)
Upgrade
To upgrade from an existing resto v2.1 database, runs the following scripts
psql -d resto -U postgres < _install/migration/from210To220.sql
_install/migration/updateKeywords.php -u resto -p resto > update_keywords.sql
psql -d resto -U postgres < update_keywords.sql