Opened 13 years ago

Closed 13 years ago

#706 closed defect (fixed)

ST_Segmentize on curved geometries -- CRASH

Reported by: robe Owned by: pramsey
Priority: medium Milestone: PostGIS 2.0.0
Component: postgis Version: master
Keywords: Cc:

Description

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

Change History (1)

comment:1 by pramsey, 13 years ago

Resolution: fixed
Status: newclosed

Fixed at r6354

Note: See TracTickets for help on using tickets.