Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

mitab · MITAB Users List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Hi, I am interesting to have a description of tab,dat,map,ind and id formats. May you help me ? Regards simone...
4 Jan 8, 2001
1:12 pm

s.cairo@...
Send Email

I have just incorporated MITAB code into my shareware mapping system (the WINDOZE version). My compliments to those who wrote the code; it took very little...
1 Dec 4, 2000
6:05 am

Lloyd Simons
support@...
Send Email

Daniel, I have been experimenting with an S57 to Mapinfo translation using ogr2ogr, and run into some problems. One issue is that my dataset generates an...
1 Nov 30, 2000
8:27 pm

Frank Warmerdam
warmerdam@...
Send Email

... <snip> ... Stephen, That was a problem writing the pen/brush/symbol/font definitions in the file. When the amount of information to write exceeded the...
1 Nov 15, 2000
5:13 am

Daniel Morissette
danmo@...
Send Email

Hi Patrick, ... Thanks, I've added '\t&#39; to most of the MIF parsing calls. ... I assume that you meant calls to GetFeatureRef() since gotoFeature() is a...
2 Nov 14, 2000
1:43 pm

Patrick van Dijk
Patrick.van.Dijk@...
Send Email

Calling GotoFeature ( 20 ) GotoFeature ( 21 ) Always did the reading from the beginning of the file for both calls. Solved by Remembering the last feature int...
1 Nov 10, 2000
1:40 pm

Patrick.van.Dijk@...
Send Email

Found some MIF files with tab characters in it. The parser failed to recongize the fields so I have added the \t in the TokenizeStringComplex. It might be...
1 Nov 10, 2000
1:32 pm

Patrick.van.Dijk@...
Send Email

... Andrew, The file tab2tab.cpp that comes with the library does work with the TABFile class. Have you been able to compile it with BCPP? Compiling ...
6 Nov 9, 2000
5:34 pm

Frank Warmerdam
warmerda@...
Send Email

I am trying to using the C++ object TabFile. However I am having problems getting my program to compile with mitab.h and ctype.h. Dose anybody have sample C++...
1 Nov 6, 2000
3:27 pm

andrewa@...
Send Email

Folks, I have checked in what I hope to be working support for NonEarth coordinate systems for mif and tab files. NonEarth coordinate systems should now be ...
2 Oct 19, 2000
8:47 pm

Daniel Morissette
danmo@...
Send Email

MITAB users, I have placed a new release of MITAB (V1.0.2) on the lib's website at http://pages.infinit.net/danmo/e00/index-mitab.html The change log for this...
1 Oct 4, 2000
2:53 am

Daniel Morissette
danmo@...
Send Email

Folks, I have updated the mitab CVS tree with fixes for all the uninitialized and unused variables I found compiling with "gcc -O2 -Wall". I have also updated...
1 Sep 28, 2000
4:44 pm

Frank Warmerdam
warmerda@...
Send Email

... Ned, You're right, MITAB is not expected to be thread-safe (yet!) I will try to prepare a snapshot of the code in the next 1 or 2 days and send that to...
3 Sep 12, 2000
2:07 pm

Ned Harding
NHARDING@...
Send Email

... I never really thought myself about what the requirements would be exactly. As long as there is some kind of recognition somewhere that your software uses...
2 Sep 11, 2000
3:57 pm

Ned Harding
NHARDING@...
Send Email

Daniel, 2 things: First, I wanted to confirm the copyright/licensing of the MITab library. It seems to me if I use it, I just need to include a copyright for...
1 Sep 7, 2000
9:31 pm

Ned Harding
NHARDING@...
Send Email

... Antoine, The current version of the library does not support update of existing tables. You can only create new tables. The code that you had included in...
1 Aug 31, 2000
2:13 pm

Daniel Morissette
danmo@...
Send Email

hi ok, i have understand some things and concepts.. only one major problem yet i insert the object, but that flush all the already existing features in the...
1 Aug 30, 2000
8:41 pm

Antoine Gilbert, KOREM
ag@...
Send Email

revised mail Hi i have written a small piece of code, this code don't work. it flush all my records of the MapInfo table and add a empty record, with no fields...
1 Aug 30, 2000
4:01 pm

ag@...
Send Email

Hi i have written a small piece of code, this code don't work. it flush all my records of the MapInfo table and add a empty record, with no fields informations...
1 Aug 30, 2000
3:58 pm

ag@...
Send Email

hi I'm a java programmer... I just want to make a simple test ; Add a feature (point) to a MapInfo Table. Do i have to pass by an OGR object ? Antoine...
1 Aug 30, 2000
1:49 pm

ag@...
Send Email

... Bonjour Martin, I haven't heard of anything Java-related done with MITAB yet. Maybe others on the list will see a similar need and would like to work with...
1 Aug 7, 2000
9:30 pm

Daniel Morissette
danmo@...
Send Email

Hi bonjour, :-) I'm evaluating using MITAB for a client. We'd like to port it to Java. Do you know if any work has been done in that sense? I'm very...
1 Aug 4, 2000
7:11 pm

martin hamel
mh@...
Send Email

... Kevin, The lib is able to create the .IND file automatically as the .TAB dataset is created. The problem here is that the MIF2TAB program has not yet been...
1 Jul 26, 2000
1:20 pm

Daniel Morissette
danmo@...
Send Email

Hello, We're using the Mif2Tab program to built new MapInfo Tables. It seems that when the originally Mif file contains Indexes, the Mif2Tab program does not...
1 Jul 26, 2000
9:21 am

kclauzier@...
Send Email

... Eric, I think the VB interface will make lots of potential users happy. If you want, you could prepare a ZIP file with the MapBasic and VB declaration...
2 Jul 14, 2000
7:12 pm

Eric Frost
frost@...
Send Email

Hi List, In trying to make the declare statements for VB, I gave up on the mitab.dll as it was and tried making all the exports stdcall instead (I read VB...
1 Jul 14, 2000
5:15 pm

Eric Frost
frost@...
Send Email

Eric, Daniel... Would it be enough to use ByVal keyword on lpstr parameters on Declare statement. See the following snippet. <snip> (from Dan Appleman's Visual...
1 Jul 14, 2000
6:58 am

Anssi Joutsiniemi
anssi.joutsiniemi@...
Send Email

... I have looked at that a long time ago but unfortunately I don't have an easy solution for you. All I know is that VB has a special way to handle strings...
1 Jul 13, 2000
11:00 pm

Daniel Morissette
danmo@...
Send Email

... At the lower-level in the lib, mitab_handle and mitab_feature are pointers to C++ objects but we make them visible as void pointers to make the C API's...
1 Jul 13, 2000
2:55 pm

Daniel Morissette
danmo@...
Send Email

ah, I had the impression it was like MI's Object variable, actually containing the data. so it's a handle or pointer to the records? in some of the C functions...
1 Jul 12, 2000
9:04 pm

Eric Frost
frost@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

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