Opened 14 years ago
Closed 14 years ago
#697 closed defect (fixed)
cunit failures on Polyhedral surface
Reported by: | robe | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.0.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
Test: polyhedralsurface_parse ... FAILED 1. cu_surface.c:335 - CU_ASSERT_STRING_EQUAL("geometry contains non-closed rings",cu_error_msg) 2. cu_surface.c:341 - CU_ASSERT_STRING_EQUAL("geometry contains non-closed rings",cu_error_msg)
Change History (3)
comment:1 by , 14 years ago
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is the equal and opposite for to doing ring checking in only 2D
It looks like the fix is a bit more involved, it means not treating the components of psurfaces as polygons, but as their own special thing (patches) that can then be checked in 3d for closure.