[postgis-tickets] [PostGIS] #2412: st_linetocurve('LINESTRING(0 0, 10 0)') -- ERROR: pta_desegmentize needs implementation for npoints < 4
PostGIS
trac at osgeo.org
Sun Aug 11 01:11:36 PDT 2013
#2412: st_linetocurve('LINESTRING(0 0, 10 0)') -- ERROR: pta_desegmentize needs
implementation for npoints < 4
---------------------+------------------------------------------------------
Reporter: strk | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.0.4
Component: postgis | Version: 1.5.X
Keywords: |
---------------------+------------------------------------------------------
Comment(by strk):
For comparison, this works fine:
{{{
=# select st_astext(st_linetocurve('LINESTRING(0 0, 10 0, 20 0, 30 0)'));
st_astext
--------------------------------
LINESTRING(0 0,10 0,20 0,30 0)
(1 row)
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/2412#comment:3>
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