Skip to content

v2.0.0

Compare
Choose a tag to compare
@amercader amercader released this 26 Jan 11:48
· 99 commits to master since this release

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