Changes between Initial Version and Version 1 of Ticket #3853


Ignore:
Timestamp:
Nov 24, 2010, 10:31:26 AM (13 years ago)
Author:
warmerdam
Comment:

Chaitanya,

Please work on this promptly. Disregard the shapefile aspects - I believe they are already adequately addressed. The key is to ensure that OGR recognises the field width for integer fields, and treats Decimal(n,0) as integer, not real.

I think the provided dataset demonstrates Integer(n) fields. I will email you with a dataset containing Decimal(n,0) fields for you to test with.

I imagine changes will need to go upstream to MITAB though I presume the issue is primarily with the OGRLayer wrapper for MITAB. Work with Alan and/or Daniel on mitab updates.

Please manufacture a small test for the test suite to verify corrections one you have them.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3853

    • Property Cc warmerdam Daniel Morissette aboudreault added
    • Property Keywords MITAB added
    • Property Milestone1.8.0
    • Property Owner changed from warmerdam to chaitanya
    • Property Severity blockernormal
  • Ticket #3853 – Description

    initial v1  
    1010
    1111After exporting from QGIS as midmif, the resulting MIF file contains:
     12{{{
    1213Columns 25
    1314  FEAT_TYPE_ Integer
     
    1617  .
    1718  GID Integer
     19}}}
    1820etc....[note no "5" or "10" after the "Integer"]
    1921