[postgis-tickets] [PostGIS] #5320: ST_SimplifyPreserveTopology crashes with infinity coordinates
PostGIS
trac at osgeo.org
Fri Jan 20 22:27:09 PST 2023
#5320: ST_SimplifyPreserveTopology crashes with infinity coordinates
---------------------+---------------------------
Reporter: robe | Owner: robe
Type: defect | Status: assigned
Priority: blocker | Milestone: PostGIS 3.0.9
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
Same issue as #5318, #5317, #5315
{{{
SELECT ST_SimplifyPreserveTopology(foo1.the_geom, 20.1) As result
FROM ((SELECT
'0106000020E61000000100000001030000000100000005000000000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F000000000000F07F'::geometry
AS the_geom ) ) As foo1 ;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5320>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list