peterstace/simplefeatures

Allow unmarshaling GeoJSON GeometryCollection without validation

Opened this issue · 0 comments

Right now, the only way to unmarshal a GeoJSON GeometryCollection without validation is to unmarshal it as regular JSON, then unmarshal each individual geometry without validation.

It would be better if there were a top-level function that allowed unmarshaling a GeometryCollection without validation.