Greetings List I'm looking for a utility which will convert a CSV file containing eastings and northings into a MapInfo TAB file, where those coordinates have...
OK, so I read around the subject a bit and realised that the MIF/MID combination is perfect, as they're an ASCII representation of the MapInfo data. I can now...
Another option, if you really had to use .CSV as input would have been to use OGR's ogr2ogr utility (http://www.gdal.org/ogr/ogr2ogr.html), but that would be a...
Hi, I want to use proj.4 + mitab to reproject points from WGS84 to French Lambert II (ie from "CoordSys Earth Projection 1, 104" to "Coordsys Earth Projection...
Hi, I have noticed that the spatial index performance of large MITAB generated files is much slower than that of an index generated by MapInfo and I wondered...
... You got it there: MITAB can read the spatial index no problem, but the current implementation doesn't always generate a balanced spatial index (tree)......
Using tab2tab (1.5.0_win32 on XP SP2) I got the following errors trying to convert from MIF to TAB : "ERROR 7: TABPolyline: Object contains an invalid...
... This was fixed in bug 1466 and will be part of the next release (v1.5.1, hopefully today if I can find the time). I verified that the sample files work...
MITAB 1.5.1 has just been released and posted to the website at http://mitab.maptools.org/ This new release fixes a few critical issues that were introduced by...
Thanks. That was a quick answer and a quick fix ! congrats ! ... http://dl-3.free.fr/52616e646f6d49569790291dfebf0ac2f2b003a36625831cb69e953988350ec6/mif.zip ...
Hello, I want to use the C++ API of the release v1.5.1 (OS: Windows2000) by linking mitab_i.lib. Indeed I want to link statically mitab.dll with my software. I...
Change your compilation model to multithreaded (debug) dll. Regards Finn Møller Hansen ... From: mitab@yahoogroups.com [mailto:mitab@yahoogroups.com] On...
Finn Møller Hansen
fmh@...
Aug 8, 2006 2:00 pm
1108
Thanks but all my projects are already configured with the option /MDd (debug) and /MD (release). On the other hand I looked at the MITAB source code and I...
Hi, 1) I have two regions, is there a function that i can use to combine these two regions and return me one region or feature. 2) Second Question is I...
... The short answer is that there are no functions in the MITAB library that will do this automatically for you. However, using functions from the C API, you...
Hi Tim A very late reply to your query on mitab on 5 June this year regarding finding features in an area: To speed up access of your maps of Europe reduce the...
Hi Bob, MITAB list is moderated, so always expect delays until Daniel checks. Regards Uffe ... From: Bob Young To: MITAB_NEW Sent: Wednesday, August 16, 2006...
Hi Bob, Thanks for the info. I worked how to use the spatial index in MITAB. I just need to add raster map rendering now. One problem I have is reading a...
... And the reason for moderation is only to prevent SPAM that had become a problem before the list was set to moderated. We do not remove any legitimate...
Hi Tim The seamless table has a normal table at its root. So the MAP file for the seamless table contains region objects that represent the MBR extents of each...
Hi Bob, Thanks for your reply, it was very helpful :P I sort of imagined it would work something like that. I didn't know seamless layers could be recursive! ...
MessageHi Tim The parameters for the projection are held in the header of the MAP file. As mentioned before I do not know MITAB, but I would imagine there is a...
Hi Bob, Thanks again for your info, it's been really useful. I'm hoping to spend more time on my GIS app, but I've got so many higher priority things... Do you...
MessageHi Tim Its not been that often. The number of nodes supported increased significantly at about Version 5 or 5.5. Also complex objects ( where points and...
Or in fact any strings written using a different codepage to the current windows one. How should I determine the codepage/locale to use when reading a file I'm...
... MITAB doesn't do anything special to handle different character encodings. It reads the "charset" line from the MIF and TAB headers but doesn't do anything...