[postgis-tickets] [PostGIS] #4058: st_curvetoline hangs forever
PostGIS
trac at osgeo.org
Sat Jun 2 19:53:08 PDT 2018
#4058: st_curvetoline hangs forever
----------------------+---------------------------
Reporter: mjurce | Owner: strk
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 2.5.0
Component: postgis | Version: 2.4.x
Resolution: | Keywords:
----------------------+---------------------------
Comment (by robe):
strk which version of geos/postgis are you using?
Your reduced test case does not hang for me:
{{{
POSTGIS="2.5.0alpha r16593" [EXTENSION] PGSQL="110" GEOS="3.7.0dev-
CAPI-1.11.0 3fe3c03" PROJ="Rel. 4.9.3, 15 August 2016" GDAL="GDAL 2.2.4,
released 2018/03/19" LIBXML="2.7.8" LIBJSON="0.12" LIBPROTOBUF="1.2.1"
RASTER
}}}
{{{
select st_npoints(ST_CurveToLine(
'CIRCULARSTRING(2696000.55.831999999936670, 2695950.552000000141561
1125749.833000000100583, 2695865.195999999996275 1125835.189000)'
::geometry, 0.0001, 1, 0))
}}}
returns - 49551
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4058#comment:6>
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