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 1171 - 1200 of 1383   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1171
Hi guys, can anyone post MITAB.LIB for MS compiler, please! Explicit DLL loading is too much of a pain for me. OR explain how to compile the thing under VS2005...
submazz
Offline Send Email
Jul 4, 2007
12:17 pm
1172
... You can compile the lib with VS2005 using the command-line compiler and the makefile.vc that is located in the main folder of the source package ... To...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 4, 2007
12:29 pm
1173
Yeah, thanks, Oddly enough, it worked for me this time. I've been trying to compile it for a few days without success......
submazz
Offline Send Email
Jul 4, 2007
2:52 pm
1174
MITAB users, I have discovered that the new (optimized) spatial index code introduced in MITAB versions 1.6.0 and 1.6.1 contains an issue related to alignment ...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 4, 2007
5:16 pm
1175
From: "Daniel Morissette" <dmorissette@...> ... Compilation fails in mitab_mapfile.cpp, line 1726 / 1830 since "i" is appearently defined twice in the...
Uffe Kousgaard
haansus
Offline Send Email
Jul 11, 2007
1:29 pm
1176
... Which compiler produces this error? If I remove the 'int' in line 1830 as you suggest then gcc 4.0.3 produces the following error: mitab_mapfile.cpp:1830:...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 11, 2007
4:26 pm
1177
From: "Daniel Morissette" <dmorissette@...> ... It was VC6. With VC7 (2003) everything works OK. With VC8 (2005) a new (small) problem comes up....
Uffe Kousgaard
haansus
Offline Send Email
Jul 12, 2007
11:11 am
1178
... I have fixed this in the current dev version (will be in 1.6.2): http://bugzilla.maptools.org/show_bug.cgi?id=1749 Talking of MITAB 1.6.2, I keep getting...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 12, 2007
12:42 pm
1179
MITAB users, Due to the high number of issues reported in MITAB 1.6.0 and 1.6.1, I have posted a new MITAB 1.6.2 release a few minutes ago that (hopefully) ...
Daniel Morissette
dan_morissette
Offline Send Email
Jul 12, 2007
1:15 pm
1180
... Folks, Note that the "current" cpl_port.h in gdal/port includes this: /* -------------------------------------------------------------------- */ /*...
Frank Warmerdam
nfwarmer
Offline Send Email
Jul 12, 2007
7:10 pm
1181
Hi Friends, I'm working on open source technology like "Kosmo". its an open source GIS software . it does not support MapInfo *.TAB file. so i want to write a...
VEER PAL SINGH
beeru_azaad
Offline Send Email
Aug 20, 2007
11:20 am
1182
Hi all again. I wish to know how MITAB will return coords by get_vertex functions for next types of features: Arc,Rectangle,Ellipse,Multipoint,Collection. It's...
bykovkv
Offline Send Email
Sep 5, 2007
1:51 pm
1183
Greetings all who takes part in developing such great lib as mitab! My question is how using mitab_c_api I can determine that there is no geometry at all, I...
bykovkv
Offline Send Email
Sep 5, 2007
1:52 pm
1184
Can anybody tell me how to use mitab with VB.NET 2005 .. I can't add mitab.dll as reference in project ... thanks in advance...
kumpasano
Offline Send Email
Sep 7, 2007
2:29 pm
1185
... Have a look at the contrib/dotnet sub-directory in the MITAB package. I haven't used it myself, but there is a README in there explaining how to use it. ...
Daniel Morissette
dan_morissette
Offline Send Email
Sep 7, 2007
2:46 pm
1186
Please I'm in process to buy a VB.NET 2005 and all my projects are in VB6. Is there any issue to be aware?...
mkrstono
Offline Send Email
Sep 7, 2007
2:51 pm
1187
I just wanted to say that the bug has been corrected with the new release. Thank you. ... De : Daniel Morissette <dmorissette@...> À :...
Manfred Paul
mp83alpha
Offline Send Email
Sep 10, 2007
1:54 pm
1188
... mitab_c_get_parts() should return 0 if a given feature has no geometry (i.e. is of type NONE). There is no way to find out via the C API whether there is a...
Daniel Morissette
dan_morissette
Offline Send Email
Sep 11, 2007
12:36 pm
1189
... You should test each feature type to double-check, but off the top of my head, here is what I think each type should return: Arc: 1 part, with a set of...
Daniel Morissette
dan_morissette
Offline Send Email
Sep 11, 2007
12:59 pm
1190
MITAB Users, After the fiasco of the previous MITAB 1.6.x releases, I have prepared a new MITAB 1.6.3-beta1 package that hopefully solves the remaining issue ...
Daniel Morissette
dan_morissette
Offline Send Email
Sep 14, 2007
8:33 pm
1191
Sqltutorials.info is your gateway to the best sites on the Internet for sql tutorials! Looking for Computers, Technology, or Domain Names? Browse our...
sqltutorial
Offline Send Email
Sep 29, 2007
12:47 pm
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
Messages 1171 - 1200 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