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 1027 - 1056 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1027
Whenever I try to add more than 29 columns to a new table using MITAB I get an error. I got this error in 1.3 and now in 1.5 beta as well. Yet If I go into...
Canfield, Andrew
andythecornb...
Offline Send Email
Jan 4, 2006
6:13 pm
1028
I found what it is and it's by design not a bug (line 752 of mitab_indfile.cpp). I need to index all 50 columns and the dataset can only contain 29 indexes. I...
Canfield, Andrew
andythecornb...
Offline Send Email
Jan 4, 2006
6:37 pm
1029
... I see the comments in the code about the 29 indexes limit, there must have been a good reason why I put that there at the time but I don't remember. Do you...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 4, 2006
6:52 pm
1030
In MapInfo 6.0, which is the version I have for testing, it will give you an error if you try and index more than 29 columns. I ran my code with only allowing...
Canfield, Andrew
andythecornb...
Offline Send Email
Jan 4, 2006
7:38 pm
1031
Hello, When I try to load a MIF/MID file where the MID file contains null bytes (i.e., 0x00) in an attribute, the associated features can not be read....
rlcave3rd
Offline Send Email
Jan 20, 2006
7:31 pm
1032
... Unfortunately the MIF/MID spec is not clear on that, all it says is that "Since it is ASCII, it is editable, relatively easy to generate, and works on all...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 20, 2006
8:46 pm
1033
Hi How MapInfo define text objects in a MAP file? I mean, what is the info we can assume to extract from the MAP file about a text object? Antoine...
Gilbert, Antoine
antoinegilbe...
Offline Send Email
Jan 29, 2006
5:36 pm
1034
Does anyone know how to work around the 256 color limit? I have files that need up to 512+ unique colors and all my colors past 256 are copies of a previously...
davesphone00
Offline Send Email
Feb 1, 2006
5:06 pm
1035
... I didn't double-check, but that could be a limitation in the number of different pens/brushes/symbols that can be defined in a .MAP file. If I remember...
Daniel Morissette
dan_morissette
Offline Send Email
Feb 1, 2006
5:16 pm
1036
... Bonjour Antoine, Unfortunately the only source of info would be the source code. Look at the member functions of class TABText in mitab.h, that will give...
Daniel Morissette
dan_morissette
Offline Send Email
Feb 1, 2006
9:37 pm
1037
As we all know that thd coordsys the data receive from the GPS machine is WSG84.And wo should convert it from WSG84 to another . So Does MITAB have been...
sunxiaoming_2002
sunxiaoming_...
Offline Send Email
Feb 15, 2006
1:53 pm
1038
... Sunxiaoming, MITAB uses the OGR API for various tasks, including coordinate system related issues. The use of OGR for representing coordinate systems, and...
Frank Warmerdam
nfwarmer
Offline Send Email
Feb 15, 2006
2:14 pm
1039
Any news on a public version 1.5.0 ? ... From: "Daniel Morissette" <morissette@...> To: <mitab@yahoogroups.com> Sent: Saturday, October 08, 2005...
Uffe Kousgaard
haansus
Offline Send Email
Feb 16, 2006
12:17 pm
1040
... Errr...um.... I was waiting on updated VB and Delphi header files, got some but not all of them back, and then the release ended up way down in my stack of...
Daniel Morissette
dan_morissette
Offline Send Email
Feb 16, 2006
2:44 pm
1041
So far the collections support has worked for everything I have tried it with if that helps. Andy ... From: mitab@yahoogroups.com...
Canfield, Andrew
andythecornb...
Offline Send Email
Feb 16, 2006
4:23 pm
1042
I just posted a new MITAB 1.5.0 release to the http://mitab.maptools.org/ site. This new release includes a few significant additions, the main one being...
Daniel Morissette
dan_morissette
Offline Send Email
Feb 16, 2006
4:38 pm
1043
Frank Warmerdam, Thank you for your reply immediately! Now from you I know that the convertion the coordination system from WGS84 to another system such as...
sunxiaoming_2002
sunxiaoming_...
Offline Send Email
Feb 17, 2006
2:44 pm
1044
... sunxiaoming_2002, Yes, you can use only PROJ.4 but OGR provides some glue for transforming MITAB coordinate systems into PROJ.4 format. Best regards, -- ...
Frank Warmerdam
nfwarmer
Offline Send Email
Feb 19, 2006
4:44 pm
1045
Hi, everyone. In the .map file,there are a symbol number for each Point Object,and a special line style is also specified for each Line Object. But where can i...
lonelyghost317
Offline Send Email
Feb 23, 2006
1:23 pm
1046
If I use SetMIFCoordSys from 1.5.0-beta1 I get a table that Mapinfo cannot open yet if I switch it back to 1.3.0 the exact same code produces a table that...
Andrew
andythecornb...
Offline Send Email
Mar 2, 2006
6:12 pm
1047
... Many things have changed leading to 1.5.0 with respect to projection and datum handling. Could you please double-check that the problem is still present...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
7:02 pm
1048
Please disregard. I re-compiled the code in 1.3.0 after erasing the obj files and I am getting the same problem. I will post back with what the issue was when...
Canfield, Andrew
andythecornb...
Offline Send Email
Mar 2, 2006
7:03 pm
1049
Hey I'am using the MITAB lib as a replacement for our old programs in MapBasic where we computes the area of city's etc. for filtering our MapInfo data. Is it...
Finn Møller Hansen
fmh@...
Send Email
Mar 2, 2006
7:21 pm
1050
Hey I'am using the MITAB lib as a replacement for our old programs in MapBasic where we computes the area of city's etc. for filtering our MapInfo data. Is it...
Finn Møller Hansen
fmh@...
Send Email
Mar 2, 2006
7:22 pm
1051
OK I did some more testing after downloading 1.5.0 release from Maptools it is definitely in 1.5.0-beta1 and 1.5.0 release. Here is the test code: void...
Canfield, Andrew
andythecornb...
Offline Send Email
Mar 2, 2006
7:33 pm
1052
... MITAB doesn't expose any area calculation function (well, I don't remember putting one in or seeing one added), but polygon area calculations are easy to...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
7:36 pm
1053
Your sample code doesn't write any feature to the dataset. If you create and write at least one feature then does the file load in MapInfo? I created bug 1319...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
7:43 pm
1054
... Finn, The OGRPolygon and OGRMultiPolygon geometry objects should have a get_Area() method on them in the most release MITAB releases. Best regards, -- ... ...
Frank Warmerdam
nfwarmer
Offline Send Email
Mar 2, 2006
7:43 pm
1055
Make sure that MITAB_AFFINE_PARAMS is defined for your project. This define seems to have been introduced for v1.5.0, but if you don't have it defined then...
Martin Higham
imhigham
Offline Send Email
Mar 2, 2006
10:17 pm
1056
... I had a quick look at bug 1254 when it was submitted and I could not quickly spot the initialized value. Andy, I'd be very interested to hear if your...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 2, 2006
11:09 pm
Messages 1027 - 1056 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