Hey All, I'm running in to an error that seems like a bug in TABMAPHeaderBlock::Coordsys2Int. I am using exclusivly lat/long coordinates (mostly in the US)....
Ned Harding
NHARDING@...
Dec 8, 2004 10:00 pm
907
On Wed, 8 Dec 2004 14:44:04 -0700, Ned Harding ... Ned, I think you are right, and that this rounding bug has likely always been present. If you file a bug...
... Doh! I agree that's not looking good on me. If you could file a bug that would be great. BTW, have you verified that the "fixed" behavior matches what...
Thanks Frank... Its good to have confirmation that I'm not going crazy. I'm surprised I haven't found that before. I put it into bugzilla... Ned. ... From:...
Ned Harding
NHARDING@...
Dec 8, 2004 10:39 pm
910
The closest I can think of in MapInfo is Save Copy As... And indeed when you do that, the points do not move, whereas reading and saving via MiTab the are...
Ned Harding
NHARDING@...
Dec 8, 2004 11:12 pm
911
Hi all, Does anybody have a piece of code generating a Map scalebar using miTAB (or something resembling) ? Regards, -Torben (using Delphi, miTAB and MapX)...
... A scalebar is only meaningful if used together with a rendered map at a specific scale. MITAB doesn't render maps, it only gives you access to the data,...
Hello all, Details for the upcoming Open Source Geospatial '05 conference are available below. If it's the first time you hear of this event and would like to...
Daniel, Would this abstract be applicable to this conference? The Velocigram Project is a free, open source software project designed to save fuel and utilize...
... Based on what you describe here, I think that yes this would be applicable to the conference and could make for a very interesting presentation. Is there a...
Daniel, It will be based on Open Source (PostGIS, etc), and be Open Source as much as possible. I'd like to discuss other ramifications of this (full GPL, etc)...
In our local MapInfo newsletter I have read about a patch for MI 7.8 planned for February 2005, that should introduce a change in the MAP file format. In the...
Hi, Is it possible to open an existing dataset in write acces mode? I wish to open an existing dataset for appending new features. Regards, Carsten Helsted...
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...