[postgis-devel] [PostGIS] #706: ST_Segmentize on curved geometries -- CRASH
PostGIS
trac at osgeo.org
Mon Dec 13 07:35:00 PST 2010
#706: ST_Segmentize on curved geometries -- CRASH
---------------------+------------------------------------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.0.0
Component: postgis | Version: trunk
Keywords: |
---------------------+------------------------------------------------------
{{{
SELECT ST_Segmentize(foo1.the_geom, 0.5) As result
FROM ((SELECT
ST_GeomFromEWKT('SRID=4326;CURVEPOLYGON(CIRCULARSTRING(-71.0821 42.3036,
-71.4821 42.3036, -71.7821 42.7036, -71.0821 42.7036, -71.0821
42.3036),(-71.1821 42.4036, -71.3821 42.6036, -71.3821 42.4036, -71.1821
42.4036) ) ') As the_geom)) As foo1
}}}
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/706>
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-devel
mailing list