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...
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...
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...
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...
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...
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...
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....
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ... ...
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...
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: ...
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...
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:...
1076
Martin Higham
imhigham
Apr 12, 2006 2:00 pm
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 ...
1075
Uffe Kousgaard
haansus
Apr 12, 2006 12:42 pm
I have a MIF file, which tab2tab converts, but the resulting tab file is invalid, when I try to open in MapInfo. This is the header: Version 300 Delimiter "," ...
1074
Sagent Thustik
sagent100
Apr 11, 2006 3:19 pm
Dear Andrew Thank you for your help !. This routine, works propertly with any coordinate system ?. I thouth mitab could have a method to obteing this but at...
1073
arpodungge
Apr 10, 2006 6:24 pm
I'm Using Mitab.dll in Visual Basic. i'd like to report posible error when reading mapinfo symbol in this three function : 1. mitab_c_get_symbol_color 2....
1072
Canfield, Andrew
andythecornb...
Apr 7, 2006 8:53 pm
Is this what you are wanting to know? int IsPtInPoly(Point dPtIn, std::vector< double > Xpts, std::vector< double > Ypts) { double Ax = dPtIn.x; double Ay =...
1071
sagent100
Apr 7, 2006 8:37 pm
Hi all! Is it possible to know if a point object (x-y coordinates) is within a polygon object ? I will appreciate a lot an example using VB or in other case C....
1070
mkrstono
Apr 4, 2006 2:11 am
I found it. Sorry for the inconvenience thank you. M.K....
1069
mkrstono
Apr 3, 2006 8:47 pm
Hi group, I'm using MiTab-vb and I have to "collect/find" CentarX and CentarY from the poligon that I create using [TABFC_Region],mitab_c_set_points (). Thanks...