Opened 7 years ago
Closed 7 years ago
#3969 closed defect (fixed)
ST_RemoveRepeatedPoints regression
Reported by: | Algunenano | Owned by: | strk |
---|---|---|---|
Priority: | high | Milestone: | PostGIS 2.5.0 |
Component: | liblwgeom | Version: | master |
Keywords: | Cc: |
Description
Trunk removes too many points in the following query:
# SELECT 18, ST_AsText( ST_RemoveRepeatedPoints('POLYGON((0 0, 0 1, 1 1, 1 0, 0 0))'::geometry, 10)); ?column? | st_astext ----------+--------------- 18 | POLYGON EMPTY (1 row)
POLYGON((0 0,1 1,1 0,0 0))
is the expected result.
Note:
See TracTickets
for help on using tickets.
In 16221: