Opened 16 years ago
Closed 14 years ago
#1853 closed defect (fixed)
KML Driver - Placemark with Multigeometry Polygons fails
Reported by: | darkblueB | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.1 |
Component: | OGR_SF | Version: | unspecified |
Severity: | normal | Keywords: | kml |
Cc: |
Description
attempt to read a KML 2.1 file with a Placemark containing Multigeometry,
multiple Polygons, each with one outer boundary and multiple inner boundaries, fails
the "no layers found" msg is misleading turning CPL_DEBUG on shows some parsing detail
Attachments (1)
Change History (4)
by , 16 years ago
Attachment: | cropcircletk.kml added |
---|
comment:1 by , 16 years ago
comment:2 by , 14 years ago
Milestone: | → 1.6.1 |
---|
In trunk (r16908) and branches/1.6 (r16909) : "KML: Add support for reading MultiGeometry and layers with mixed geometry type. Avoid quadratic complexity when reading KML files. Advertize 25D geometry type when relevant"
Test improved in r16910
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This is a duplicate of #1803