Changes between Initial Version and Version 1 of Ticket #1036


Ignore:
Timestamp:
Jul 30, 2020, 9:52:10 AM (4 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1036 – Description

    initial v1  
    4747}}}
    4848
     49From related PostGIS ticket
     50
     51----
     52
     53The lwgeom_split_wrapx function expects a split (which under the covers is a difference of a line away from an input) to return a collection, which it then iterates on. Instead we hand it a unitary object... which it then goes and tries to split again. Hence the infinite recursion. We need probably the old behaviour back, so that a GEOS 3.9 install doesn't break older software.