Changes between Initial Version and Version 5 of Ticket #5868


Ignore:
Timestamp:
03/21/25 08:11:25 (44 hours ago)
Author:
gravitystorm
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5868

    • Property Cc gravitystorm added
  • TabularUnified Ticket #5868 – Description

    initial v5  
    88select CG_StraightSkeleton(geom)
    99  from table
    10  where !ST_PolygonHasPointTouchingRing(geom)
     10 where !ST_ValidPolygonHasPointTouchingInnerRing(geom)
    1111}}}
    1212
     
    1515{{{
    1616select CG_StraightSkeleton(
    17        case when ST_PolygonHasPointTouchingRing(geom)
     17       case when ST_ValidPolygonHasPointTouchingInnerRing(geom)
    1818       then st_buffer(geom, 0.0001)
    1919       else geom