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
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to