Changes between Initial Version and Version 1 of Ticket #3694


Ignore:
Timestamp:
Jul 21, 2010, 8:23:48 AM (14 years ago)
Author:
warmerdam
Comment:

Hi,

I think we will need an actual data file to test this.

Chaitanya, can you followup when the data is available.

I have added Daniel in case he has any comments.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3694

    • Property Cc Daniel Morissette warmerdam added
    • Property Keywords mapinfo mif added
    • Property Component defaultOGR_SF
    • Property Owner changed from warmerdam to chaitanya
  • Ticket #3694 – Description

    initial v1  
    44
    55using this comad string,
     6{{{
    67ogr2ogr -f "ESRI Shapefile" mydata.shp mydata.mif
    7 
     8}}}
    89I get this error msg
     10{{{
    911error 6: data keyword not found in mydata.mif  file may be corrupt.
    1012
     
    1214unable to open data source with the following drivers.
    1315(list of drivers)
     16}}}
    1417
    1518here's the mif headder,
     19{{{
    1620Version 3
    1721Delimiter ","
     
    3640   Point  -113.793621   20.506910
    3741     SYMBOL (49,16711680,6)
     42}}}
    3843(Note indentation of keywords data, point, and symbol
    3944