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

Enable WKB reading/writing for POINT EMPTY #564

Closed
wants to merge 1 commit into from

Conversation

jagill
Copy link

@jagill jagill commented Jul 16, 2020

Although the WKB spec does not support empty points, ESRI and others
serialize them as points with NaN coordinates. Empty points are the
only valid geometry that were not serializable: this commit enables
serialization for them, so users can serialize all valid geometries
with WKB.

Although the WKB spec does not support empty points, ESRI and others
serialize them as points with NaN coordinates.  Empty points are the
only valid geometry that were not serializable: this commit enables
serialization for them, so users can serialize all valid geometries
with WKB.
@jagill
Copy link
Author

jagill commented Jul 16, 2020

The Eclipse contributor agreement requires me to allow them to publicly distribute my mailing address, which I'm not keen on. Please feel free to use this contribution directly, or by taking all or part of the code, in any way you wish.

@dr-jts
Copy link
Contributor

dr-jts commented Jul 25, 2020

Replaced by PR #567.

@dr-jts dr-jts closed this Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants