Re: [gdal-dev] GML without geometry export forward shapefile with null geometry

2011-07-11 Thread aperi2007
Il 10/07/2011 23:19, Even Rouault ha scritto: Le samedi 09 juillet 2011 21:04:25, aperi2007 a écrit : Andrea, Yes, I've confirmed that the GML driver doesn't handle wkbNone layers in a optimal way. I've created http://trac.osgeo.org/gdal/ticket/4154 and commited the appropriate fixes. Best rega

Re: [gdal-dev] GML without geometry export forward shapefile with null geometry

2011-07-10 Thread Even Rouault
Le samedi 09 juillet 2011 21:04:25, aperi2007 a écrit : > Frank, > thx for response. > > But unfortunately I have not well explained. > > My GML has not one only class but instead it has many classes. > Some classes has geometry and some other classes has not geometry. > So I cannot set it manual

Re: [gdal-dev] GML without geometry export forward shapefile with null geometry

2011-07-09 Thread aperi2007
Frank, thx for response. But unfortunately I have not well explained. My GML has not one only class but instead it has many classes. Some classes has geometry and some other classes has not geometry. So I cannot set it manually to wkbnone because only some classes need to be translated to dbf o

[gdal-dev] GML without geometry export forward shapefile with null geometry

2011-07-09 Thread aperi2007
Hi, is compliant with the gdal/ogr rules to have a GML driver to export forward a dbf when in the GML there is a class without geometry ? Actually the GML drivers when meet a class without geometry export it as a shapefile having null geometry. Thx, Andrea Peri