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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1095 - 1124 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1095
Greetings List I'm looking for a utility which will convert a CSV file containing eastings and northings into a MapInfo TAB file, where those coordinates have...
stu_j.rm
Offline Send Email
Jul 3, 2006
2:18 pm
1096
OK, so I read around the subject a bit and realised that the MIF/MID combination is perfect, as they're an ASCII representation of the MapInfo data. I can now...
stu_j.rm
Offline Send Email
Jul 4, 2006
1:02 pm
1097
Another option, if you really had to use .CSV as input would have been to use OGR's ogr2ogr utility (http://www.gdal.org/ogr/ogr2ogr.html), but that would be a...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 4, 2006
5:41 pm
1098
Hi, I want to use proj.4 + mitab to reproject points from WGS84 to French Lambert II (ie from "CoordSys Earth Projection 1, 104" to "Coordsys Earth Projection...
Thomas
tsteberi
Offline Send Email
Jul 12, 2006
1:19 pm
1099
Hi, I have noticed that the spatial index performance of large MITAB generated files is much slower than that of an index generated by MapInfo and I wondered...
andrew_r_blake
Offline Send Email
Jul 21, 2006
7:23 pm
1100
... You got it there: MITAB can read the spatial index no problem, but the current implementation doesn't always generate a balanced spatial index (tree)......
Daniel Morissette
dan_morissette
Offline Send Email
Jul 21, 2006
8:04 pm
1101
Using tab2tab (1.5.0_win32 on XP SP2) I got the following errors trying to convert from MIF to TAB : "ERROR 7: TABPolyline: Object contains an invalid...
ras_elased_borealis
ras_elased_b...
Offline Send Email
Jul 25, 2006
9:48 am
1102
... This was fixed in bug 1466 and will be part of the next release (v1.5.1, hopefully today if I can find the time). I verified that the sample files work...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 25, 2006
12:59 pm
1103
It seems it's a known bug : http://bugzilla.maptools.org/show_bug.cgi?id=1531 ... ...
ras_elased_borealis
ras_elased_b...
Offline Send Email
Jul 25, 2006
1:44 pm
1104
MITAB 1.5.1 has just been released and posted to the website at http://mitab.maptools.org/ This new release fixes a few critical issues that were introduced by...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 25, 2006
2:53 pm
1105
Thanks. That was a quick answer and a quick fix ! congrats ! ... http://dl-3.free.fr/52616e646f6d49569790291dfebf0ac2f2b003a36625831cb69e953988350ec6/mif.zip ...
Ras Elased Borealis
ras_elased_b...
Offline Send Email
Jul 26, 2006
8:52 am
1106
Hello, I want to use the C++ API of the release v1.5.1 (OS: Windows2000) by linking mitab_i.lib. Indeed I want to link statically mitab.dll with my software. I...
jakob.kreuzfeld
Offline Send Email
Aug 4, 2006
5:27 pm
1107
Change your compilation model to multithreaded (debug) dll. Regards Finn Møller Hansen ... From: mitab@yahoogroups.com [mailto:mitab@yahoogroups.com] On...
Finn Møller Hansen
fmh@...
Send Email
Aug 8, 2006
2:00 pm
1108
Thanks but all my projects are already configured with the option /MDd (debug) and /MD (release). On the other hand I looked at the MITAB source code and I...
jakob.kreuzfeld
Offline Send Email
Aug 10, 2006
1:06 pm
1109
Hi, 1) I have two regions, is there a function that i can use to combine these two regions and return me one region or feature. 2) Second Question is I...
vinaymallapu
Offline Send Email
Aug 11, 2006
4:02 pm
1110
... The short answer is that there are no functions in the MITAB library that will do this automatically for you. However, using functions from the C API, you...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 11, 2006
8:35 pm
1111
From: "vinaymallapu" <vinaymallapu@...> ... You need something like this: http://www.cs.man.ac.uk/~toby/alan/software/ Regards Uffe...
Uffe Kousgaard
haansus
Offline Send Email
Aug 14, 2006
1:33 pm
1112
Hi Tim A very late reply to your query on mitab on 5 June this year regarding finding features in an area: To speed up access of your maps of Europe reduce the...
Bob Young
mapsbydesign
Offline Send Email
Aug 16, 2006
11:26 am
1113
I apologise if this hits list twice, but a posting done 12 hours ago has not appeared yet so I am trying to send it again. The first went to...
Bob Young
mapsbydesign
Offline Send Email
Aug 16, 2006
11:28 am
1114
Hi Bob, MITAB list is moderated, so always expect delays until Daniel checks. Regards Uffe ... From: Bob Young To: MITAB_NEW Sent: Wednesday, August 16, 2006...
Uffe Kousgaard
haansus
Offline Send Email
Aug 16, 2006
12:20 pm
1115
Hi Bob, Thanks for the info. I worked how to use the spatial index in MITAB. I just need to add raster map rendering now. One problem I have is reading a...
Tim Smith
scumhampton
Offline Send Email
Aug 16, 2006
12:22 pm
1116
... And the reason for moderation is only to prevent SPAM that had become a problem before the list was set to moderated. We do not remove any legitimate...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 16, 2006
1:36 pm
1117
Hi Tim The seamless table has a normal table at its root. So the MAP file for the seamless table contains region objects that represent the MBR extents of each...
Bob Young
mapsbydesign
Offline Send Email
Aug 16, 2006
1:48 pm
1118
Hi Uffe and Daniel Thanks for your explanations and apologies for the duplicates. Regards Bob ... From: "Daniel Morissette" <dmorissette@...> To:...
Bob Young
mapsbydesign
Offline Send Email
Aug 16, 2006
2:07 pm
1119
Hi Bob, Thanks for your reply, it was very helpful :P I sort of imagined it would work something like that. I didn't know seamless layers could be recursive! ...
Tim Smith
scumhampton
Offline Send Email
Aug 16, 2006
3:05 pm
1120
MessageHi Tim The parameters for the projection are held in the header of the MAP file. As mentioned before I do not know MITAB, but I would imagine there is a...
Bob Young
mapsbydesign
Offline Send Email
Aug 16, 2006
3:41 pm
1121
Hi Bob, Thanks again for your info, it's been really useful. I'm hoping to spend more time on my GIS app, but I've got so many higher priority things... Do you...
Tim Smith
scumhampton
Offline Send Email
Aug 16, 2006
4:53 pm
1122
MessageHi Tim Its not been that often. The number of nodes supported increased significantly at about Version 5 or 5.5. Also complex objects ( where points and...
Bob Young
mapsbydesign
Offline Send Email
Aug 16, 2006
5:24 pm
1123
Or in fact any strings written using a different codepage to the current windows one. How should I determine the codepage/locale to use when reading a file I'm...
MacGregor, Duncan (GE...
duncanmgesw
Offline Send Email
Aug 23, 2006
12:19 pm
1124
... MITAB doesn't do anything special to handle different character encodings. It reads the "charset" line from the MIF and TAB headers but doesn't do anything...
Daniel Morissette
dan_morissette
Offline Send Email
Aug 23, 2006
3:01 pm
Messages 1095 - 1124 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