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

Fix PackedCoordinateSequence to ensure 4D is XYZM #591

Merged
merged 5 commits into from
Sep 1, 2020

Conversation

mukoki
Copy link
Contributor

@mukoki mukoki commented Sep 1, 2020

Fix and test for issue #580.
Note that compared to the previous proposition for PackedCoordinateSequence, I replaced

else if (dimension == 4 && measures == 1) { return XYZM }
by
else if (dimension == 4) { return XYZM }

and sorry for the noise

Signed-off-by: mukoki <m.michael.michaud@orange.fr>
Signed-off-by: mukoki <m.michael.michaud@orange.fr>
@dr-jts dr-jts changed the title Fix for ticket 580 Fix PackedCoordinateSequence to ensure 4D is XYZM Sep 1, 2020
@dr-jts dr-jts merged commit 31971c8 into locationtech:master Sep 1, 2020
This was referenced Jan 15, 2021
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.

None yet

2 participants