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...
Hi All, I am Sonny Adi and a new member for MITAB. I need to join this because I want to learn how to read MapInfo product's files in my research. I have a...
... Well, I guess your question is only indirectly related to MITAB: the lib can be used to read MapInfo files and use them for routing, but it does not...
... That's an awful amount of time for such a small resultset. How much time does the same query take on a PC? It should be only a fraction of a second. I not...
... Yes, I also agree it's very long. Just to give some comparison, in some of my tests, I read Shapefile with 3700 roads where each feature is returned as...
Thank you Daniel and Mateusz for your input! I have spent the last few days getting acquainted with the source code, and currently my theory is that most of...
... I'm sure in 90% the slowness is caused by reading attributes. In OGR, reading attributes may be a bottleneck of processing. I'd wish we have a way to...
Hi Uffe, Thank you for your link. I am in Australia and I want to get the data for NSW state only. Do you have any idea where I can get the data? or anybody in...
Hi Daniel, Thank you for your information, your knowledge is superb. I didn't know that there are products which do the same and I don't want to reinvent the...
Maxim, I sent this reply to the MITAB list since others may be interested in this as well. As you may be aware, all the cpl_* files com from the OGR project. I...