-
Notifications
You must be signed in to change notification settings - Fork 60
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
Nullable Feature geometry #42
Comments
You are right, this was an oversight. I can make this change later today and release a new major version since this is a breaking change. Thanks for pointing this out! |
frewsxcv
added a commit
that referenced
this issue
May 10, 2016
frewsxcv
added a commit
that referenced
this issue
May 10, 2016
frewsxcv
added a commit
that referenced
this issue
May 10, 2016
frewsxcv
added a commit
that referenced
this issue
May 10, 2016
Version 0.3.0 has been published that includes the fix for this. Thanks again for filing this issue! 🎊 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to the GeoJSON specification, the
"geometry"
property of a Feature can be a JSON null value. I noticed that in other respects, nullability is reflected in the Rust API viaOption
, but this doesn't seem to be the case for thegeometry
field ofgeojson::Feature
. Is this intentional?The text was updated successfully, but these errors were encountered: