When MapInfo Professional generates regions with more than 32767 sections, the type is not anymore 0x0e (TAB_GEOM_REGION) but 0x3e. Does someone have...
1203
Uffe Kousgaard
haansus
Nov 12, 2007 3:24 pm
It has already been reported: http://bugzilla.maptools.org/show_bug.cgi?id=1496 Regards Uffe Kousgaard ... From: "developer.forsk" <developer.forsk@...> ...
1204
Uffe Kousgaard
haansus
Nov 19, 2007 1:12 pm
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...
1205
Daniel Morissette
dan_morissette
Nov 19, 2007 2:24 pm
... 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...
1206
Uffe Kousgaard
haansus
Nov 19, 2007 4:10 pm
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...
1207
Daniel Morissette
dan_morissette
Nov 19, 2007 4:22 pm
... 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...
1208
dmitrykochkin
Nov 29, 2007 3:07 pm
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...
1209
dee
call_me_sha
Dec 27, 2007 2:42 pm
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....
1210
everkuijlen
Jan 31, 2008 1:07 pm
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....
1211
Daniel Morissette
dan_morissette
Jan 31, 2008 6:16 pm
... 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. ...
1212
everkuijlen
Jan 31, 2008 6:39 pm
... 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...
1213
Daniel Morissette
dan_morissette
Jan 31, 2008 7:16 pm
... 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. ...
1214
everkuijlen
Jan 31, 2008 8:35 pm
... 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 ...
1215
garethbailey10
Feb 5, 2008 5:04 pm
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...
1216
deepfrenzee
Feb 6, 2008 2:49 pm
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....
1217
Daniel Morissette
dan_morissette
Feb 6, 2008 3:02 pm
... 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)...
1218
Daniel Morissette
dan_morissette
Feb 6, 2008 4:35 pm
Forwarding Mateusz' reply... ... Subject: Re: [mitab] Building mitab for Pocket PC / WCE Date: Wed, 06 Feb 2008 17:27:55 +0100 From: Mateusz Loskot To: Daniel...
1219
jerha202
Feb 12, 2008 1:38 pm
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...
1220
jerha202
Feb 12, 2008 6:24 pm
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...
1221
Mateusz Loskot
mateuszloskot
Feb 12, 2008 7:12 pm
... 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...
1222
sonnywibawaadi
Feb 19, 2008 12:44 pm
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...
1223
Daniel Morissette
dan_morissette
Feb 19, 2008 1:01 pm
... 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...
1224
Uffe Kousgaard
haansus
Feb 19, 2008 1:10 pm
MITAB can not do shortest path routing, only read and write TAB files. I happen to be a supplier of software for routing, so please have a look at ...
1225
Daniel Morissette
dan_morissette
Feb 19, 2008 1:10 pm
... 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...
1226
Mateusz Loskot
mateuszloskot
Feb 19, 2008 1:32 pm
... 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...
1227
Jerker Hammarberg
jerha202
Feb 19, 2008 2:35 pm
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...
1228
Mateusz Loskot
mateuszloskot
Feb 19, 2008 3:20 pm
... 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...
1229
Sonny Wibawa Adi
sonnywibawaadi
Feb 20, 2008 11:42 am
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...
1230
Sonny Wibawa Adi
sonnywibawaadi
Feb 20, 2008 11:42 am
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...
1231
Daniel Morissette
dan_morissette
Feb 27, 2008 10:34 pm
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...