Skip to content

Releases: ckan/ckanext-spatial

v2.1.1

10 Nov 14:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

31 Oct 22:22
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v2.1.0

v2.0.0

26 Jan 11:48
Compare
Choose a tag to compare

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

20 Dec 10:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0