Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow unmarshaling GeoJSON GeometryCollection without validation #638

Open
peterstace opened this issue Sep 29, 2024 · 0 comments
Open

Allow unmarshaling GeoJSON GeometryCollection without validation #638

peterstace opened this issue Sep 29, 2024 · 0 comments
Labels
improve Improve (or remove) an existing feature

Comments

@peterstace
Copy link
Owner

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.

@peterstace peterstace added the improve Improve (or remove) an existing feature label Sep 29, 2024
@peterstace peterstace changed the title ALlow unmarshaling GeoJSON GeometryCollection without validation Allow unmarshaling GeoJSON GeometryCollection without validation Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improve Improve (or remove) an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant