v2.2.0 - 2024-11-08
- CKAN 2.11 support #331
- SQLALchemy v2 support #338
- Fix requirements versions issues with Shapely and Numpy #341
- Fix catch error on index #327
- Traverse IIS folders in WAF harvester #337
- Ensure the bbox input is in the correct form #322
v2.1.1 - 2023-11-10
v2.1.0 - 2023-10-31
- 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 #308
- TypeError when spatial is missing #306
- Fix requirements #313
- Fix detecting Microsoft-IIS server #316
- Update install.rst #318
- Change str validator to unicode_safe #312
- Use csw2 from owslib #311
v2.0.0 - 2023-01-26
Note
ckanext-spaital v2.0.0 only supports CKAN >= 2.9. For older versions use the 1.x versions
- 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
v1.1.0 - 2022-12-20
- Update for PY3 Encoding (waf harvester) #252
- Drop deprecated
package_extras
usage #273 - Make
_params_for_solr_search
extendfq_list
#236 - Update shapely usage to avoid deprecation #276
guess_resource_format
may use protocol and function to better guess t… #268- Make
ckanext.spatial.harvest.validate_wms
working again #265 #267 - Lineage support #266
- Apply byte->str conversion to recursive call #278
- CKAN 2.10 support #279
- Remove coupled resources from solr #285
- Add nginx WAF server #283
- Pin shapely #303
- Fix HTML view of ISO XML #280