Hello I am wanting to read and write tab files with date fields. When I open a file and call GetType for a date field, the result is 4, or OFTString. In the...
... Hi Ronny, This rounding is related to the way coordinates are stored in a TAB file: an integer in the range +/-1e9 is used for the internal storage. Each...
Hi Firstly thanks to all those who have contributes to mitab and this support group. I have used mitab on and off for a few years and have found it great. I...
Hi Firstly thanks to everyone that has put mitab together, and keep supporting it. I have been using it intermittently for a few years, and have found it...
Thanks Ned for the report and patch. We'll take care of that. Alan ... -- Alan Boudreault Mapgears http://www.mapgears.com/...
Alan Boudreault
aboudreault@...
Oct 18, 2009 8:26 pm
1378
It turns out that MiTab will happily accept a field name starting with a digit, but MapInfo will give a nasty error message trying to open the resulting file. ...
Ned Harding
NHARDING@...
Oct 18, 2009 6:04 pm
1377
Frank et al, It turned out to be a version issue. I was running ogr/gdal 1.5 and when I upgraded to 1.6.2 the styling started to work. regards Simon ... -- ...
Frank, Thanks for writing back. ... That's good news. ... Do you mean as described in "2.9 Using OGR SQL to transfer the style between the data sources" in...
... Simon, The MITAB API supports writing styling to mapinfo files. It is also possible to write styling information with ogr2ogr as long as the source...
Folks, I am using ogr2ogr I would like to know, first and foremost, whether the MITAB API will allow ogr2ogr to write styling information to the TAB/MAP file...
Folks, While I am using ogr2ogr (which means this is probably the wrong group) I would like to know, first and foremost, whether the MITAB API will allow...
Its a long time since I did this, so can't remember what problems I may have encountered. What error messages are you getting ? Are they compile time, or link...
Anthony, We tried doing the same, but we are getting lots of errors messages. We fix and at some point more errors show up. Any syggestion? Thanks, Reinaldo...
Yes, I build Mitab on VS2008. I created a clean project and added the mitab source code fies to it. Cheers, Anthony. ________________________________ From:...
Hi, I am creating a MIF from another input file. But I don't have any option to get data for MID. The MIF also dont have any reference to MID columns. Now I'm...
... I wrote some features to the file and it was able to open it fine after that. Thank you very much for your quick reply. Anthony In case anyone is...
... In your test you create a file but don't write any feature to it. Have you tried with a file that contains some features? Daniel -- Daniel Morissette ...
Hello, Firstly, I should say I'm sorry if this is a double post but my computer hung on the first send so I'm not sure if my message got sent. I have been...
... Reinaldo, I just tried compiling your program and it does create a valid TAB file with one feature in it. I'm not sure what to suggest other than rerunning...
Could anyone out there help to tell me what's wrong with the code below? This is from the example that comes with MITAB. I am trying to write out a point...
Could anyone tell me what's wrong with the code below? This is from the example that comes with MITAB. I am trying to write out a point feature in .tab...
I did compiled MITAB separately. I tried the test program that comes as an example with MITAB, but when trying to write the .tab files out they are empty. I...
MITAB is compiled statically into gdal. You could compile mitab as a library itself and you'll be able to use its functions. Alan ... -- Alan Boudreault ...
Alan Boudreault
aboudreault@...
Aug 8, 2009 4:09 pm
1358
MITAB is included with GDAL source in ../ogr/ogrsf_frnts/mitab What do I need to do to compile GDAL 1.6.1 and have access to MITAB functions while developing...
... It looks like calling ITABFeaturePen::SetPenPattern(0) and ITABFeatureBrush::SetBrushPattern(0) will have the desired effect. ... Unfortunately, this is...
... There is no option in the tab2tab program to do this, so you'd need a bit of coding to do it, either with the C API or with the C++ classes. If this is...