Hi, You reqested that someone bug you to see if you might have time to create a new offical MITAB release. Do you think that you will be able to do this any...
... I have prepared a 1.3.0 package last week and was waiting on the updated VB definition files before posting it to the website. In the meantime you can get...
Omlouvám se, ale jsem dočasně mimo kancelář. Sorry, but I'm temporarily out of the office. ... There are 2 messages in this issue. Topics in this digest: ...
Hi, I am new to Mitab and I have just created a TAB file set from MIF/MID input using tab2tab. I noticed that the size of the .MAP file was about 2/3 of the...
... VB, Pascal, and MapBasic interfaces to mitab.dll and mitab_cdecl.dll ================================================================= The interface files...
... MITAB always produces the internal spatial index, but it is not always properly balanced, perhaps that could explain the performance difference on very...
Hi, I have finally prepared the MITAB 1.3.0 release and it is available on the website at http://mitab.maptools.org/ The list of changes since version 1.2.4 is...
Hello, What type of curve is defined when the m_bSmooth flag is set in a TABPolyLine? When I draw one in MapInfo, it resembles a spline curve. If it is one,...
hi i have a requirement to convert shape files to tab files. I tried converting it to mif files and then use mitab tool. now i want the tab files to be...
Sent to both MI-L and MITAB list: This e-mail was sent to me from Bill Wemple, MapInfo Corp after my reply to Jaromir Svasta about where to find datum...
Hi I have a requirement of conversion of shape files to tab files. We converted shape to mif and then using tab2tab tried creating tab files. Now, the...
... In you add an "Index..." line to the MIF header then tab2tab will read it and will index the specified fields, e.g. Version 300 Charset "Neutral" Delimiter...
... Very nice. I have created a bug in the MITAB bugzilla about updating the MITAB tables: http://www.maptools.org/bugzilla/show_bug.cgi?id=608 If someone...
... The m_bSmooth flag corresponds to the PLINE's SMOOTH keyword in the MIF spec. The MIF spec only says that when this is set then the polyline is smoothed,...
Hi, I am using tab2tab.exe with great success from the command prompt. I also have an application which executes tab2tab with the Shell command in Visual...
Manfred - The sourcecode zip file for MITAB includes a VB example called mitab_vb_test.vb. It contains vb procedures to read and write MapInfo files. Ive...
Thanks, that's great. I missed that file when I was trying to figure out how to use the mitab.vb... :) It would be great if future releases would contain a...
Hi, Does anybody know how to plot symbols WITHOUT the circling ring around the symbol. My code looks something like this (Delphi 7): mitab_c_set_symbol(ft, 34,...
Compiling with Visual C++ Toolkit (free from Microsoft) This solution worked for me on WinXP. You need to install Microsoft Visual C++ Toolkit 2003. Download...
I have edited and compiled the tab2tab.cpp into a dll for use in Visual Basic. I'm not sure everything was correct, the dll was almost as big as mitab.dll (784...
I'm looking for an utility to modify Mapinfo .tab files. I have to change values. I don't know if Mapinfo GUI, or if an Hexadecimal editor can do that. thank...
I'm Looking for an Utility (for Windows) to edit .tab files. I have to change values, and I don't know if I have to use Mapinfo Gui, or Hexadecimal utility, or...
... The black edge is controlled via the "font style" property of truetype symbols (TABFC_FontPoint) and text labels, but I just realized that there is no way...
Hi Torben - Try to change the line: ft := mitab_c_create_feature (ds,TABFC_Point); CatchMitabError; To: ft := mitab_c_create_feature (ds,TABFC_FontPoint);...
Hi Daniel, No - I am creating the file from scratch. I have a data container passing data to a function creating a tabfile, here is the whole function (hope...
... BTW, mitab_vb_test.vb was already included in the contrib directory of the mitab-1.4.0.* packages that you can download on the http://mitab.maptools.org/...
Hi Bo Thanks ! It worked like a charm – no more halo’s – perfect :-) But (as I am a difficult and demanding person) I am now wonder how to control the...