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...
Show off your group to the world. Share a photo of your group with us.

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 522 - 551 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
522
Since I'm the first to post after the 21st of Dec: Merry Christmas and a happy New Year to everybody ! Now to the problem: I am creating a TAB file with a...
Uffe Kousgaard
haansus
Offline Send Email
Jan 9, 2003
5:09 pm
523
... Uffe, I see what you mean. I will dig into it. Note that you are using a custom *datum* (9999), and *ellipsoid* 10 (Bessel). Best regards, -- ... I set...
Frank Warmerdam
nfwarmer
Offline Send Email
Jan 9, 2003
5:19 pm
524
... Uffe, There was a bug in parsing the ellipsoid number out of the coordsys string for datum 999 and datum 9999 values. The following patch fixes it: RCS...
Frank Warmerdam
nfwarmer
Offline Send Email
Jan 9, 2003
5:32 pm
525
Thanks a lot. I have even managed to compile the new version and it works according to the user. But the DLL is 12 Kb larger than the one on the website. I'm...
Uffe Kousgaard
haansus
Offline Send Email
Jan 10, 2003
6:01 pm
526
Hello, I just compiled and used mitab 1.2.2 on win32. Great. But unfortunately, I had a problem with commas in MIF file : Creating a MIF will generate : ... ...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 15, 2003
8:07 pm
527
Which software was used to produce this MIF file? Is it MapInfo? And can MapInfo read this file? I believe this comma (instead of decimal point) is getting...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 15, 2003
11:04 pm
528
Oh wait... I re-read your message and I seem to have mis-interpreted it initially... sorry :( Did you mean that it is MITAB that produced this broken MIF file...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 15, 2003
11:08 pm
529
From: "Daniel Morissette" <morissette@...> ... MIF files should always be with "." - no matter the regional setting. This is true for all aspects of...
Uffe Kousgaard
haansus
Offline Send Email
Jan 15, 2003
11:10 pm
530
Right ! I made it with mitab library ! and re-read it with mitab library. I cannot explain why, it made it with "," instead of "." for decimal point. I tried...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 16, 2003
8:23 am
531
Hi, I assume someone will set me straight on this, but I seem to lose 28 bytes every time I use SetFeature with a "no geometry" feature type. Note that if I...
Martin Higham
imhigham
Offline Send Email
Jan 16, 2003
12:44 pm
532
... Martin, I had no problems reproducing your results ... valgrind rocks as a memory checker!. I used the following test program: #include "mitab.h" int...
Frank Warmerdam
nfwarmer
Offline Send Email
Jan 16, 2003
2:13 pm
533
Frank, Thanks for the info. I added your fix but now it hangs on poFile->Close(). The difference from your test app is that I have written zero spatial ...
Martin Higham
imhigham
Offline Send Email
Jan 16, 2003
2:56 pm
534
Hi, I've run into two little road blocks with MITAB, and I was hoping that there was either a simple work-around, or possibly support could be added into...
mapdudicle <magellan@...
mapdudicle
Offline Send Email
Jan 18, 2003
5:50 pm
535
... I applied Frank's proposed fix and modified his test program to write only 10 NONE features to the file to try to reproduce the freeze that you reported...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 18, 2003
7:50 pm
536
sorry to ask again, but I had not solution, and would like some help if possible. mitab library made files with "," ! thanks ... -- Riccardo Cohen Articque Les...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 22, 2003
4:57 pm
537
I finally found but not solved I tried the little example provided, and the numerics where well written with ".". So i made a separate project with the same...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 24, 2003
10:27 am
538
this should fix it -> setlocale(LC_NUMERIC,"English"); ... From: Riccardo Cohen [mailto:rcohen@...] Sent: 24. jaanuar 2003. a. 13:27 To:...
Manuel Matonin
manuel@...
Send Email
Jan 24, 2003
12:35 pm
539
Thanks. I beleive that this is a bug, since MIF Specification says only ".", the mitab library should not depend on locale ? ... -- Riccardo Cohen Articque Les...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 26, 2003
1:41 pm
540
... Yes there is a bug somewhere, but I'm not convinced that it's MITAB that should be fixed. MITAB uses printf() to format numbers, so if the bug is to use...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 26, 2003
4:42 pm
541
In my programs, I do replace "," , to avoid any problem of that type, including files that were created by MS Excel and wrote "," instead of ".". But I...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 27, 2003
9:13 am
542
Hi all, Reading and deciphering *.MAP files (MapInfo): I know u need to have a file structure in order to read binary files, and I know how to open binary...
Ben <crane_ba@...>
crane_ba
Offline Send Email
Jan 30, 2003
9:40 am
543
Well I thing that you are speaking of the .TAB file, which is the one to open through mitab calls. use mitab_c_open("file.tab") and then make a loop like while...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 30, 2003
10:03 am
544
Okay... But I'm looking for the nuts&bolts of how mitab was created and how it pulls binary info from files and enables us to use the data from the dll. I know...
Ben <crane_ba@...>
crane_ba
Offline Send Email
Jan 30, 2003
10:15 am
545
Sorry , I understand now. ... -- Riccardo Cohen Articque Les Roches 37230 Fondettes France email = rcohen@... web = http://www.articque.com tel:...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 30, 2003
10:27 am
546
... This may not be the reply that you're looking for, but I think you have only two options: 1- If you really want to understand how things work behind the...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 30, 2003
7:38 pm
547
in mitab_miffile.cpp line 554 (MIFFile::ParseMIFHeader), there is a call to GetLastLine without check of return. On bad files, it may return NULL which cause...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 30, 2003
10:20 pm
548
... Thanks for pointing this Riccardo. I have fixed this in the CVS version and this will be part of the next release. -- ... Daniel Morissette...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 30, 2003
10:31 pm
549
I have to make mitab work on macos 9 with the old code warrior 10 (bought 4 years ago). In my project, I cannot change OS and cannot change compiler. Well it...
Riccardo Cohen
riccardocohen
Offline Send Email
Jan 30, 2003
11:42 pm
550
Getting MiTab to work properly for the binary files that make up a .TAB on a MacOs is going to be MUCH harder than just getting it to compile. You have to...
Ned Harding
NHARDING@...
Send Email
Jan 31, 2003
12:12 am
551
... Actually, the lib is built to support that already and it has already been used on SUN boxes and other MSB-first systems. (We're not Mac programmers but...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 31, 2003
12:19 am
Messages 522 - 551 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