Search the web
Sign In
New User? Sign Up
mitab · MITAB Users List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1069 - 1098 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1069
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...
mkrstono
Offline Send Email
Apr 3, 2006
8:47 pm
1070
I found it. Sorry for the inconvenience thank you. M.K....
mkrstono
Offline Send Email
Apr 4, 2006
2:11 am
1071
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....
sagent100
Offline Send Email
Apr 7, 2006
8:37 pm
1072
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 =...
Canfield, Andrew
andythecornb...
Offline Send Email
Apr 7, 2006
8:53 pm
1073
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....
arpodungge
Offline Send Email
Apr 10, 2006
6:24 pm
1074
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...
Sagent Thustik
sagent100
Offline Send Email
Apr 11, 2006
3:19 pm
1075
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 "," ...
Uffe Kousgaard
haansus
Offline Send Email
Apr 12, 2006
12:42 pm
1076
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 ...
Martin Higham
imhigham
Offline Send Email
Apr 12, 2006
2:00 pm
1077
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:...
Uffe Kousgaard
haansus
Offline Send Email
Apr 12, 2006
2:17 pm
1078
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 12, 2006
2:26 pm
1079
From: "Daniel Morissette" <dmorissette@...> ... In the meantime I have compiled a new release of the DLL: ...
Uffe Kousgaard
haansus
Offline Send Email
Apr 21, 2006
2:29 pm
1080
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...
Ben
crane_ba
Offline Send Email
Apr 25, 2006
1:39 pm
1081
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 ... ...
Tony Lee
ligengtaowork
Offline Send Email
May 9, 2006
11:02 am
1082
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...
Ned Harding
NHARDING@...
Send Email
May 12, 2006
7:14 pm
1083
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...
off_beach
Offline Send Email
Jun 5, 2006
3:12 pm
1084
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...
scumhampton
Offline Send Email
Jun 5, 2006
3:15 pm
1085
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 5, 2006
4:37 pm
1086
Try to google spatial indexing. ... __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection...
Shamim
shamimameer
Offline Send Email
Jun 6, 2006
1:23 pm
1087
... 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...
Tim Smith
scumhampton
Offline Send Email
Jun 6, 2006
1:40 pm
1088
... 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...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 6, 2006
2:27 pm
1089
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...
lentilek
Offline Send Email
Jun 9, 2006
2:01 pm
1090
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...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 15, 2006
8:10 pm
1091
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...
abetlehem
Offline Send Email
Jun 28, 2006
9:37 am
1092
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....
Daniel Morissette
dan_morissette
Offline Send Email
Jun 28, 2006
10:27 am
1093
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@...
Send Email
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...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 29, 2006
9:20 pm
1095
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...
stu_j.rm
Offline Send Email
Jul 3, 2006
2:18 pm
1096
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...
stu_j.rm
Offline Send Email
Jul 4, 2006
1:02 pm
1097
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...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 4, 2006
5:41 pm
1098
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...
Thomas
tsteberi
Offline Send Email
Jul 12, 2006
1:19 pm
Messages 1069 - 1098 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help