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...
... 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...
... 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...
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, MITAB uses the OGR API for various tasks, including coordinate system related issues. The use of OGR for representing coordinate systems, and...
... 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...
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...
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, Yes, you can use only PROJ.4 but OGR provides some glue for transforming MITAB coordinate systems into PROJ.4 format. Best regards, -- ...
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...
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...
... 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...
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...
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@...
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@...
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...
... 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...
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...
... Finn, The OGRPolygon and OGRMultiPolygon geometry objects should have a get_Area() method on them in the most release MITAB releases. Best regards, -- ... ...
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...
... 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...
In the application that I use Mitab we are always hitting MapInfo's limit of 32768 segments in a region. I read that in version 8 this limit has been raised to...
... I was aware that in V 3.x, MapInfo had a similar limit of 32k vertices in a polyline or in a region segment, and this limit was raised by the creation of...
I used Mitab 1.50 and i want to Zoom a feature (Polygon) according to their Bound Coordinates. Can MITAB calculate Bound of Polygon Feature ? Any help or...
Hi All Apologies if this has been already discussed in the past. I am a new member of this group. I have just started using MITAB. Actually when we try to...
... Not really a bug, but a "feature" of the TAB format. TAB datasets store the object coordinates in the file using integers. The overall bounds of the...
... integers. ... range ... then ... bounds ... of ... your ... API, then ... Thanks for an immediate response Now after setting the bounds I am getting a...