Skip to content
  • David Zhao's avatar
    04faf89d
    Bug#21327888 POLYGONS WITH OPEN RINGS ARE AUTO-CLOSED · 04faf89d
    David Zhao authored
    Issue: Polygon rings are automatically closed if they are open, but
    according to OGC such rings must always be closed.
    
    Fix: Return ER_INVALID_GIS_DATA if constructing a polygon or multipolygon and
    any ring is open, do so for all kinds of polygon/multipolygon constructions.
    04faf89d
    Bug#21327888 POLYGONS WITH OPEN RINGS ARE AUTO-CLOSED
    David Zhao authored
    Issue: Polygon rings are automatically closed if they are open, but
    according to OGC such rings must always be closed.
    
    Fix: Return ER_INVALID_GIS_DATA if constructing a polygon or multipolygon and
    any ring is open, do so for all kinds of polygon/multipolygon constructions.
Loading