[QGIS-trac] [Quantum GIS] #2396: ogr2ogr Mapinfo export not working
    Quantum GIS 
    qgis at qgis.org
       
    Mon Jan 25 21:00:00 EST 2010
    
    
  
#2396: ogr2ogr Mapinfo export not working
---------------------------------------------------------+------------------
   Reporter:  sowelu                                     |              Owner:  borysiasty   
       Type:  bug                                        |             Status:  new          
   Priority:  critical: causes crash or data corruption  |          Milestone:  Version 1.5.0
  Component:  Python plugins and bindings                |            Version:  HEAD         
   Keywords:  ogr converter, mapinfo                     |   Platform_version:  Kubuntu 9.10 
   Platform:  Debian                                     |           Must_fix:  No           
Status_info:  0                                          |  
---------------------------------------------------------+------------------
 QGIS trunk
 Kubuntu 9.10 AMD64
 GDAL 1.8dev
 When I choose a ESRI Shapefile and supply an input filename name then
 choose target format of "MapInfo File" and press Browse nothing happens at
 all. If you then just press OK it tells you that the target dataset is
 missing. I had a look at the code and it looks to me like the line
   add( Format( "MapInfo", "MapInfo File", Format::eFile ) );
 in format.cpp has the "MapInfo" and "MapInfo File" around the wrong way.
 If you reverse these and re-compile, QGIS then allows you to choose the
 output target file, but then crashes when you press OK. Looking in the
 target directory, OGR Converter writes out the dat, id and map files, but
 there is no tab file. If you just enter a name (ie. without '.tab') as the
 target filename, it creates a directory and writes the dat, id and map
 files, again without the tab.
 My GDAL appears to be working as I can do the conversion using ogr2ogr.
-- 
Ticket URL: <https://trac.osgeo.org/qgis/ticket/2396>
Quantum GIS <http://qgis.org>
Quantum GIS is an Open Source GIS viewer/editor supporting OGR, PostGIS, and GRASS formats
    
    
More information about the QGIS-trac
mailing list