Changes between Initial Version and Version 3 of Ticket #1488


Ignore:
Timestamp:
Apr 9, 2007, 10:08:42 AM (17 years ago)
Author:
Mateusz Łoskot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1488 – Description

    initial v3  
    1 {{{
    21Hi There
    32
    43Think I found a bug in the ogr2ogr tool (from inside the windows FWTools1.2.0):
     4
    55when I try to convert an area that has large real-numbers, the sign is not treated as I expect. After convertion from source to targetfile (with only the affected area inside) the atribute-number 57520907013796 is ,. Same thing with FEATAREA. See the headers below (from ogrinfo):
    6 -----------------------------------
     6
     7{{{
    78Sourcefile (largebug_region.shp):
    89ID: Real (15.0)
     
    1718  FEATPERIM (Real) =         1202210
    1819  POSTCODE (String) = 930
     20}}}
    1921
    2022but in the target (using ogr2ogr largebug_target.shp largebug_region.shp) data looks like this
    21 -----------------------------------
     23
     24{{{
    2225ID: Real (15.0)
    2326FEATTYP: Integer (4.0)
     
    3134  FEATPERIM (Real) =         1202210
    3235  POSTCODE (String) = 930
     36}}}
    3337
    3438Thought you wanted to know. Let me know if you need the test-file.
    3539
    3640regards Jesper
    37 }}}