[PostGIS] #1926: ST_OffsetCurve creates a strange multi-linestring
PostGIS
trac at osgeo.org
Tue Jan 9 18:35:50 PST 2024
#1926: ST_OffsetCurve creates a strange multi-linestring
----------------------+--------------------------
Reporter: lexman | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS GEOS
Component: postgis | Version: 2.1.x
Resolution: | Keywords:
----------------------+--------------------------
Comment (by mdavis):
Now fixed:
{{{
select st_astext( st_offsetcurve( st_geomfromtext( 'LINESTRING(436533.041
5755061.11,436420.979 5755061.071,436372.505 5755061.054,436346.382
5755061.045)' ), -0.17 ) );
st_astext
------------------------------------------------------------------------------------------------------------------------------------------------------------
LINESTRING(436533.04094083636 5755061.27999999,436420.9789403804
5755061.24099999,436372.50494143093 5755061.223999989,436346.3819414309
5755061.21499999)
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/1926#comment:5>
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