Opened 6 years ago
Closed 4 years ago
#838 closed patch (fixed)
Invalid union of valid geometres [JTS fails too]
Reported by: | strk | Owned by: | strk |
---|---|---|---|
Priority: | major | Milestone: | 3.6.4 |
Component: | Core | Version: | 3.6.2 |
Severity: | Unassigned | Keywords: | |
Cc: | mbdavis |
Attachments (1)
Change History (10)
by , 6 years ago
Attachment: | bug838.xml added |
---|
comment:1 by , 6 years ago
Summary: | Invalid union of valid geometres → Invalid union of valid geometres [JTS fails too] |
---|
comment:2 by , 5 years ago
Cc: | added |
---|
A possible improvement in the validator was suggested by Dr.JTS here: https://github.com/locationtech/jts/issues/107#issuecomment-329975263
comment:4 by , 5 years ago
PR porting experimental fix by DrJTS is here: https://git.osgeo.org/gitea/geos/geos/pulls/22
comment:5 by , 5 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
There's something wrong with the communication between GIT and Trac, in that this ticket was closed by a push to a "pull" git reference, not any official branch, so the ticket should have not been closed. I'll file an issue about this.
comment:6 by , 5 years ago
For the record, the git-hook issue was filed as #854 (and should be fixed arleady)
comment:7 by , 5 years ago
Milestone: | 3.6.3 → 3.6.4 |
---|---|
Type: | defect → patch |
Note:
See TracTickets
for help on using tickets.
JTS fails too as of this commit: https://github.com/locationtech/jts/commit/8e6abedeca3f3c1905c2f58c0a2dccc77f1f2f12
It outputs this result (in HEXWKB form, to make sure invalidity is not introduced by the WKT output):
Issue filed upstream: https://github.com/locationtech/jts/issues/107