[postgis-tickets] [PostGIS] #4886: ST_Normalize() has different behavior with GEOS < 3.9.0 and => 3.9.0
PostGIS
trac at osgeo.org
Thu Mar 18 02:44:43 PDT 2021
#4886: ST_Normalize() has different behavior with GEOS < 3.9.0 and => 3.9.0
----------------------+--------------------------
Reporter: strk | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version:
Resolution: | Keywords:
----------------------+--------------------------
Comment (by strk):
If we consider the "untouched linestring" as a GEOS bug, we could easily
workaround the bug
by (in case GEOS < 3.9.0) creating a Polygon out of a closed linestring,
normalizing it and picking its boundary after normalization. I've tested
this to work effectively on my client code.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4886#comment:2>
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