Hi, all it was possible to use the MiTab to index MapInfo files for the Microsoft Map in Excel 97 ... but if not works with the Excell 2000: datainst see the...
Hi, I have to say I'm really impressed with mitab. I'm creating my own map renderer - much like MapX. Primarily I will use Navteq Street data. The problem I...
... Maybe you should have a look at MapServer (http://mapserver.gis.umn.edu/), it does exactly that and much more, and it uses the MITAB library (part of...
Try to google spatial indexing. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
... Thanks Daniel, I tried this with the area I'm viewing and it has reduced the amount of features, which is great. Is it possible to use SetSpatialFilter to...
... Yes, it should be possible to change the filter multiple times. You'd have to call OGRLayer::ResetReading() each time you change the spatial filter and...
Hi, I have mid/mif files which contains one region and over 40000 polygons. After mif tab2tab conversion the result tab file is blank under mapinfo. The same...
Mike, In older versions of MapInfo files on which MITAB is based, the REGION object could contain only a maximum of 32k segments, this would explain the...
Hi All, I've just noticed a bug in the use of bounds in the tab2tab program. Currently any file with a bounds set will not convert to a file with the same...
Andrew, Good catch. SetSpatialRef() does a default bounds lookup so we need to call it before setting bounds from source dataset. I have fixed this in CVS....
We recently upgraded to the latest version of MiTab (via GDAL) and it broke Multi_Polyline output for TAB files. I have traced it to a recent change in...
Ned Harding
NHARDING@...
Jun 29, 2006 7:27 pm
1094
... This issue was reported in bug 1466 by Uffe K. and I verified that your patch fixes it with his test dataset. Thanks guys! I have applied the patch in CVS...
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...