#6247 closed defect (fixed)
GML <xx:geometry> behavior does not work correctly
Reported by: | JuergenWeichand | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 1.11.4 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | gml, inspire |
Cc: |
Description (last modified by )
According to changeset #25183 (https://trac.osgeo.org/gdal/changeset/25183) the geometry inside <xx:geometry> should be used if there are several geometries per feature. This function seems to be broken. The attached test case produces a wrong result after the .gfs file has been written?
Output:
---> GDAL Version: 2000100 <--- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open attempt: 1 GetGeometryType: 3 GetGeometryRef: POLYGON ((2 49,2 50,3 50,3 49,2 49)) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open attempt: 2 GetGeometryType: 1 GetGeometryRef: POINT (-2 -49) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Open attempt: 3 GetGeometryType: 1 GetGeometryRef: POINT (-2 -49)
Attachments (1)
Change History (6)
by , 9 years ago
Attachment: | ogr-bugreport.py added |
---|
comment:1 by , 9 years ago
Description: | modified (diff) |
---|
comment:2 by , 9 years ago
Milestone: | → 2.0.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 by , 9 years ago
Thank you very much Even! Any chance for a 1.11.4 backport (e.g. for QGIS)?
Note:
See TracTickets
for help on using tickets.
Python Testcase