Opened 10 years ago

Closed 10 years ago

Last modified 9 years ago

#5754 closed defect (fixed)

GML: unable to get envelope of CurvePolygon

Reported by: martinl Owned by: warmerdam
Priority: high Milestone: 2.0.0
Component: OGR_SF Version: svn-trunk
Severity: major Keywords: curvepolygon, envelope, vfr
Cc:

Description

I started to test wiki:rfc49_curve_geometries on GML driver. I found problem when calculating envelope for CurvePolygon geometry. It's seems something like endless-loop somewhere in OGRCurvePolygon::getEnvelope().

Command to reproduce:

CPL_DEBUG=ON ogrinfo /vsicurl/http://vdp.cuzk.cz/vymenny_format/soucasna/20141031_OB_564567_UKSH.xml.gz Parcely -so

it stops on fid=2815.

Change History (3)

comment:1 by Even Rouault, 10 years ago

Resolution: fixed
Status: newclosed

trunk r28005 "Fix potential infinite loop in OGRCircularString::getEnvelope() (#5754)"

in reply to:  1 comment:2 by martinl, 10 years ago

Replying to rouault:

trunk r28005 "Fix potential infinite loop in OGRCircularString::getEnvelope() (#5754)"

thanks for quick fix! Martin

comment:3 by Even Rouault, 9 years ago

Milestone: 2.02.0.0

Milestone renamed

Note: See TracTickets for help on using tickets.