ckan / ckanext-spatial

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

Allow Multiple Geometries #293

Closed avdata99 closed 2 years ago

avdata99 commented 2 years ago

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

amercader commented 2 years 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 2 years ago

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