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...
... To implement complete support for collections in MITAB, we'd need to: 1- Analyze some binary dumps of a couple of sample dataset with collections in them...
... How do you know it's corrupt? And how do you know it's the .DAT and not the .MAP or another file that's corrupt? What error message does MITAB return if...
Daniel, Thanks for the quick response. Your reply helped a lot. The app is designed to edit a road database and calculate times and distances using custom...
The problem is reading a MIF/MID file with default DELIMITER. When mitab creates it uses default DELIMITER="," so no problem. De default delimiter for the MID...
Hello Everyone, I am writing a visual studio MFC application and I need to load .TAB files. I would like to know if anyone has already compiled the Mitab ...
Hi zi99er! Should be easy to add .tab support in a visual studio project. You'll need the precompiled dll from MITAB-1.4.0-WIN32.ZIP. In this zip you'll also...
Hi, I try to get map projection and datum of some tab files in a human readable form. When I call mitab_c_get_mif_coordsys() I get results as 'Earth Projection...
Hi, It has been pointed to me that the way MITAB returns newlines in escaped "\n" format in string attribute values is not consistent with the way other OGR...
I have always why it was escaped. For my part I will have to comment out code that translated those escape sequences into char(10) which will be nice because...