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 949 - 978 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
949
Hi, I have posted the MITAB 1.4.0 release to the website: http://mitab.maptools.org/ It is more or less the same as the 1.4.0pr1 from last week, with a few ...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 1, 2005
5:33 pm
950
I am using IMapInfoFile (I am compiling the source into my executable not linking against the library) and I was wondering if anybody has a list of the member...
Andrew
andythecornb...
Offline Send Email
Apr 5, 2005
6:59 pm
951
... I don't have such a list, you'd have to look through the code to find them, or perhaps you could try putting your lock around the ...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 5, 2005
7:13 pm
952
... That's what I would have thought as well as I am not sharing the IMapInfoFile instance between threads that instance belongs solely to the write thread,...
Canfield, Andrew
andythecornb...
Offline Send Email
Apr 5, 2005
8:04 pm
953
Please disregard my last I figured out what it was. The project is a shared project and the last developer in it reset the compiler flags when it was last...
Canfield, Andrew
andythecornb...
Offline Send Email
Apr 5, 2005
8:04 pm
954
... Um, it seems that setting symbol angles may have been overlooked in the C API. Looking at the code, it appears that only the TABFontPoint types of symbols...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 7, 2005
3:05 pm
955
Hi everyone, Not being that literate with Spatial terminology I may have missed a previous reference showing how to do what I am trying to achieve. If so I...
datasolutionsnewbie
datasolution...
Offline Send Email
Apr 20, 2005
3:15 am
956
** Reply Requested When Convenient ** Do 24.04.2005 jsem dočasně mimo kancelář. I'm temporarily out of the office (till 24.04.2005). ... There is 1 message...
Zdenk Pliska
perun_zdenda
Offline Send Email
Apr 20, 2005
1:00 pm
957
... Hilton, Generally speaking, no there is not a way of doing this. Is your file in latitude and longitude or a different projection? If it is in lat/long,...
Frank Warmerdam
nfwarmer
Offline Send Email
Apr 20, 2005
1:24 pm
958
Hi, I am us mitab.dll in VB to write the tab file, and I found the set_pen function won't give me the correct color when using black. I got the color from mapx...
hefei93
Offline Send Email
Apr 20, 2005
4:47 pm
959
... I have made a quick test using mitab_c_set_pen() from a C program (I don't have VB), and passing a color value of 0 (black) does work properly for me. The...
Daniel Morissette
dan_morissette
Offline Send Email
Apr 21, 2005
2:08 pm
960
Hi , When I try to compile the latest source Mitab-1.4.0 , getting the following error c++ -o tab2tab tab2tab.o mitab.a ../ogr/ogr.a ../cpl/cpl.a -ldl -lm ...
cool_debasish
Offline Send Email
May 12, 2005
3:43 pm
961
The mitab-1.4.0.zip and mitab-1.4.0.tar.gz have a few small differences, one of them is the cpl/cpl_config.h file. You are likely compiling with the .zip...
Daniel Morissette
dan_morissette
Offline Send Email
May 12, 2005
3:48 pm
962
Many Thanks .. it worked. -Debasish ... differences,...
cool_debasish
Offline Send Email
May 12, 2005
7:20 pm
963
Hi I need to be able to read collection objects from a TAB file. Can anyone give me some pointers to get started or has anyone already done this? Thanks in...
jim_hope_1
Offline Send Email
Jun 1, 2005
1:16 pm
964
... Collections are not currently implemented, only multipoints are. You could possibly file an enhancement bug in the MITAB bugzilla and include a sample TAB...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 1, 2005
2:14 pm
965
Can somebody clarify for me if they know off the top of their head what is returned now if the object belongs to a collection? IE say I am calling...
Canfield, Andrew
andythecornb...
Offline Send Email
Jun 1, 2005
2:32 pm
966
... The object would be returned with a NONE geometry (i.e. no geometry) and the following warning would be produced by the library or by tab2tab.exe: ...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 1, 2005
2:55 pm
967
How hard would it be to add support for it? Is it only an upper level interface addition or would it involve digging down into the lower stuff in areas like...
Canfield, Andrew
andythecornb...
Offline Send Email
Jun 1, 2005
4:05 pm
968
... To implement complete support for collections in MITAB, we'd need to: 1- Analyze some binary dumps of a couple of sample dataset with collections in them...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 1, 2005
4:24 pm
969
Hi all - I have been using MiTab since 2002 to read road files for a routing application. Recently I came across a corrupt fileset that was causing...
meebparker
Offline Send Email
Jun 7, 2005
2:06 pm
970
... How do you know it's corrupt? And how do you know it's the .DAT and not the .MAP or another file that's corrupt? What error message does MITAB return if...
Daniel Morissette
dan_morissette
Offline Send Email
Jun 7, 2005
2:49 pm
971
Daniel, Thanks for the quick response. Your reply helped a lot. The app is designed to edit a road database and calculate times and distances using custom...
meebparker
Offline Send Email
Jun 7, 2005
7:54 pm
972
The problem is reading a MIF/MID file with default DELIMITER. When mitab creates it uses default DELIMITER="," so no problem. De default delimiter for the MID...
koos_ouwehand
Offline Send Email
Jun 16, 2005
3:19 pm
973
Sorry, sorry, I've seen that this problem is handled into version 1.4.0. Thanks !! Koos Ouwehand ... the ... i...
koos_ouwehand
Offline Send Email
Jun 21, 2005
3:47 pm
974
Hello Everyone, I am writing a visual studio MFC application and I need to load .TAB files. I would like to know if anyone has already compiled the Mitab ...
zi99er
Offline Send Email
Jun 27, 2005
2:07 pm
975
Hi zi99er! Should be easy to add .tab support in a visual studio project. You'll need the precompiled dll from MITAB-1.4.0-WIN32.ZIP. In this zip you'll also...
Martin Kofahl
x02mako1
Offline Send Email
Jun 28, 2005
8:16 am
976
Hi, I try to get map projection and datum of some tab files in a human readable form. When I call mitab_c_get_mif_coordsys() I get results as 'Earth Projection...
Martin Kofahl
x02mako1
Offline Send Email
Jun 30, 2005
2:19 pm
977
Hi, It has been pointed to me that the way MITAB returns newlines in escaped "\n" format in string attribute values is not consistent with the way other OGR...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 8, 2005
3:41 pm
978
I have always why it was escaped. For my part I will have to comment out code that translated those escape sequences into char(10) which will be nice because...
Canfield, Andrew
andythecornb...
Offline Send Email
Jul 8, 2005
4:03 pm
Messages 949 - 978 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