Ticket #697 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

cunit failures on Polyhedral surface

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: trunk
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

Changed 2 years ago by pramsey

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.

Changed 2 years ago by pramsey

Fixed at r6333

Changed 2 years ago by pramsey

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.