Search the web
Sign In
New User? Sign Up
mitab · MITAB Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1236 - 1265 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1236
Thanks Daniel, I tested the new version and it worked fine. Maxim ... based on ... and ... MapInfo ... were ... next ... interested in ... project. I ... is ...
maximvolkov
Offline Send Email
Mar 2, 2008
11:36 pm
1237
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 Hammarberg
jerha202
Offline Send Email
Mar 10, 2008
2:13 pm
1238
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...
Daniel Morissette
dan_morissette
Offline Send Email
Mar 10, 2008
7:56 pm
1239
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...
Uffe Kousgaard
haansus
Offline Send Email
Mar 11, 2008
1:22 pm
1240
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 ... ...
mkrstono
Offline Send Email
Mar 25, 2008
1:14 pm
1241
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
deepfrenzee
Offline Send Email
Mar 25, 2008
1:15 pm
1242
... Sune, I almost hesitate to wade into these waters... You are dealing with a different coordinate system - a projected coordinate system. To get the...
Frank Warmerdam
nfwarmer
Offline Send Email
Mar 25, 2008
2:08 pm
1243
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...
Sune
deepfrenzee
Offline Send Email
Mar 25, 2008
2:55 pm
1244
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...
Sune
deepfrenzee
Offline Send Email
Apr 7, 2008
3:11 pm
1245
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. ...
Sune
deepfrenzee
Offline Send Email
Apr 8, 2008
12:41 pm
1246
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...
Sune
deepfrenzee
Offline Send Email
Apr 9, 2008
1:22 pm
1247
Hi guys, is it any future plan to include mitab_c_set_quick_spatial_index_mode in VB mitab.dll ? Best Regards. Mladen K....
mkrstono
Offline Send Email
Apr 10, 2008
5:31 pm
1248
... 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...
Uffe Kousgaard
haansus
Offline Send Email
Apr 11, 2008
3:26 pm
1249
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 ...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 21, 2008
8:57 pm
1250
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,...
jjuelsk
Offline Send Email
Apr 22, 2008
6:51 pm
1251
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 22, 2008
8:08 pm
1252
... 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...
Uffe Kousgaard
haansus
Offline Send Email
Apr 23, 2008
11:50 am
1253
Daniel, Everting is working well.. Thank you so much. Mladen ... file, which ... Lib "mitab.dll" ... Long) As ... using STDCALL ... obtaining a ... (the...
mkrstono
Offline Send Email
Apr 23, 2008
2:38 pm
1254
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...
jjuelsk
Offline Send Email
Apr 23, 2008
3:49 pm
1255
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 23, 2008
4:21 pm
1256
... 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...
jjuelsk
Offline Send Email
Apr 23, 2008
7:25 pm
1257
... [...] 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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 23, 2008
7:35 pm
1258
... 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 ...
jjuelsk
Offline Send Email
Apr 23, 2008
9:04 pm
1259
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...
jjuelsk
Offline Send Email
Apr 24, 2008
5:10 pm
1260
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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 24, 2008
7:01 pm
1261
... 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...
jjuelsk
Offline Send Email
Apr 24, 2008
8:13 pm
1262
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
deepfrenzee
Offline Send Email
Apr 28, 2008
12:53 pm
1263
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 Morissette
dan_morissette
Offline Send Email
Apr 28, 2008
3:15 pm
1264
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...
Sune
deepfrenzee
Offline Send Email
Apr 29, 2008
11:48 am
1265
... Marc, The code that handles the spatial filtering lives in TABMAPFile::LoadNextMatchingObjectBlock() in mitab_mapfile.cpp. I had a quick look at the code...
Daniel Morissette
dan_morissette
Offline Send Email
May 8, 2008
3:38 pm
Messages 1236 - 1265 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help