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
> 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
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
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