Hi, I'm having a bit of trouble using the tab2tab.exe converting mif/mid files to tab format. At the command prompt, I type "tab2tab map.mif output.tab" and I...
Hi! I have found a bug in the file mitab_coordsys.cpp! line 226: currently it says nEllipsoid = atoi(papszFields[0]); when it should be nEllipsoid =...
Is anyone working on a dotnet implementation of the MITAB libs to make a new class library. I'm keen on getting something going in VB.NET asap - any...
... It was found (by me) and corrected in January 2003 (by Frank Warmerdam), but since the official version is still from October 2002 you won't find it at the...
... Could be a corrupted MIF or MID file. Could be an unsupported object type in your MIF file (coming from a recent version of MapInfo). Maybe if you can...
Hi, I have packaged a new release of MITAB - version 1.2.4. The list of changes is attached at the end of this message. Unfortunately I couldn't spend much...
... This fix should be part of the 1.2.4 release that I posted a few minutes ago. Sorry for the time it took to get that out. -- ... Daniel Morissette...
Attached is corrected Delphi header file for the DLL. The name of the add_field function had changed, because more parameters had been added in the interface....
... I have updated the archives (mitab-1.2.4.zip and mitab-1.2.4-win32.zip only) with this new file. BTW, I am not setup to test VB or Delphi, so the other def...
HI All - Sorry for being late to the party - I've been on holiday. The following files is attached to this mail: mitab.pas: Delphi definition file for mitab v....
When I use Tab2Tab.exe to Convert MIF/MID to Tab, I get ERROR message "could not be opened as a MapInfo dataset" when MID file is empty (mif file is also empty...
... Microsoft would say "it's not a bug, it's by design". ;) Seriously, that's quite likely a limitation of MITAB. What should the lib do with an empty file...
However, it would have preserved the projection info (character sets) as well as column definitions...might be a useful way to get an initial TAB ready under...
I agree entirely that this is how an empty mif file may be used. An empty table is quite valid in MapInfo and can be both imported from mif and exported to mif...
FYI all comments on this have been filed as an enhancement bug in the MITAB bugzilla at http://www.maptools.org/bugzilla/show_bug.cgi?id=33 with no promise as...
Has anyone compiled MITAB for WinCE? ============================ Josh Mittleman (josh@...)...
Josh Mittleman
josh@...
Aug 6, 2003 8:48 pm
689
Folks, I have some code that reads the .tab files used to hold coordinate system information for raster files for use with MapInfo. I was given one that looks...
... Actually, MapInfo works equally well with units for a layer being in either lat/lon (geographic coordinates) or eastings/northings (projected coordinates)....
Hi all, i'm a newcomer here, I want to use mitap/ogr for transforming a mif file in nonearth to other projected coordinate systems. Does mitap/ogr support it?...
... MITAB won't do any coordinates transformation, but the ogr2ogr utility that is distributed with the GDAL/OGR package could do it. See the ogr2ogr docs at...
... Daniel, I believe the issue is that NonEarth coordinate system are not earth referenced. You can reproject to or from them. Best regards, -- ... I set the...
... You probably meant that "You *cannot* reproject to and from them." and I agree. However I thought that someone could use the '-s_srs' option in ogr2ogr to...
... Daniel, You are correct on both accounts of course, but I don't think the person asking is aware of the actual correct coordinate system. I could be...
yes, nonearth is not earth referenced. I reproject it to a lon-lat coordinate system, from that, I can transform to others coordinate system by using...
Hi All ! I want to test MITAB with Visual Basic 6.0. I've downloaded the MITAB-1.2.4.zip file but I coud not find a complete Visual Basic example and the .DLL...