Hi Uffe, Make sure you have MITAB_AFFINE_PARAMS defined for your project. Although it appears that this define is optional, it is required otherwise the tab ...
1077
Uffe Kousgaard
haansus
Apr 12, 2006 2:17 pm
Hi, "My project" is the official mitab.dll and that one is broken as it is right now. So is the official tab2tab.exe, I discovered. Regards Uffe ... From:...
1078
Daniel Morissette
dan_morissette
Apr 12, 2006 2:26 pm
... That's correct, the official mitab.dll and tab2tab.exe would suffer of the same problem. I'll need to issue a new release with this fixed. Daniel -- Daniel...
1079
Uffe Kousgaard
haansus
Apr 21, 2006 2:29 pm
From: "Daniel Morissette" <dmorissette@...> ... In the meantime I have compiled a new release of the DLL: ...
1080
Ben
crane_ba
Apr 25, 2006 1:39 pm
Hi all, I haven't actually used MITAB yet, but have a couple questions before I delve in. I hope it's okay? 1. I don't have much C/C++ experience, I run on...
1081
Tony Lee
ligengtaowork
May 9, 2006 11:02 am
Hi,everyone, Who can tell me how can i use the mitab library in EVC,on the Windows CE platform. Thanks. Tony Lee 06/5/9 ... ...
1082
Ned Harding
NHARDING@...
May 12, 2006 7:14 pm
I have a region that has 43,352 polygons and 776,172 points. MiTab is able to create a TAB file out of it, but MapInfo doesn't see the resulting object. Is...
1083
off_beach
Jun 5, 2006 3:12 pm
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...
1084
scumhampton
Jun 5, 2006 3:15 pm
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...
1085
Daniel Morissette
dan_morissette
Jun 5, 2006 4:37 pm
... 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...
1086
Shamim
shamimameer
Jun 6, 2006 1:23 pm
Try to google spatial indexing. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
1087
Tim Smith
scumhampton
Jun 6, 2006 1:40 pm
... 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...
1088
Daniel Morissette
dan_morissette
Jun 6, 2006 2:27 pm
... 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...
1089
lentilek
Jun 9, 2006 2:01 pm
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...
1090
Daniel Morissette
dan_morissette
Jun 15, 2006 8:10 pm
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...
1091
abetlehem
Jun 28, 2006 9:37 am
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...
1092
Daniel Morissette
dan_morissette
Jun 28, 2006 10:27 am
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....
1093
Ned Harding
NHARDING@...
Jun 29, 2006 7:27 pm
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...
1094
Daniel Morissette
dan_morissette
Jun 29, 2006 9:20 pm
... 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...
1095
stu_j.rm
Jul 3, 2006 2:18 pm
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...
1096
stu_j.rm
Jul 4, 2006 1:02 pm
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...
1097
Daniel Morissette
dan_morissette
Jul 4, 2006 5:41 pm
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...
1098
Thomas
tsteberi
Jul 12, 2006 1:19 pm
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...
1099
andrew_r_blake
Jul 21, 2006 7:23 pm
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...
1100
Daniel Morissette
dan_morissette
Jul 21, 2006 8:04 pm
... 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)......
1101
ras_elased_borealis
ras_elased_b...
Jul 25, 2006 9:48 am
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...
1102
Daniel Morissette
dan_morissette
Jul 25, 2006 12:59 pm
... 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...
1103
ras_elased_borealis
ras_elased_b...
Jul 25, 2006 1:44 pm
It seems it's a known bug : http://bugzilla.maptools.org/show_bug.cgi?id=1531 ... ...
1104
Daniel Morissette
dan_morissette
Jul 25, 2006 2:53 pm
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...
1105
Ras Elased Borealis
ras_elased_b...
Jul 26, 2006 8:52 am
Thanks. That was a quick answer and a quick fix ! congrats ! ... http://dl-3.free.fr/52616e646f6d49569790291dfebf0ac2f2b003a36625831cb69e953988350ec6/mif.zip ...