Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

mitab · MITAB Users List

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 162 - 191 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
162 Frank Warmerdam
warmerdam@... Send Email
Sep 4, 2001
1:50 pm
Daniel, I am trying to write S-57 data to MapInfo (TAB) format using ogr2ogr. However I am blowing the following assertion: ERROR 7: Assertion `m_nMapInfoType...
163 Daniel Morissette
danmo@... Send Email
Sep 4, 2001
3:22 pm
... Frank, It is legal to have multiple geometry types in a single TAB file. The error you get there seems to happen because you have a TABPolyline with a...
164 Frank Warmerdam
warmerdam@... Send Email
Sep 4, 2001
4:13 pm
... Daniel, OK, I have figured out the problem. The LineString I was writing was in error, and only had one vertex. It was classified as TAB_GEOM_LINE by ...
165 Daniel Morissette
danmo@... Send Email
Sep 5, 2001
1:54 pm
... I have made that change. Thanks! -- ... Daniel Morissette morissette@... DM Solutions Group...
166 Frank Warmerdam
warmerdam@... Send Email
Sep 14, 2001
7:15 am
Folks, I have committed substantial changes to MITAB implementing support for performing spatially restricted reads faster by walking the spatial index. The...
167 Paul Selormey
paul@... Send Email
Sep 15, 2001
9:11 am
Hello Frank, Thanks for yet another great work. Is the new update available in CVS? Best regards, Paul. ... From: "Frank Warmerdam" <warmerdam@...> To:...
168 Frank Warmerdam
warmerdam@... Send Email
Sep 16, 2001
4:31 am
... Paul, I am not sure which CVS you mean. Daniel maintains the master MITAB in a private CVS repository which I am lucky to have access to. I have copied...
169 Anirban Acharya
anirban@... Send Email
Sep 18, 2001
10:58 am
Hi All, i am a new member in this group. i am stuck up with a problem on creating objects of type 1. features 2. findfeature in Visual Foxpro. In the Mapx...
170 Frank Warmerdam
warmerdam@... Send Email
Sep 19, 2001
2:50 pm
Folks, I have corrected problems in MITAB with stepping through features in a MIF file using the IMapInfoFile::GetNextFeature() API. Only every other feature...
171 Frank Warmerdam
warmerdam@... Send Email
Sep 19, 2001
8:03 pm
Folks, I forgot to mention it when I did it, but I have also added support for attribute queries to MITAB as per the OGR SetAttributeFilter() method. The ...
172 keithludwig@... Send Email Sep 25, 2001
5:36 pm
Where can I gain access to the latest version of the library that contains the fix for spatial queries? The version on ...
173 Frank Warmerdam
warmerdam@... Send Email
Sep 25, 2001
5:50 pm
... Keith, The virtual current MITAB code can be found within the gdal/ogr/ogrsf_frmts/mitab subdirectory of the GDAL source tree which is available for...
174 Daniel Morissette
danmo@... Send Email
Sep 26, 2001
1:30 pm
... Lorant, It's the first time I hear of this error. When you extracted the ZIP file on your computer, did you make sure to keep the directory structure ...
175 Ross.chrystall@... Send Email Sep 27, 2001
6:58 am
I am Exporting an array from Planet and would like to import this as a MID/MIF file. I am currently exporting the array, then opening it with a Planet...
176 keithludwig@... Send Email Oct 15, 2001
7:20 pm
I've gotten the mitab library to work fine for my application when displaying points, lines, and polygons. But now, I need to test it with respect to text...
177 João Carlos Scatena
listas002 Send Email
Oct 16, 2001
1:50 pm
I'm coding a aplication to create points from a polyline, and I need put the points in the same coordinate system of the polylines. How can I get the...
178 Shamim Ahmad Ameer Al...
shamimameer Send Email
Oct 17, 2001
1:30 am
TABProjInfo sProjInfoSrc; poSrcFile->GetProjInfo(&sProjInfoSrc) Where poSrcFile is tab file object.You will get the TABProjInfo structure. The structure...
179 Ross.chrystall@...
chrystar2001 Send Email
Oct 17, 2001
9:17 pm
Are any of you aware of a Map Info Add on that will display a cell sites azimuths based on the coordinates in the Site Table I have created? I am using a...
180 Rastislav Dokupil
dokupilr@... Send Email
Oct 23, 2001
8:08 am
I am very new user of mitab library and first I wanted to do was to try the mitabc_test from mitab package. I couldn't open an output in .tab format in ...
181 João Carlos Scatena
listas002 Send Email
Oct 23, 2001
11:53 am
I don't code "C" very well, but I coded 2 functions to help get the TABProjInfo structure of a open dataset and set them in a created dataset, based in...
182 sirom@...
siromartello Send Email
Oct 25, 2001
3:40 pm
I am using the following code to retrieve a wkt string of the projection information of a TAB file: IMapInfoFile *poSrcFile=NULL; OGRSpatialReference *poSR; ...
183 Frank Warmerdam
nfwarmer Send Email
Oct 25, 2001
4:21 pm
... Hi, The problem is that MITAB has only a limited knowledge of what mapInfo datums correspond to OGC datums. If you look in mitab_spatialref.cpp, you will...
184 fme_mallik@...
fme_mallik Send Email
Nov 1, 2001
1:24 pm
HI I have the mapinfo files in NON_EARTH Meters I want to convert those file in to LL-WGS84 Projection system. Could you please let me know the procedure for...
185 Frank Warmerdam
nfwarmer Send Email
Nov 1, 2001
2:09 pm
... Mallik, MITAB does not contain support code for reprojecting though it does contain calls to get detailed definitions of the coordinate system. However,...
186 Uffe Kousgaard
haansus Send Email
Nov 1, 2001
2:16 pm
I understand it this way: Mallik wants to change the coordiante clause of an existing file, without actually changing the coordinates, just the header of the...
187 Frank Warmerdam
nfwarmer Send Email
Nov 1, 2001
2:28 pm
... Uffe, Of course you are right. Sometimes I should read questions more carefully. I don't think you can update a tab files coordinate system "in place"...
188 Daniel Morissette
dan_morissette Send Email
Nov 2, 2001
6:26 pm
Hi, I have placed a new MITAB release (version 1.1.3) on the MITAB website at http://pages.infinit.net/danmo/e00/index-mitab.html The list of changes is...
189 Daniel Morissette
dan_morissette Send Email
Nov 2, 2001
6:34 pm
... FYI I have added a couple of (untested) functions in today's MITAB 1.1.3 release that do the equivalent of what you needed, but without using the native...
190 Ioannis Anagnostopoulos
ioannis@... Send Email
Nov 6, 2001
12:10 pm
Hello all, I need to use the Symbol Clause for Custom Bitmap files. I have failled so far and I am desperate. It seems that the libraries support only Mapinfo...
191 Ioannis Anagnostopoulos
ioannis@... Send Email
Nov 6, 2001
12:17 pm
Hello all, I need to use the Symbol Clause for Custom Bitmap files. I have failled so far and I am desperate. It seems that the libraries support only Mapinfo...
Messages 162 - 191 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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