Opened 2 years ago
Last modified 2 years ago
#5320 closed defect
ST_SimplifyPreserveTopology crashes with infinity coordinates — at Initial Version
Reported by: | robe | Owned by: | robe |
---|---|---|---|
Priority: | blocker | Milestone: | PostGIS 3.0.9 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
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 ;
Note:
See TracTickets
for help on using tickets.