Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#3744 closed defect (fixed)

ST_Subdivide loses subparts of inverted geometries

Reported by: komzpa Owned by: robe
Priority: medium Milestone: PostGIS 2.3.3
Component: postgis Version: 2.3.x
Keywords: Cc:

Description

Given a world-sized geometry, trying to subdivide it can lose parts of geometries.

I've tried to fix it, but it seems that testing on github doesn't run the test. https://github.com/postgis/postgis/pull/127

Change History (5)

comment:1 by robe, 7 years ago

Owner: changed from pramsey to robe

comment:2 by robe, 7 years ago

In 15363:

ST_Subdivide loses subparts of inverted geometries patch from Darafei Praliaskouski (Komzpa)
References #3744
changed area regress to cast to numeric so doesn't return scientific notation on windows

comment:3 by robe, 7 years ago

Resolution: fixed
Status: newclosed

In 15364:

ST_Subdivide loses subparts of inverted geometries patch from Darafei Praliaskouski (Komzpa)
Closes #3744 for PostGIS 2.3
changed area regress to cast to numeric so doesn't return scientific notation on windows

comment:4 by robe, 7 years ago

In 15367:

revise ST_Subdivide regress to use ticket instead of github pull request
References #3744

comment:5 by robe, 7 years ago

In 15368:

revise ST_Subdivide regress to use ticket instead of github pull request
References #3744 for PostGIS 2.3

Note: See TracTickets for help on using tickets.