... See mitab_c_get_mif_coordsys() in the C API docs at http://pages.infinit.net/danmo/e00/mitab-docs/mitab_capi.cpp.html It returns a MIF-coordsys definition...
277
Owen Darmanin
odar001
Mar 11, 2002 8:27 pm
Hi, I am looking at the documentation of mitab_c_get_vertex_x(.) and it has ome parameter which says "part" Can you highlight which are the items which have...
278
Owen Darmanin
odar001
Mar 11, 2002 9:07 pm
Hi, I just wish to ask if it is normal for a map to have its street names encoded as a polygon instead of ascii characters. Am I doing something wrong to get...
279
Daniel Morissette
dan_morissette
Mar 11, 2002 9:58 pm
... If I remember well, only REGIONs and MULTIPLINEs can have multiple parts (plus some new collection types in MI6.5 that aren't supported yet in MITAB). But...
280
Owen Darmanin
odar001
Mar 11, 2002 10:09 pm
thanks alot. ... From: Daniel Morissette [mailto:danmo@...] Sent: 11 March 2002 22:09 To: mitab@yahoogroups.com Subject: Re: [mitab] mitab ... If I...
281
Daniel Morissette
dan_morissette
Mar 22, 2002 5:42 pm
... MITAB is also included in the OGR library... and the 'ogr2ogr39; command-line program can be used to convert between shapefiles and TAB files. I think Frank...
282
Frank Warmerdam
nfwarmer
Mar 22, 2002 6:02 pm
... Folks, I think Daniel is thinking of my customized sdts2mi (SDTS to MapInfo) translator. The general ogr2ogr should work fine for mapinfo to shape. ...
283
eplfrde
Mar 24, 2002 9:17 pm
Hello Has anyone used SetWellKnownGeogCS with some ESPG no? I want to enter some ESPG no to the function SetWellKnownGeogCS but when I do this I can't get it...
284
Frank Warmerdam
nfwarmer
Mar 24, 2002 11:49 pm
... Frans, They can be found within the GDAL distribution under ./gdal/data. They are also available in the libgeotiff distribution. They are normally...
285
Frans de Roos (EPL)
eplfrde
Mar 25, 2002 7:52 am
Thanks Which of the files to I need? Do I need all of them? If I want to get a list of all available datum/projection (in my program), how do I do this? Are...
286
Frank Warmerdam
nfwarmer
Mar 25, 2002 1:54 pm
... Frans, You need several of the .csv files. I don't normally keep track of which are required because I distribute them all. There is no terrible...
287
leehairy
Mar 25, 2002 11:32 pm
When i read the example "ocean.tab" provided with MapInfo ProViewer. I get the fcolor value in bgr format..The colour should be blue, i get orange unless i...
288
eplfrde
Mar 26, 2002 4:34 am
Ok! Now I can get it work! What if I want to transform GPS-datum from WGS84 to Bessel. What EPSG- no should I use? Should I use EPSG-no=4030 for WGS84 and...
289
Daniel Morissette
dan_morissette
Mar 26, 2002 2:35 pm
Hi, The value returned is a 32 bits integer with the color encoded in the following format: 0x00rrggbb. We use the following macros in the library to decode...
290
Uffe Kousgaard
haansus
Mar 26, 2002 3:40 pm
It is correct, you have to swap red and blue to use MI colour codes with windows. MI uses: (red * 65536) + (green * 256) + blue Windows uses: (blue * 65536) +...
291
leehairy
Mar 26, 2002 8:39 pm
... GetRValue, GetGValue and GetBValue are Macros provided by MSoft. They are defined in Windows.h ** sorry about, Draw::Polyline() it was me just typing...
293
Yosri Diab
yosridiab
Mar 29, 2002 12:28 pm
My apologies for the cross-posting We just announced the release of SVG MapGen, an affordable Internet Map Publishing Tool. Accepts Shape MID/MIF, produces...
294
Ian Erickson
pariah162
Apr 10, 2002 7:38 pm
Anyone out there use the MITab Library in association with ASP and VBScript? If you have, I'd be really interested to learn how you did it! Thanks! - Ian...
295
Shamim Ahmad Ameer Al...
shamimameer
Apr 11, 2002 1:13 am
You can create a wrapper COM server application which access the MITAB library. From the ASP , you just need to create the COM object and access it through...
296
Dave Langley
langleyworld
Apr 11, 2002 1:47 pm
Hello, I'm currently using the MITAB library as a mechanism to transport MapInfo tables from SQL Server (Spatialware) to MapXtreme JAVA. The reason being that...
297
listas002
Apr 18, 2002 7:19 pm
Dear Listers Does anybody happen to know where can I find a source code to create "buffers" in polylines. Tanks in advance, Scatena...
298
URA
ura@...
Apr 22, 2002 6:42 pm
299
pegroups
Apr 25, 2002 1:36 pm
Hello All, Please where can I find the TAB format documentations? I have the MIF/MID from the MapInfo site but no search there could give the TAB format...
300
Uffe Kousgaard
haansus
Apr 25, 2002 1:49 pm
There is no official description of the TAB format. You may try this document: http://www.directionsmag.com/tools/index.php?file_id=252 I have an updated...
301
Paul Selormey
pegroups
Apr 26, 2002 12:01 am
Hello Uffe, ... Thanks so much. ... Of course, I am very much interested. Can you mail it to me directly? or show me where to download it. Best regards, Paul....
302
Uffe Kousgaard
haansus
Apr 26, 2002 6:34 am
Here it is. You will need the original document to compare with, if you want to see exactly what changes I have made. ... From: "Paul Selormey"...
303
Magellan
mapdudicle
May 3, 2002 3:03 am
Hi, I'm using the mitab.pas unit supplied to this list by Bo Thomsen (thanks Bo!). However, through testing I've found a couple of issues, and they're probably...
304
Daniel Morissette
dan_morissette
May 3, 2002 4:17 pm
Hi, I have posted a new release of the MITAB library (version 1.2.0) on the website at: http://pages.infinit.net/danmo/e00/index-mitab.html This new release...
305
Daniel Morissette
dan_morissette
May 3, 2002 4:23 pm
... A similar bug was fixed in MITAB 1.2.0 ... Added in MITAB 1.2.0 (Oppsss... I just realized that they were not added to Bo's mitab.pas, etc...) ... Differs...
306
Magellan
mapdudicle
May 3, 2002 4:39 pm
Daniel, ... Thanks. ... I'll rebuild it... ... Here are the current mitab.pas signatures: function mitab_c_get_field_name (handle: mitab_handle;...