Hi, I don't think its fair to call this a bug in mitab. I think its fair (although different to MapInfo) that an unspecified coordsys defaults to non-earth...
First of all in case anyone was wondering why I didn't reply to any of the questions on this list in the last few weeks (months?), I want to reassure you that...
Thanks for the reply, Daniel. My starting point was the MIF spec statement that the default coorsys is Earth/long-lat. So yes, I think that a conversion from...
Josh Mittleman
josh@...
Jun 2, 2003 1:35 pm
649
I have the following code to be able to create a .Tab layer with an ellipse (which is a circle). When the code passes from mitab_c_set_arc, I get the following...
Hi everyone, Since the list has received 4 SPAM messages in a row in the last few days and banning the originator's addresses didn't seem to prevent them from...
... Right choice. ============================ Josh Mittleman (josh@...)...
Josh Mittleman
josh@...
Jun 11, 2003 9:31 pm
656
Does anyone have a VB example of opening an existing table and editing a value in an existing field? I would greatly appreciate seeing how this is done with...
... FYI the current version of MITAB doesn't allow editing of existing tables. You can access files in read-only mode or write-only mode, but not random...
It applies to the mitab _library_, and therefore to every type of programming environment, where you can use mitab regards Bo Thomsen ... Fra: Canfield, Andrew...
Thanks Bo. I wasn't sure if it was one library for each language or if it was just one single library for all. Is the random read/write to be able to edit an...
Hi Andrew, That's lots of questions... let me try to address them... ... As you may have figured it already, the core of MITAB is a C++ library. The C, VB, and...
Hi all, I'm starting up using c/c++ with MITAB and I'm having some problems in adding the libraries to my c code. Can anyone give me a simple example of...
In the method OGRErr OGRPoint::exportToWkb( OGRwkbByteOrder eByteOrder, unsigned char * pabyData ) which is in the file ogrpoint.cpp, I ran into a compilation...
Josh Mittleman
josh@...
Jun 23, 2003 2:56 pm
664
... Josh, I have changed the CPL macros (last October) to use temporary variable names less likely to conflict (_pabyDataT). This will hopefully make it into...
Thanks for the quick reply, Frank. ============================ Josh Mittleman (josh@...) ... From: "Frank Warmerdam" <warmerdam@...> To:...
Josh Mittleman
josh@...
Jun 23, 2003 3:52 pm
666
I just download newest mitab.lib and use it in my windows app to draw the vector map on screen. I have got some TAB file sample, which contain a geoset file...
... Did you check the mitabc_test.c program that comes with the source code distribution? It's a standalone C program (with a main() and all) that links with...
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...