[gdal-dev] gdal gml driver field type

Martin Landa landa.martin at gmail.com
Thu Jul 24 05:53:02 PDT 2014


Hi,

I have defined some attributes like

    <PropertyDefn>
      <Name>PrvekId</Name>
      <ElementPath>PrvekId</ElementPath>
      <Type>Integer</Type>
      <Width>18</Width>
    </PropertyDefn>

but when a value overflows int32 limit it's not handled correctly
(GDAL compiled on 32bit OS). Eg.

        <vf:PrvekId>2272272708</vf:PrvekId>

becomes

2147483647

I probably doing something wrong, any idea? Thanks! Martin

-- 
Martin Landa * http://geo.fsv.cvut.cz/gwiki/Landa


More information about the gdal-dev mailing list