ckan / ckanext-spatial

Geospatial extension for CKAN
http://docs.ckan.org/projects/ckanext-spatial
125 stars 190 forks source link

Allow Multiple Geometries #293

Closed avdata99 closed 1 year ago

avdata99 commented 1 year ago

Allow GeometryCollection for one-to-many Dataset-Geographies relations.

amercader commented 1 year ago

This looks good @avdata99 , can you add a test similar to this one passing a GeometryCollection instead?

Also for the legacy failures I guess that the shapely version used there doesn't have that exception

avdata99 commented 1 year ago

@amercader new test added and Exception error for old shapely version fixed