Releases: ckan/ckanext-spatial
Releases · ckan/ckanext-spatial
v2.2.0
What's Changed
- Fix catch error on index by @PavloMalko in #327
- CKAN 2.11 support by @amercader in #331
- Fix requirements versions by @amercader in #341
- traverse IIS folders by @FuhuXia in #337
- SQLAlchemy v2 support by @smotornyuk in #338
- Ensure the bbox input is in the correct form by @markstuart in #322
New Contributors
- @PavloMalko made their first contribution in #327
- @markstuart made their first contribution in #322
Full Changelog: v2.1.1...v2.2.0
v2.1.1
v2.1.0
What's Changed
- Dropped support for Python 2
- Dropped support for the PostGIS search backend
- Updated the common map JS module to support many different tile providers. The default Stamen Terrain tile will no longer work, and users will need to configure a map tiles provider. Please check the documentation for full details.
- Upgrade tests to check all envs, including CKAN 2.10 with Python 3.10 by @avdata99 in #308
- TypeError when spatial is missing by @smotornyuk in #306
- Fix requirements by @avdata99 in #313
- Fix detecting Microsoft-IIS server by @FuhuXia in #316
- Update install.rst by @mmdolbow in #318
- Change str validator to unicode_safe by @FuhuXia in #312
- Use csw2 from owslib by @Zharktas in #311
New Contributors
- @smotornyuk made their first contribution in #306
- @mmdolbow made their first contribution in #318
Full Changelog: v2.0.0...v2.1.0
v2.0.0
Note: ckanext-spaital v2.0.0 only supports CKAN >= 2.9. For older versions use the 1.x versions
Major changes
- Remove PostGIS requirement. Still available if using
ckan.spatial.use_postgis=true
, but will be dropped in the future - Updated and simplified bbox-based and spatial field based searches, cleaning up and consolidating code, extending test coverage
- Pre-built and customized Docker images (
*-spatial
) including all necessary changes to enable the spatial search - New dataset search widget, easier to integrate with custom themes
- Allow to customize the actual Solr spatial query
- Updated docs!
- Document and add tests for custom indexing support and multiple geometries per dataset
- Refactor
IPackageController
hooks
Full Changelog: v1.1.0...v2.0.0
v1.1.0
What's Changed
- Update for PY3 Encoding (waf harvester) by @nickumia-reisys in #252
- Drop deprecated
package_extras
usage by @mutantsan in #273 - Make
_params_for_solr_search
extendfq_list
by @frafra in #236 - Update shapely usage to avoid deprecation by @frafra in #276
guess_resource_format
may use protocol and function to better guess t… by @ccancellieri in #268- Make
ckanext.spatial.harvest.validate_wms
working again #265 by @ccancellieri in #267 - Lineage support by @ccancellieri in #266
- Apply byte->str conversion to recursive call by @bonnland in #278
- CKAN 2.10 support by @amercader in #279
- Remove coupled resources from solr by @Zharktas in #285
- Add nginx WAF server by @bonnland in #283
- Pin shapely by @Zharktas in #303
- Fix HTML view of ISO XML by @bonnland in #280
New Contributors
- @nickumia-reisys made their first contribution in #252
- @mutantsan made their first contribution in #273
- @frafra made their first contribution in #236
- @ccancellieri made their first contribution in #268
- @bonnland made their first contribution in #278
- @Zharktas made their first contribution in #285
Full Changelog: v1.0.0...v1.1.0