hi i have some description of the .map and .dat formats... regards _______________________________________________ KOREM (http://www.korem.com) ...
84
s.cairo@...
Jan 8, 2001 1:12 pm
Antoine, Thanks for your help it was very much apreciated. Regards Simone ... infer...
85
dal@...
Jan 31, 2001 6:26 am
Hello All, I recognize that this is an old thread but I just joined this group and wanted to set the record straight. The "FME" product as sold by Safe...
86
listas002@...
Feb 8, 2001 4:51 pm
I took the last version off Mitab (1.0.4) and coded a dll using the C++Builder compiler, to import files from the mif format to the mapinfo table format. I'm...
87
Daniel Morissette
danmo@...
Feb 8, 2001 5:14 pm
... I assume you're using the C API for your DLL, and not the C++ classes directly, right? If what you get is a Delphi DLL error then I don't think I can...
88
listas002@...
Feb 8, 2001 5:28 pm
Hallo Mitab Group Somebody have a descrition how can I creaate a Mapinfo Table? I'm new in the mitab library, and I know praticaly not about it. I'd like know...
89
Daniel Morissette
danmo@...
Feb 8, 2001 6:09 pm
... See mitabc_test.c in the source distribution for examples of creating and reading files and objects in C. The documentation for the C API is at: ...
90
Daniel Morissette
danmo@...
Feb 8, 2001 7:39 pm
... Interesting! The lib will only accept extensions "tab" or "TAB", but not "Tab" with mixed upper and lowercase. For now the fix is to change your filename...
91
listas002@...
Feb 16, 2001 7:47 pm
I coded a program with C++ builder using both mitab library and the examples those come with. I put some instructions to write down in a file what each...
92
Daniel Morissette
danmo@...
Feb 16, 2001 8:03 pm
... The only reason I can think of would be that your test program does not call mitab_c_close() when it creates the new dataset, and this would result in a...
93
paulmodz@...
Feb 16, 2001 8:11 pm
Hi All, I'm new to MapInfo, and I need to create a .tab file that pulls in a raster file, such as a bimap, gif, or jpeg. Is a raster considered to be a type...
94
Daniel Morissette
danmo@...
Feb 16, 2001 8:31 pm
... I don't think MapInfo considers a raster a feature type... each raster would probably be seen as a dataset in itself I guess. About the MITAB library...
95
listas002@...
Feb 19, 2001 12:58 pm
Daniel, I use the same function to create both files. I only change the filename extention and the file type, this one a take from the filename extention. I...
96
paulmodz@...
Feb 19, 2001 6:35 pm
... in a ... considered ... supported by ... raster ... raster ... well ... you ... and I ... for ... (http://www.remotesensing.org/gdal/)... ... MITAB ... ...
97
Bill Thoen
bthoen@...
Feb 19, 2001 7:07 pm
... Here's an example for the Boulder CO DRG (starts with !Table on line 0 and ends with " RasterStyle 7 16777215" on line 13): !table !version 300 !charset...
98
Daniel Morissette
danmo@...
Feb 19, 2001 7:33 pm
... I think most of your questions are very well answered by Bill Thoen's previous Email. About the way the CoordSys statement should be built, see the MIF...
99
paulmodz@...
Feb 20, 2001 6:31 pm
... can't ... the ... could ... Thanks guys, you've both been a huge help. I'm still having problems though. My tab file is read by MapInfo, and I see it in...
100
Bill Thoen
bthoen@...
Feb 20, 2001 6:49 pm
... First check that the zoom layering is not active. Normally raster images have some pre-set limits on zoom visibility, and you might need to turn that off...
101
Ned Harding
NHARDING@...
Feb 27, 2001 11:12 pm
Does anyone know what the limits are in MiTab? In particular, can it handle .map files bigger than 2G? Is there a limit to the number of records it can ...
102
Daniel Morissette
danmo@...
Feb 27, 2001 11:37 pm
... Ned, Based on a quick check, I would say that 2Gb is probably the maximum size that MITAB can safely handle, assuming nothing bad happens with the spatial...
103
Ned Harding
NHARDING@...
Feb 27, 2001 11:46 pm
Bill Gates is credited that wonderful quote. It's almost as amusing as Thomas Watson (The founder of IBM) in 1943 saying: "I think there's a world market for...
104
Daniel Morissette
danmo@...
Feb 28, 2001 12:13 am
... Have you considered using a seamless TAB file? A seamless TAB file is actually a regular TAB file that acts as a tile index for a bunch of other TAB...
105
Stéphane Baudet
sbaudet@...
Feb 28, 2001 12:03 pm
Hi, I got an error compiling MITAB with Visual C++ 6 : Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998....
106
Frank Warmerdam
warmerdam@...
Feb 28, 2001 2:07 pm
... Stephane, For now you can change the delete line to: if exist ogr.lib del ogr.lib in the makefile.vc, or just delete the line altogether. Best regards, ......
107
Stéphane Baudet
sbaudet@...
Feb 28, 2001 2:34 pm
if works now ! I changed 2 lines in ogr/makefile.vc from "del $(LIB)" to "if exist $(LIB) del $(LIB)" and it succesfully compiled. Thank you ! ... From: "Frank...
108
Ned Harding
NHARDING@...
Feb 28, 2001 4:19 pm
Yes, I have considered seamless TAB files... In this particular case, I just need the data for some intermediate processing, so it doesn't really work, but...
109
kierondavidbrown@...
Mar 8, 2001 4:58 pm
Hi All It is great that this library is available and could become quite useful for me. As such I will be using it extensively. I have already found and fixed...
110
Daniel Morissette
danmo@...
Mar 8, 2001 5:50 pm
... If they're simple fixes then you can send them to the list and if someone ran into the same thing then they can apply your patches locally until a new...
111
kierondavidbrown@...
Mar 8, 2001 6:27 pm
When writing an MIF/MID file that contains an attribute of type decimal, it also writes an attribute of type logical with the same field name. Cause and Fix: ...
112
Daniel Morissette
danmo@...
Mar 8, 2001 8:12 pm
... Thanks Kieron, I have included those 2 fixes in my development version and they will be part of the next update. -- ... Daniel Morissette...