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 your group to be featured on the Yahoo! Groups website? 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 1354 - 1383 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1354
Hi Daniel, Actually I used "makefile.vc" for Visual C++ 2008 Express Edition and I was getting errors of duplicate definitions of "_vsnprintf" in stdio.h and...
adeel_razza
Offline Send Email
Jun 26, 2009
1:13 pm
1355
Hello, Does MITAB have an option that can be used to suppress the pen and brush info that is attached to lines and polygons in a MIF file? We've had a...
rlcave3rd
Offline Send Email
Jun 30, 2009
5:14 pm
1356
... There is no option in the tab2tab program to do this, so you'd need a bit of coding to do it, either with the C API or with the C++ classes. If this is...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 30, 2009
6:40 pm
1357
... It looks like calling ITABFeaturePen::SetPenPattern(0) and ITABFeatureBrush::SetBrushPattern(0) will have the desired effect. ... Unfortunately, this is...
rlcave3rd
Offline Send Email
Jun 30, 2009
7:45 pm
1358
MITAB is included with GDAL source in ../ogr/ogrsf_frnts/mitab What do I need to do to compile GDAL 1.6.1 and have access to MITAB functions while developing...
rechohfi
Offline Send Email
Aug 7, 2009
10:57 pm
1359
MITAB is compiled statically into gdal. You could compile mitab as a library itself and you'll be able to use its functions. Alan ... -- Alan Boudreault ...
Alan Boudreault
aboudreault@...
Send Email
Aug 8, 2009
4:09 pm
1360
I did compiled MITAB separately. I tried the test program that comes as an example with MITAB, but when trying to write the .tab files out they are empty. I...
rechohfi
Offline Send Email
Aug 9, 2009
1:10 pm
1361
Could anyone tell me what's wrong with the code below? This is from the example that comes with MITAB. I am trying to write out a point feature in .tab...
rechohfi
Offline Send Email
Aug 9, 2009
1:10 pm
1362
Could anyone out there help to tell me what's wrong with the code below? This is from the example that comes with MITAB. I am trying to write out a point...
rechohfi
Offline Send Email
Aug 13, 2009
12:22 pm
1363
... Reinaldo, I just tried compiling your program and it does create a valid TAB file with one feature in it. I'm not sure what to suggest other than rerunning...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 13, 2009
2:54 pm
1364
Hello, Firstly, I should say I'm sorry if this is a double post but my computer hung on the first send so I'm not sure if my message got sent. I have been...
o_damhsa
Offline Send Email
Aug 28, 2009
1:45 pm
1365
... In your test you create a file but don't write any feature to it. Have you tried with a file that contains some features? Daniel -- Daniel Morissette ...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 28, 2009
2:09 pm
1366
... I wrote some features to the file and it was able to open it fine after that. Thank you very much for your quick reply. Anthony In case anyone is...
o_damhsa
Offline Send Email
Aug 28, 2009
5:21 pm
1367
Hi, I am creating a MIF from another input file. But I don't have any option to get data for MID. The MIF also dont have any reference to MID columns. Now I'm...
lourdhus
Offline Send Email
Sep 8, 2009
11:49 am
1368
Hello List, Has anyone compiled MITAB on MS Visual Studio 2008 Professional? If yes, please post how you've done it. Thanks in advance, Reinaldo...
rechohfi
Offline Send Email
Sep 14, 2009
1:20 pm
1369
Yes, I build Mitab on VS2008. I created a clean project and added the mitab source code fies to it. Cheers, Anthony. ________________________________ From:...
Anthony Dunk
anthonyd.rm
Offline Send Email
Sep 14, 2009
11:35 pm
1370
Anthony, We tried doing the same, but we are getting lots of errors messages. We fix and at some point more errors show up. Any syggestion? Thanks, Reinaldo...
rechohfi
Offline Send Email
Sep 15, 2009
1:09 am
1371
Its a long time since I did this, so can't remember what problems I may have encountered. What error messages are you getting ? Are they compile time, or link...
Anthony Dunk
anthonyd.rm
Offline Send Email
Sep 15, 2009
1:56 am
1372
Anthony, Could you make available the MS VS 2008 Pro compiled MITAB? Thanks, Reinaldo...
rechohfi
Offline Send Email
Sep 15, 2009
12:40 pm
1373
Folks, While I am using ogr2ogr (which means this is probably the wrong group) I would like to know, first and foremost, whether the MITAB API will allow...
sggreener
Offline Send Email
Sep 29, 2009
12:19 pm
1374
Folks, I am using ogr2ogr I would like to know, first and foremost, whether the MITAB API will allow ogr2ogr to write styling information to the TAB/MAP file...
Simon Greener
sggreener
Offline Send Email
Sep 29, 2009
12:26 pm
1375
... Simon, The MITAB API supports writing styling to mapinfo files. It is also possible to write styling information with ogr2ogr as long as the source...
Frank Warmerdam
nfwarmer
Offline Send Email
Sep 29, 2009
5:15 pm
1376
Frank, Thanks for writing back. ... That's good news. ... Do you mean as described in "2.9 Using OGR SQL to transfer the style between the data sources" in...
Simon Greener
sggreener
Offline Send Email
Sep 30, 2009
12:18 pm
1377
Frank et al, It turned out to be a version issue. I was running ogr/gdal 1.5 and when I upgraded to 1.6.2 the styling started to work. regards Simon ... -- ...
Simon Greener
sggreener
Offline Send Email
Oct 6, 2009
1:04 pm
1378
It turns out that MiTab will happily accept a field name starting with a digit, but MapInfo will give a nasty error message trying to open the resulting file. ...
Ned Harding
NHARDING@...
Send Email
Oct 18, 2009
6:04 pm
1379
Thanks Ned for the report and patch. We'll take care of that. Alan ... -- Alan Boudreault Mapgears http://www.mapgears.com/...
Alan Boudreault
aboudreault@...
Send Email
Oct 18, 2009
8:26 pm
1380
Hi Firstly thanks to everyone that has put mitab together, and keep supporting it. I have been using it intermittently for a few years, and have found it...
ronzul@...
ronzul...
Offline Send Email
Oct 30, 2009
6:59 pm
1381
Hi Firstly thanks to all those who have contributes to mitab and this support group. I have used mitab on and off for a few years and have found it great. I...
Ronny Zulaikha
ronzul...
Offline Send Email
Oct 30, 2009
7:01 pm
1382
... Hi Ronny, This rounding is related to the way coordinates are stored in a TAB file: an integer in the range +/-1e9 is used for the internal storage. Each...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 30, 2009
7:14 pm
1383
Great, thanks Daniel for the explanation. Setting the bounds beforehand isn't an issue in my application, so all good. Regards Ronny...
ronzul@...
ronzul...
Offline Send Email
Nov 3, 2009
2:25 pm
Messages 1354 - 1383 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