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...
Hi again, I switched back to using Mitab directly instead of the whole of Gdal, now I've made it past the compile stage but the linker errors got me stuck. ...
OK guys, last post on this :) I figured it out, it was a multithreaded issue... *sigh* To make the libs work with a default multithreaded VC6.0 MFC project...
... It is already in the DLL. It is just missing from the VB header file, which hasn't been updated. This is what needs to be added: Public Declare Function...
MITAB users, The MITAB 1.7.0 release is now available on the website. No major issue was reported with the 1.7.0-beta1 posted a few weeks ago, so this is an ...
Hello all, I've been lurking here for quite some time, but am now finally beginning to use Mitab for the first time. I was hoping to use the c api from delphi,...
... Mladen, I have made an attempt at updating mitab.vb for V1.7.0. A copy is attached. Can you please try it and confirm that it works? Daniel -- Daniel...
... Using the spatial query is the key to speed, not a few additional lines of code. ... Unless performance turns out to be a problem with your suggested...
Daniel, Everting is working well.. Thank you so much. Mladen ... file, which ... Lib "mitab.dll" ... Long) As ... using STDCALL ... obtaining a ... (the...
Uffe, thanks for your comments. I understand the benefits of the spatial query, I just can't figure out how to implement one within the commmands available in...
... I don't think there is any way to set the spatial filter using what's available in the C API at the moment. A new mitab_c_set_spatial_filter() method would...
... Thanks Daniel, I've added it to the project but I am unable to compile. I'm clueless in visual studio. I followed the instructions in the vcproj...
... [...] I haven't used the Visual Studio Project file myself. Hopefully Tony w. who contributed it is listening here and can help with some hints. Anyway, I...
... README.TXT ... Hey it works! Now I'm going to write the code to test it. If I can get this thing working I will definately submit some sample code. Do I ...
Daniel (and others), I've written some Delphi code to test this function but I'm a little confused by the results. I get the right number of features according...
Marc, Your code seems to do the right thing at first sight. I notice that your xmin and xmax are reversed (-75.5 > -76,53), you could try swapping them but I...
... your ... your ... mention? ... Daniel, The coordinates were reversed in my posting, but not my code. I got 29 by calling get_feature_count after setting...
Hi guys I'm trying out the new version, but I'm getting a few linker errors. error LNK2001: unresolved external symbol "public: virtual class geos::Geometry *...
Sune, How are you trying to use the library? This new release includes new versions of the mitab/ogr and mitab/cpl code (sync'd with GDAL/OGR 1.4.3), so you...
Daniel, I have solved it, it took a while though. I'm not sure exactly what caused it, afaict the paths had been setup correctly. I merely changed the way the...
... Marc, The code that handles the spatial filtering lives in TABMAPFile::LoadNextMatchingObjectBlock() in mitab_mapfile.cpp. I had a quick look at the code...