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...
Maxim, I just noticed that you were using V1.6.3, and my response was based on my current development version in which I have upgraded all the cpl and ogr...
Hi, We're receiving a MIF/MID, with data like: "07039024\",6846476,"" Unfortunately, TAB2TAB/MITAB.DLL, and I assume the underlying C/C++ routines are choking...
MITAB users, I have prepared a MITAB 1.7.0 beta1 release which adds support for V8.x large object types (large REGIONs, PLINE MULTIPLE, MULTIPOINT and ...
Thanks Daniel, I tested the new version and it worked fine. Maxim ... based on ... and ... MapInfo ... were ... next ... interested in ... project. I ... is ...
Just a follow-up on the Windows CE discussion. It turned out that the major performance issue in our case was that our dataset contained a lot of multi-section...
Jerker, I'm always intrerested in finding ways to improve performance. Could you please file individual bugs for each enhancement and attach a patch to each...
I have tested it too and didn't run into any problems. It is also threadsafe up to 170 threads now (3 x 170 = 510 < 512), since only the map+id+dat part is...
Hi Guys Maybe I'm lost the update regards the Indexing.. is that fix in this version? Mladen K. ... since ... the tab ... number of ... field ... for V8.x ... ...
Hi again guys So far so good, Mitab is working great for us so far :-) I am currently trying to implement support for several different transformations. Up...
... Sune, I almost hesitate to wade into these waters... You are dealing with a different coordinate system - a projected coordinate system. To get the...
Hi Frank Yes as I feared then... I was hoping for an easier and faster way to handle it than (slow) point by point transformations. For some reason I had...
Hi guys, I'm trying to get our WCE implementation going on XP, but there is a problem compiling. It seems I must add gdal-1.5.0\port to my include path, but...