Search the web
Sign In
New User? Sign Up
mitab · MITAB Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 844 - 873 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
844
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...
rlcave3rd
Offline Send Email
Jul 5, 2004
6:38 pm
845
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 5, 2004
9:28 pm
846
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: ...
Zdenk Pliska
perun_zdenda
Offline Send Email
Jul 6, 2004
9:31 am
847
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...
Peter Yuill
peteryuill
Offline Send Email
Jul 7, 2004
7:58 am
848
... VB, Pascal, and MapBasic interfaces to mitab.dll and mitab_cdecl.dll ================================================================= The interface files...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Jul 7, 2004
5:17 pm
849
... MITAB always produces the internal spatial index, but it is not always properly balanced, perhaps that could explain the performance difference on very...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 7, 2004
7:57 pm
850
... Thanks for the files. I have no excuse to hold the 1.3 release any longer so I'll do it now. Daniel -- ... Daniel Morissette...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 7, 2004
7:58 pm
851
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...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 8, 2004
2:44 am
852
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,...
rlcave3rd
Offline Send Email
Jul 28, 2004
8:07 pm
853
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...
mhln25
Offline Send Email
Aug 2, 2004
6:32 am
854
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...
Uffe Kousgaard
haansus
Offline Send Email
Aug 3, 2004
10:54 am
855
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...
Mahalakshmi Narayanan
mhln25
Offline Send Email
Aug 3, 2004
12:07 pm
856
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 3, 2004
1:25 pm
857
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 3, 2004
2:01 pm
858
... 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,...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 3, 2004
2:26 pm
859
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...
avectris
Offline Send Email
Aug 5, 2004
11:41 am
860
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...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Aug 5, 2004
12:38 pm
861
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...
avectris
Offline Send Email
Aug 5, 2004
1:35 pm
862
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,...
delphi_tb
Offline Send Email
Aug 9, 2004
11:48 am
863
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...
avectris
Offline Send Email
Aug 11, 2004
2:27 pm
864
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...
avectris
Offline Send Email
Aug 11, 2004
2:52 pm
865
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...
cephalic45
Offline Send Email
Aug 11, 2004
8:28 pm
866
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...
Chris Obale
cephalic45
Offline Send Email
Aug 11, 2004
8:49 pm
867
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 16, 2004
3:03 pm
868
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);...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Aug 17, 2004
9:03 am
869
Hi Bo, Can you please, put the (mitab_vb_test.vb) ZIP file on "files-groups page" Regards, Mladen K. ... MapInfo files. ... I...
mkrstono
Offline Send Email
Aug 17, 2004
1:16 pm
870
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...
Torben Bach
delphi_tb
Offline Send Email
Aug 17, 2004
1:34 pm
871
Done, Regards Bo ... Fra: mkrstono [mailto:mkrstono@...] Sendt: 17. august 2004 14:26 Til: mitab@yahoogroups.com Emne: Re: SV: [mitab] Is there...
Thomsen, Bo Victor
bvt_geocon_dk
Offline Send Email
Aug 17, 2004
2:51 pm
872
... 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/...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 17, 2004
5:18 pm
873
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...
Torben Bach
delphi_tb
Offline Send Email
Aug 18, 2004
9:10 am
Messages 844 - 873 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help