Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

mitab · MITAB Users List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 927 - 956 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
927 benvenoide Send Email Feb 4, 2005
2:30 pm
Hello, I'm trying to use the mitab c_api to do some cartographic data cruch that we usually do with mapbasic, wich is becoming very heavy, hence the need for...
928 Daniel Morissette
dan_morissette Send Email
Feb 4, 2005
8:35 pm
... Does the original mitabc_test program work for you? Hopefully you didn't just call mitab_c_write_feature() by itself in your program, that would definitely...
929 benvenoide Send Email Feb 7, 2005
2:18 pm
Hello, many thanks for the quick reply! Function WriteFile of the original mitabc_test is the one that doesn't work (with .tab files, it works correctly with...
930 Daniel Morissette
dan_morissette Send Email
Feb 7, 2005
2:55 pm
... Um... Are you sure it's not a permission issue or that the file is not created in a different location than what you think? I'm not setup to test on...
931 Uffe Kousgaard
haansus Send Email
Feb 7, 2005
3:24 pm
I have just tried the mitabc_test.exe application and it works OK here. mitabc_test -wmig test.mif mitabc_test -wtab test.tab This generated some sample files,...
932 benvenoide Send Email Feb 7, 2005
5:24 pm
Hello, This is a strage behaviour, I don't think is a permission problem because the files are created and the .tab file is written correctly, I get this: ...
933 Canfield, Andrew
andythecornb... Send Email
Feb 16, 2005
6:30 am
To anyone who may know, I have the following code: poFeature->SetSymbolNo(33); poFeature->SetSymbolSize(16); poFeature->SetSymbolColor(16711680); It sets the...
934 Frank Warmerdam
nfwarmer Send Email
Feb 16, 2005
4:41 pm
On Tue, 15 Feb 2005 14:40:50 -0700, Canfield, Andrew ... Andy, I skimmed through the code, and I don't see any obvious reason why the symbol number would be...
935 Andrew
andythecornb... Send Email
Feb 16, 2005
6:59 pm
... what I might ... Any help ... wrote, does ... easy to ... program ... it will ... easier to ... I just checked a MIF file instead of a tab as you suggested...
936 Andrew
andythecornb... Send Email
Feb 16, 2005
6:59 pm
... what I might ... Any help ... wrote, does ... easy to ... program ... it will ... easier to ... Frank, I found the problem but I don't know if it's a bug...
937 Daniel Morissette
dan_morissette Send Email
Feb 16, 2005
8:20 pm
... Short answer: that's by design. The long answer is that MapInfo has 3 types of point symbols, they all are point geometries, but for rest the they are...
938 mariolndry Send Email Mar 16, 2005
8:47 pm
I'm converting an area polygon of the Saint-Laurence river which includes the island of that river by using tab2tab.exe. I'm converting from mid/mif to tab....
939 Daniel Morissette
dan_morissette Send Email
Mar 22, 2005
5:33 pm
... It's a limitation of MITAB. The MIF/MID format doesn't include the information as to which islands are holes and which ones are actual separate polygons,...
940 Daniel Morissette
dan_morissette Send Email
Mar 23, 2005
7:43 pm
Hi Graham, (FYI I have CC'd this to the MITAB list) ... Thanks for contributing this. I am planning a new release of MITAB in the next few days and will...
941 Daniel Morissette
dan_morissette Send Email
Mar 23, 2005
11:56 pm
I have prepared a MITAB V1.4.0 release candidate with the most recent fixes and additions, the complete list is included below. The source can be downloaded...
942 Thomsen, Bo Victor
bvt_geocon_dk Send Email
Mar 24, 2005
8:46 am
Will do ASAP regarding VB + static Delphi Regards Bo Thomsen ... Fra: Daniel Morissette [mailto:morissette@...] Sendt: 24. marts 2005 00:54 Til:...
943 Uffe Kousgaard
haansus Send Email
Mar 24, 2005
12:10 pm
... Yes, just update the version number and it should be OK (header for dynamic delphi). I think the "dotnet bindings" should be referred to as "C# bindings"....
944 Frank Warmerdam
nfwarmer Send Email
Mar 24, 2005
3:57 pm
On Wed, 23 Mar 2005 18:54:21 -0500, Daniel Morissette ... Daniel, Oh dear, now I am feeling very guilty about several things I have *not* gotten done for...
945 Daniel Morissette
dan_morissette Send Email
Mar 24, 2005
4:50 pm
... I don't like rushing last minute changes just before a release, that's a recipe for trouble. I think I'll push 1.4.0 out the door in the next few days with...
946 Daniel Morissette
dan_morissette Send Email
Mar 24, 2005
4:51 pm
... Cool. thanks. ... I am not very familiar with .NET, but I thought that the idea of .NET was that C# classes could be used from VB.NET and vice-versa? So in...
947 Uffe Kousgaard
haansus Send Email
Mar 24, 2005
5:17 pm
... C# code needs to be compiled by the C# compiler (which is free). The resulting assemblies ( = sort of object code known as IL code) can then be used in...
948 Sagent Thustik
sagent100 Send Email
Mar 28, 2005
1:43 pm
Hi, Is it possible in this new release create a symbol with a given angle ? Thank you. Alejandro __________________________________________________ Correo...
949 Daniel Morissette
dan_morissette Send Email
Apr 1, 2005
5:33 pm
Hi, I have posted the MITAB 1.4.0 release to the website: http://mitab.maptools.org/ It is more or less the same as the 1.4.0pr1 from last week, with a few ...
950 Andrew
andythecornb... Send Email
Apr 5, 2005
6:59 pm
I am using IMapInfoFile (I am compiling the source into my executable not linking against the library) and I was wondering if anybody has a list of the member...
951 Daniel Morissette
dan_morissette Send Email
Apr 5, 2005
7:13 pm
... I don't have such a list, you'd have to look through the code to find them, or perhaps you could try putting your lock around the ...
952 Canfield, Andrew
andythecornb... Send Email
Apr 5, 2005
8:04 pm
... That's what I would have thought as well as I am not sharing the IMapInfoFile instance between threads that instance belongs solely to the write thread,...
953 Canfield, Andrew
andythecornb... Send Email
Apr 5, 2005
8:04 pm
Please disregard my last I figured out what it was. The project is a shared project and the last developer in it reset the compiler flags when it was last...
954 Daniel Morissette
dan_morissette Send Email
Apr 7, 2005
3:05 pm
... Um, it seems that setting symbol angles may have been overlooked in the C API. Looking at the code, it appears that only the TABFontPoint types of symbols...
955 datasolutionsnewbie
datasolution... Send Email
Apr 20, 2005
3:15 am
Hi everyone, Not being that literate with Spatial terminology I may have missed a previous reference showing how to do what I am trying to achieve. If so I...
956 Zdenk Pliska
perun_zdenda Send Email
Apr 20, 2005
1:00 pm
** Reply Requested When Convenient ** Do 24.04.2005 jsem dočasně mimo kancelář. I'm temporarily out of the office (till 24.04.2005). ... There is 1 message...
Messages 927 - 956 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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