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 1192 - 1221 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1192
MITAB Users, A new MITAB 1.6.3-beta2 is now available on the download site. This new beta fixes one issue that's been found in beta1 with the optimized spatial...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 1, 2007
7:45 pm
1193
... Works fine here after testing with 5 datasets and MapInfo 8.5.1 Regards Uffe Kousgaard...
Uffe Kousgaard
haansus
Offline Send Email
Oct 2, 2007
2:01 pm
1194
Hello, I'm currently working on a subproject whose aim is to read some information from MapInfo files (.dat, .id, .ind, .map, .tab) under Java (the only API I...
promateo
Offline Send Email
Oct 15, 2007
5:06 pm
1195
... Yes, .MIF/.MID is the MapInfo Interchange Format. It's the text-based equivalent of .TAB datasets. ... MITAB's tab2tab program does exactly that (convert...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 15, 2007
5:33 pm
1196
MITAB users, I have posted a MITAB 1.6.3 release to the MITAB website a few minutes ago. This release does not provide any new functionality, it mostly aims to...
Daniel Morissette
dan_morissette
Offline Send Email
Oct 15, 2007
6:58 pm
1197
Helo, First of all, great work:D. I need some help. I'm using ogr2ogr for converting from Geodatabase to MapInfo. The issue that I have is that I can't get...
explorist_g
Offline Send Email
Oct 18, 2007
1:42 pm
1198
... Faruk, What you want can be accomplished by using the "MIF datum" hack for MITAB. Use this wkt: PROJCS["Bosnien_Zone_6", GEOGCS["GCS_Hermannskogel",...
Frank Warmerdam
nfwarmer
Offline Send Email
Oct 18, 2007
3:00 pm
1199
Thank you Frank for fast response. After tweaking datum parameters(you forget to put last two,but that's ok :D) I managed to convert it whit correct parameters...
explorist_g
Offline Send Email
Oct 18, 2007
5:21 pm
1200
... Faruk, I would like you to file a bug in the MITAB Bugzilla (presumably referenced on the MITAB web site) about this issue. You can set the assigned to...
Frank Warmerdam
nfwarmer
Offline Send Email
Oct 18, 2007
5:45 pm
1201
OK I will. No problem. Thank you one more time. Best regards, Faruk...
explorist_g
Offline Send Email
Oct 18, 2007
7:48 pm
1202
When MapInfo Professional generates regions with more than 32767 sections, the type is not anymore 0x0e (TAB_GEOM_REGION) but 0x3e. Does someone have...
developer.forsk
Offline Send Email
Nov 12, 2007
2:30 pm
1203
It has already been reported: http://bugzilla.maptools.org/show_bug.cgi?id=1496 Regards Uffe Kousgaard ... From: "developer.forsk" <developer.forsk@...> ...
Uffe Kousgaard
haansus
Offline Send Email
Nov 12, 2007
3:24 pm
1204
This is a question about the object defintion blocks in the MAP file (block 2). Where can I find the size of each Object Definition data in the source code? In...
Uffe Kousgaard
haansus
Offline Send Email
Nov 19, 2007
1:12 pm
1205
... The .MAP header block starts with an array of sizes for each object type. mitab_mapheaderblock.cpp contains a copy of that array which is used to create...
Daniel Morissette
dan_morissette
Offline Send Email
Nov 19, 2007
2:24 pm
1206
Hi Daniel, Thanks for this info. I think there is a small error here. The first bit seems to indicate some other information, but I'm not sure what. Whenever...
Uffe Kousgaard
haansus
Offline Send Email
Nov 19, 2007
4:10 pm
1207
... You're right that the first bit should be removed to get the object size. The first bit indicates whether the corresponding object type uses coordinate...
Daniel Morissette
dan_morissette
Offline Send Email
Nov 19, 2007
4:22 pm
1208
Yes, I want to know that answer too. When I created text with origin at coords (0,0), MITAB tells me some another coords, which probably are coords of lower...
dmitrykochkin
Offline Send Email
Nov 29, 2007
3:07 pm
1209
I wanna ask you about the copy object function. Does the mitab has the copy object function? I wanna use it to develop an application using delphi programming....
dee
call_me_sha
Offline Send Email
Dec 27, 2007
2:42 pm
1210
Hi to all, I have downloaded the mitab-1.6.3 sources and compiled them under Ubuntu AMD-64. All seems to go well, although nm show several undefined symbols....
everkuijlen
Offline Send Email
Jan 31, 2008
1:07 pm
1211
... There are two ways you can test your build: 1- Using the mitabc_test program: this program generates a test dataset in either MIF or TAB format. e.g. ...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 31, 2008
6:16 pm
1212
... I understand. I did the test you suggest and they worked out well However do these programs make use libmitab library ? As I removed libmitab.so the...
everkuijlen
Offline Send Email
Jan 31, 2008
6:39 pm
1213
... Well, the test programs are statically linked to the same .a files that are used to generate libmitab.so, so if one work then the other should work. ...
Daniel Morissette
dan_morissette
Offline Send Email
Jan 31, 2008
7:16 pm
1214
... should work. ... Thank you very much. It works the way you indicated ! So, now I'm more confident about the wellness of the library. I continue to build a ...
everkuijlen
Offline Send Email
Jan 31, 2008
8:35 pm
1215
Hi, I am replacing an older version of MITAB (1.4.0) in a C++.NET application with the newest downloadable verison 1.6.3. I have built the library and...
garethbailey10
Offline Send Email
Feb 5, 2008
5:04 pm
1216
Hi We've been trying to build mitab for the pocket pc platform, so far unsuccessfully. The problem is a lot of headers and some basic winapi is missing on WCE....
deepfrenzee
Offline Send Email
Feb 6, 2008
2:49 pm
1217
... I believe MITAB has already been built for WCE by Mateusz Loskot from the GDAL project as part of an overall effort to port GDAL/OGR (which includes MITAB)...
Daniel Morissette
dan_morissette
Offline Send Email
Feb 6, 2008
3:02 pm
1218
Forwarding Mateusz' reply... ... Subject: Re: [mitab] Building mitab for Pocket PC / WCE Date: Wed, 06 Feb 2008 17:27:55 +0100 From: Mateusz Loskot To: Daniel...
Daniel Morissette
dan_morissette
Offline Send Email
Feb 6, 2008
4:35 pm
1219
I'm working together with Sune (deepfrenzee) on this project and just wanted to let you know that we are now successfully using Mitab on WCE from the GDAL...
jerha202
Offline Send Email
Feb 12, 2008
1:38 pm
1220
Hi again! We are now experimenting with the spatial query performance of Mitab on Windows CE. In our setup, we have a dataset of 3022 objects, and we are...
jerha202
Offline Send Email
Feb 12, 2008
6:24 pm
1221
... Thanks Daniel, I've just subscribed to this list to watch Windows CE topics :-) ... Jerker, you're welcome. ... Yes, as I've said I need to update these...
Mateusz Loskot
mateuszloskot
Offline Send Email
Feb 12, 2008
7:12 pm
Messages 1192 - 1221 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