MITAB Users, A new MITAB 1.6.3-beta2 is now available on the download site. This new beta fixes one issue that's been found in beta1 with the optimized spatial...
Hello, I'm currently working on a subproject whose aim is to read some information from MapInfo files (.dat, .id, .ind, .map, .tab) under Java (the only API I...
... Yes, .MIF/.MID is the MapInfo Interchange Format. It's the text-based equivalent of .TAB datasets. ... MITAB's tab2tab program does exactly that (convert...
MITAB users, I have posted a MITAB 1.6.3 release to the MITAB website a few minutes ago. This release does not provide any new functionality, it mostly aims to...
Helo, First of all, great work:D. I need some help. I'm using ogr2ogr for converting from Geodatabase to MapInfo. The issue that I have is that I can't get...
... Faruk, What you want can be accomplished by using the "MIF datum" hack for MITAB. Use this wkt: PROJCS["Bosnien_Zone_6", GEOGCS["GCS_Hermannskogel",...
Thank you Frank for fast response. After tweaking datum parameters(you forget to put last two,but that's ok :D) I managed to convert it whit correct parameters...
... Faruk, I would like you to file a bug in the MITAB Bugzilla (presumably referenced on the MITAB web site) about this issue. You can set the assigned to...
When MapInfo Professional generates regions with more than 32767 sections, the type is not anymore 0x0e (TAB_GEOM_REGION) but 0x3e. Does someone have...
It has already been reported: http://bugzilla.maptools.org/show_bug.cgi?id=1496 Regards Uffe Kousgaard ... From: "developer.forsk" <developer.forsk@...> ...
This is a question about the object defintion blocks in the MAP file (block 2). Where can I find the size of each Object Definition data in the source code? In...
... The .MAP header block starts with an array of sizes for each object type. mitab_mapheaderblock.cpp contains a copy of that array which is used to create...
Hi Daniel, Thanks for this info. I think there is a small error here. The first bit seems to indicate some other information, but I'm not sure what. Whenever...
... You're right that the first bit should be removed to get the object size. The first bit indicates whether the corresponding object type uses coordinate...
Yes, I want to know that answer too. When I created text with origin at coords (0,0), MITAB tells me some another coords, which probably are coords of lower...
I wanna ask you about the copy object function. Does the mitab has the copy object function? I wanna use it to develop an application using delphi programming....
Hi to all, I have downloaded the mitab-1.6.3 sources and compiled them under Ubuntu AMD-64. All seems to go well, although nm show several undefined symbols....
... There are two ways you can test your build: 1- Using the mitabc_test program: this program generates a test dataset in either MIF or TAB format. e.g. ...
... I understand. I did the test you suggest and they worked out well However do these programs make use libmitab library ? As I removed libmitab.so the...
... Well, the test programs are statically linked to the same .a files that are used to generate libmitab.so, so if one work then the other should work. ...
... should work. ... Thank you very much. It works the way you indicated ! So, now I'm more confident about the wellness of the library. I continue to build a ...
Hi, I am replacing an older version of MITAB (1.4.0) in a C++.NET application with the newest downloadable verison 1.6.3. I have built the library and...
Hi We've been trying to build mitab for the pocket pc platform, so far unsuccessfully. The problem is a lot of headers and some basic winapi is missing on WCE....
... I believe MITAB has already been built for WCE by Mateusz Loskot from the GDAL project as part of an overall effort to port GDAL/OGR (which includes MITAB)...
I'm working together with Sune (deepfrenzee) on this project and just wanted to let you know that we are now successfully using Mitab on WCE from the GDAL...
Hi again! We are now experimenting with the spatial query performance of Mitab on Windows CE. In our setup, we have a dataset of 3022 objects, and we are...
... Thanks Daniel, I've just subscribed to this list to watch Windows CE topics :-) ... Jerker, you're welcome. ... Yes, as I've said I need to update these...