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

Added failing tests for WKBReader with Z, M, ZM geometries #39

Closed
wants to merge 1 commit into from
Closed

Added failing tests for WKBReader with Z, M, ZM geometries #39

wants to merge 1 commit into from

Conversation

BenMorel
Copy link

This PR adds failing WKBReader tests for issue 707.

@strk
Copy link
Member

strk commented Sep 29, 2014

Higher dimension WKB by ISO is not supported yet by GEOS. The Extended WKB (from PostGIS) is supported instead (ISO spec came out later). It'd take a WKBReader configuration or automatic guess to switch between the two or more representations. It'd be a new feature. 3.5.0 is still open for that, if you want to try an implementation.

@strk
Copy link
Member

strk commented Apr 20, 2015

See #45

strk added a commit that referenced this pull request Nov 8, 2016
This is a squashed merge of:

 - Added failing tests for WKBReader with Z, M, ZM geometries
   #39
   by Benjamin Morel

 - Add support for M values
   #45
   by Sandro Mani
@strk
Copy link
Member

strk commented Nov 8, 2016

I've squash-merged this into an mvalue branch, togheter with the changes in #45
Please continue work there if still interested

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants