Re: [gdal-dev] GML3 wrong result for some kind of fields

2011-07-24 Thread Even Rouault
Le dimanche 24 juillet 2011 12:46:12, aperi2007 a écrit : > > string fields. This can be accomplished by setting the configuration > > > >option > > > > GML_FIELDTYPES to the value ALWAYS_STRING." > > wow, this is really a good choice for me ! > > >> But I don't know if the gfs file do some

Re: [gdal-dev] GML3 wrong result for some kind of fields

2011-07-24 Thread aperi2007
> string fields. This can be accomplished by setting the configuration >option > GML_FIELDTYPES to the value ALWAYS_STRING." wow, this is really a good choice for me ! >> But I don't know if the gfs file do something else or only the description >> of every field. > > Yes essentially that, plu

Re: [gdal-dev] GML3 wrong result for some kind of fields

2011-07-24 Thread Even Rouault
Le dimanche 24 juillet 2011 12:20:38, Andrea Peri a écrit : > Hi, > > I notice that the GML driver wrong to understand some kind of field. > > for example: > > I have this tags: > > > 1 > 010206 > > > 2 > 100206 > > > the GML driver parsing this tags intepret they as integer so in

[gdal-dev] GML3 wrong result for some kind of fields

2011-07-24 Thread Andrea Peri
Hi, I notice that the GML driver wrong to understand some kind of field. for example: I have this tags: 1 010206 2 100206 the GML driver parsing this tags intepret they as integer so in the shapefile result they are translate in id (integer), code (integer) 1, 10206 2, 100206 thi