I have a set of GML geometries (see here), which I try to load in QGIS. The set contains both points and polygons, but when loaded into QGIS, only points are shown. I tried to follow this thread, but the piece of code suggested for overriding is not present in .gfs file. Any chance to make it work?
I tried using OGR2OGR for converting to .shp, but only the points are converted.
<Name>CadastralParcel</Name> <ElementPath>CadastralParcel</ElementPath> <GeometryType>1</GeometryType>as suggested by Juergen Weichand at this thread.The problem is there is no such part of the code in the file :-) – zimmi Nov 14 '12 at 7:50