No, MITAB can only read or write TAB files. Updating isn't possible. Regards Uffe ... From: "helstedcarsten" <ch@...> To: <mitab@yahoogroups.com> Sent:...
... Carsten, I don't believe that Daniel or I are intended to implement MITAB update-in-place support in the forseeable future. Given the relative complexity...
... Thanks for the info. I have created a bug about this. If/when you have more information about this (e.g. sample data files) then can you please update the...
To Frank and Daniel - Would it be possible to implement some kind of "append" mode ie. 1) Open dataset 2) Read seq. though existing geometries 3) Write 1 or...
Hi, Is nice to meet you, My name Yang tsh,from Chian.Hope keep a link to you.Thanks. My name BUI TIEN Dieu, I am a lecturer at Department of Cartography ,Hanoi...
Hello, I'm trying to use the mitab c_api to do some cartographic data cruch that we usually do with mapbasic, wich is becoming very heavy, hence the need for...
... Does the original mitabc_test program work for you? Hopefully you didn't just call mitab_c_write_feature() by itself in your program, that would definitely...
Hello, many thanks for the quick reply! Function WriteFile of the original mitabc_test is the one that doesn't work (with .tab files, it works correctly with...
... Um... Are you sure it's not a permission issue or that the file is not created in a different location than what you think? I'm not setup to test on...
I have just tried the mitabc_test.exe application and it works OK here. mitabc_test -wmig test.mif mitabc_test -wtab test.tab This generated some sample files,...
Hello, This is a strage behaviour, I don't think is a permission problem because the files are created and the .tab file is written correctly, I get this: ...
To anyone who may know, I have the following code: poFeature->SetSymbolNo(33); poFeature->SetSymbolSize(16); poFeature->SetSymbolColor(16711680); It sets the...
On Tue, 15 Feb 2005 14:40:50 -0700, Canfield, Andrew ... Andy, I skimmed through the code, and I don't see any obvious reason why the symbol number would be...
... what I might ... Any help ... wrote, does ... easy to ... program ... it will ... easier to ... I just checked a MIF file instead of a tab as you suggested...
... what I might ... Any help ... wrote, does ... easy to ... program ... it will ... easier to ... Frank, I found the problem but I don't know if it's a bug...
... Short answer: that's by design. The long answer is that MapInfo has 3 types of point symbols, they all are point geometries, but for rest the they are...
I'm converting an area polygon of the Saint-Laurence river which includes the island of that river by using tab2tab.exe. I'm converting from mid/mif to tab....
... It's a limitation of MITAB. The MIF/MID format doesn't include the information as to which islands are holes and which ones are actual separate polygons,...
Hi Graham, (FYI I have CC'd this to the MITAB list) ... Thanks for contributing this. I am planning a new release of MITAB in the next few days and will...
I have prepared a MITAB V1.4.0 release candidate with the most recent fixes and additions, the complete list is included below. The source can be downloaded...
... Yes, just update the version number and it should be OK (header for dynamic delphi). I think the "dotnet bindings" should be referred to as "C# bindings"....
On Wed, 23 Mar 2005 18:54:21 -0500, Daniel Morissette ... Daniel, Oh dear, now I am feeling very guilty about several things I have *not* gotten done for...
... I don't like rushing last minute changes just before a release, that's a recipe for trouble. I think I'll push 1.4.0 out the door in the next few days with...
... Cool. thanks. ... I am not very familiar with .NET, but I thought that the idea of .NET was that C# classes could be used from VB.NET and vice-versa? So in...
... C# code needs to be compiled by the C# compiler (which is free). The resulting assemblies ( = sort of object code known as IL code) can then be used in...
Hi, Is it possible in this new release create a symbol with a given angle ? Thank you. Alejandro __________________________________________________ Correo...
Hi, I have posted the MITAB 1.4.0 release to the website: http://mitab.maptools.org/ It is more or less the same as the 1.4.0pr1 from last week, with a few ...