Opened 13 years ago

Closed 13 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 pramsey, 13 years ago

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.

comment:2 by pramsey, 13 years ago

Fixed at r6333

comment:3 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.