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
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.
The text was updated successfully, but these errors were encountered:
peterstace
changed the title
ALlow unmarshaling GeoJSON GeometryCollection without validation
Allow unmarshaling GeoJSON GeometryCollection without validation
Sep 29, 2024
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.
The text was updated successfully, but these errors were encountered: