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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 744 - 773 of 1437   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
744 Christophe CANDILLIER
bwarf2000 Send Email
Dec 2, 2003
2:24 pm
Hi, It’s not possible to read MIF files using column names beginning by “VERSION”, “CHARSET”, “DELIMITER”, “UNIQUE”, “INDEX”,...
745 Daniel Morissette
dan_morissette Send Email
Dec 2, 2003
8:45 pm
... Someone else also reported that a couple of weeks ago via bugzilla: http://www.maptools.org/bugzilla/show_bug.cgi?id=140 I've added your comment to the...
746 mapdudicle Send Email Dec 3, 2003
2:31 pm
Hi, I'm having a problem using the following three API calls: mitab_c_get_symbol_no,mitab_c_get_symbol_color & mitab_c_get_symbol_size. The following Delphi 5...
747 Ben
crane_ba Send Email
Dec 3, 2003
2:32 pm
Hi all, Finally, after hunting stuff down left and right, I managed to get a .NET Framework 1.1 SDK download and installed on my laptop. It's got Nmake and...
748 Nigmet
ntokabayev Send Email
Dec 4, 2003
1:05 pm
Help me with the following to understand a variable HeadBlock = packed record // Type 0 Block CoordOriginQuadrant:byte; // 161h Having seen all files in a...
749 Ben
crane_ba Send Email
Dec 4, 2003
2:39 pm
Hi all, Still can't get past the nmake errors and I am starting to get frustrated as I want to start coding with the libraries and learning. I don't have VC++...
750 simon benjamin
noumayoss Send Email
Dec 5, 2003
2:07 pm
Hi, I'd like to know if it is possible to populate an array that would contain all the the data for a given field in a MID file without using a loop. For...
751 Daniel Morissette
dan_morissette Send Email
Dec 5, 2003
3:15 pm
... No, that's not possible, and given the way the lib works I don't think this could be easily added either. -- ... Daniel Morissette...
752 Ben
crane_ba Send Email
Dec 8, 2003
2:27 pm
Hi all, Someone sent me a private email regarding my MITAB/.NET VC++ Compiler question but unfortunately due to a mailbox problem I've lost it. Whoever it was,...
753 Ben
crane_ba Send Email
Dec 18, 2003
1:49 pm
Hi all, Error code U1077 kept popping up which means it's not finding the relevent makefile.vc file. So I edited the makefile.vc to ensure the cd commands...
754 deniserickel@...
deniserickel Send Email
Dec 18, 2003
1:50 pm
Hi, I am new to mapinfo and wanted to find out if it were possible for one .TAB file to contain multiple layers. From my reading, it doesn't seem so. Also,...
755 bob young
bob@... Send Email
Dec 18, 2003
3:12 pm
Hi Denise It would help to know what GIS or CAD system you are familiar with to explain fully the answer to your query. Strictly the answer to your question is...
756 deniserickel Send Email Dec 18, 2003
6:16 pm
Thank you Bob. I develop software that creates graphics of noise contours around airports. I am trying to be able to create multiple layers, such as,...
757 Daniel Morissette
dan_morissette Send Email
Dec 18, 2003
6:51 pm
... Ben, I'm not sure to understand what you're doing or what's failing here. Normally the steps to build from source using MSVC++ 6 would be: - Extract the...
758 bob young
bob@... Send Email
Dec 19, 2003
1:55 pm
Hi Denise MapInfo decides itself what order to draw objects within a single table and this can change as you add objects. It constantly reorganise objects into...
759 Nigmet
ntokabayev Send Email
Dec 19, 2003
2:09 pm
Hi, Thank for your library. A lot of new I have seen from it. Result can see www.gisdelphi.com...
760 deniserickel Send Email Dec 19, 2003
5:01 pm
Thank you so much for your help. Denise ... table ... objects ... the real ... quickly. ... could be ... tables. ... but ... with ... layer is ... more ... ...
761 janihavukainen Send Email Dec 22, 2003
2:06 pm
Hei I just found this nice software from web, but I have a little problem. I have to convert mif. + mid files to tab.files. Why tab2tab.exe could not write...
762 deniserickel Send Email Dec 22, 2003
8:22 pm
Hi, I have a smooth, curved region that becomes jagged after converting to the .tab file and opening it in mapinfo. I was wondering which mitab function deals...
763 simon benjamin
noumayoss Send Email
Dec 23, 2003
1:22 pm
Hi, I wanted to override the default error handling function provided by the mitab library (using CPL). I defined something like this : ...
764 Uffe Kousgaard
haansus Send Email
Dec 23, 2003
3:05 pm
Regions can not be smoothed in MapInfo TAB files, so you will have to deal with this in another way. Only polylines can be smoothed. Kind regards Uffe...
765 Daniel Morissette
dan_morissette Send Email
Dec 23, 2003
8:41 pm
... Benjamin, Thanks for the report and for the patch. I have submitted this as a OGR/CPL bug in the OGR bugzilla since the CPL library that comes with MITAB...
766 Ben
crane_ba Send Email
Dec 31, 2003
3:15 pm
Hi, After compiling the library and sitting down I've come across an annoying problem. When I try to use mitab_c_open or any other function of the mitab...
767 Daniel Morissette
dan_morissette Send Email
Dec 31, 2003
4:36 pm
... Does the above code really compile for you? I don't think that this explains the error you get, but there is a missing underscore in "mitab_handle" in the...
768 Thomsen, Bo Victor
geobthomsen Send Email
Jan 1, 2004
2:13 pm
I don't know if it relevant to case here, but: When you compile and link a c based dll with Visual-C using the STDCALL calling convention , it will produce a...
769 david@... Send Email Jan 4, 2004
4:07 pm
I'm trying to read the waypoints from my Garmin GPS, and write them into a MapInfo table so I can view them in MapInfo. I've written most of it - the points...
770 deniserickel Send Email Jan 6, 2004
6:24 pm
Hello, I have a problem related to regions in mitab. I have graphics containing contour regions similar to a (topographical?) map. When I convert and view...
771 Koos Ouwehand
koos_ouwehand Send Email
Jan 7, 2004
4:31 pm
Denise, I think you have problem with points that are reletivily close to each other (per axample a stroked circular part) that comes rather zig-zagged instead...
772 deniserickel Send Email Jan 7, 2004
6:00 pm
Koos, Thank you for getting back to me. I opened my table (created by MapInfo, not mitab) and the distance units were in miles. The graphics looked as they...
773 Koos Ouwehand
koos_ouwehand Send Email
Jan 7, 2004
9:32 pm
Denise, It wil take a lot of time to get all the ins and outs about coordinates. The MIF and also the TAB file contains a 'CoordSys&#39; specificatition, and you...
Messages 744 - 773 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