ckanext-spatial icon indicating copy to clipboard operation
ckanext-spatial copied to clipboard

Allow multiple geometries for each dataset

Open avdata99 opened this issue 3 years ago • 0 comments

Current status:

  • The package_extent table has 2 fields: package_id and the_geom but package_id is a primary key. We cannot add more than one geometry per each package :(
  • The save_package_extent function check for existing geometries and override them if exists for a package.
  • We are using the spatial package extra to save the geojson version of the geometries. We check_spatial_extra after a package is created or updated.

avdata99 avatar Aug 10 '22 14:08 avdata99