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....
... 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,...
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...
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...
... 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"....
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...
... 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...
... 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...
... 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...
Hi, Is it possible in this new release create a symbol with a given angle ? Thank you. Alejandro __________________________________________________ Correo...
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 ...
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...
... 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,...
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...
... 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...
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...
** 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...
... Hilton, Generally speaking, no there is not a way of doing this. Is your file in latitude and longitude or a different projection? If it is in lat/long,...
Hi, I am us mitab.dll in VB to write the tab file, and I found the set_pen function won't give me the correct color when using black. I got the color from mapx...
... I have made a quick test using mitab_c_set_pen() from a C program (I don't have VB), and passing a color value of 0 (black) does work properly for me. The...
Hi , When I try to compile the latest source Mitab-1.4.0 , getting the following error c++ -o tab2tab tab2tab.o mitab.a ../ogr/ogr.a ../cpl/cpl.a -ldl -lm ...
The mitab-1.4.0.zip and mitab-1.4.0.tar.gz have a few small differences, one of them is the cpl/cpl_config.h file. You are likely compiling with the .zip...
Hi I need to be able to read collection objects from a TAB file. Can anyone give me some pointers to get started or has anyone already done this? Thanks in...
... Collections are not currently implemented, only multipoints are. You could possibly file an enhancement bug in the MITAB bugzilla and include a sample TAB...
... The object would be returned with a NONE geometry (i.e. no geometry) and the following warning would be produced by the library or by tab2tab.exe: ...
How hard would it be to add support for it? Is it only an upper level interface addition or would it involve digging down into the lower stuff in areas like...