ckanext-spatial
ckanext-spatial copied to clipboard
Allow multiple geometries for each dataset
Current status:
- The
package_extenttable has 2 fields:package_idandthe_geombutpackage_idis a primary key. We cannot add more than one geometry per each package :( - The
save_package_extentfunction check for existing geometries and override them if exists for a package. - We are using the
spatialpackage extra to save the geojson version of the geometries. Wecheck_spatial_extraafter a package is created or updated.