[Qgis-developer] Check geometry not fixing errors?
Even Rouault
even.rouault at spatialys.com
Fri Jan 22 01:02:52 PST 2016
Le vendredi 22 janvier 2016 09:54:07, Paolo Cavallini a écrit :
> Il 15/01/2016 17:53, Sandro Mani ha scritto:
> > About to leave right now, but if you can just list which layer and which
> > checks you picked I should be able to reproduce any issues easily.
>
> Further test:
>
> Failed to create the output layer: non riesco a creare il layer (errore
> OGR:Geometry type of `Unrecognised: 1003' not supported in shapefiles.
> Type can be overridden with a layer creation option
> of SHPT=POINT/ARC/POLYGON/MULTIPOINT/POINTZ/ARCZ/POLYGONZ/MULTIPOINTZ.
> )
Sounds like a PolygonZ (=1003) is passed to OGR as WKB encoded with ISO SQL/MM
to GDAL 1.11 or older. Only GDAL 2.0 will support that. GDAL 1.X will only
support old-style 99-402 extended dimension (Z) WKB, so Polygon25D =
0x80000003
>
> I selected Polygon and/or Multipolygon among Allowed geometry types.
> All the best.
--
Spatialys - Geospatial professional services
http://www.spatialys.com
More information about the Qgis-developer
mailing list