Re: [gdal-dev] GDAL GML driver and .xsd schema mapping

2012-12-15 Thread janhec
janhec wrote > I had to use the debugger to discover that parsexsd.cpp breaks off when an > attribute has no explicit type assigned to it. I seem to remember that > there is a default (xsd:string) and suggest implementing this in the xsd > parser. Line 264 (1.9.1) could be: > if (

Re: [gdal-dev] GDAL GML driver and .xsd schema mapping

2012-12-15 Thread janhec
Rahkonen Jukka wrote > Even Rouault > > mines-paris.org> writes: > > >> Hopefully the following should be enough : >> >> r23378 /trunk/gdal/ogr/ogrsf_frmts/gml/ogrgmldatasource.cpp: GML: add >> debug > information to know if we use/generate .gfs file while there's a .xsd we > ignore >> >