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

Why does constituent gometries in GeometryCollection has to have srid=0? #3

Open
obozek opened this issue Oct 16, 2019 · 1 comment

Comments

@obozek
Copy link

obozek commented Oct 16, 2019

Why does constituent geometries in GeometryCollection has to have srid=0? I can't find any sources on the internet confirming this.

jtsGeometries[i]?.srid = 0 // convert2JTS sets SRIDs, but constituent geometries in a collection must have srid == 0

@oshai
Copy link
Contributor

oshai commented Feb 3, 2023

see #15
I released a fix for it in a fork.

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

No branches or pull requests

2 participants