You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Current status:
package_extent
table has 2 fields:package_id
andthe_geom
butpackage_id
is a primary key. We cannot add more than one geometry per each package :(save_package_extent
function check for existing geometries and override them if exists for a package.spatial
package extra to save the geojson version of the geometries. Wecheck_spatial_extra
after a package is created or updated.The text was updated successfully, but these errors were encountered: