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

Messages

Advanced
Messages Help
Messages 1377 - 1406 of 1438   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1377 Simon Greener
sggreener Send Email
Oct 6, 2009
1:04 pm
Frank et al, It turned out to be a version issue. I was running ogr/gdal 1.5 and when I upgraded to 1.6.2 the styling started to work. regards Simon ... -- ...
1378 Ned Harding
NHARDING@... Send Email
Oct 18, 2009
6:04 pm
It turns out that MiTab will happily accept a field name starting with a digit, but MapInfo will give a nasty error message trying to open the resulting file. ...
1379 Alan Boudreault
aboudreault@... Send Email
Oct 18, 2009
8:26 pm
Thanks Ned for the report and patch. We'll take care of that. Alan ... -- Alan Boudreault Mapgears http://www.mapgears.com/...
1380 ronzul@...
ronzul... Send Email
Oct 30, 2009
6:59 pm
Hi Firstly thanks to everyone that has put mitab together, and keep supporting it. I have been using it intermittently for a few years, and have found it...
1381 Ronny Zulaikha
ronzul... Send Email
Oct 30, 2009
7:01 pm
Hi Firstly thanks to all those who have contributes to mitab and this support group. I have used mitab on and off for a few years and have found it great. I...
1382 Daniel Morissette
dan_morissette Send Email
Oct 30, 2009
7:14 pm
... Hi Ronny, This rounding is related to the way coordinates are stored in a TAB file: an integer in the range +/-1e9 is used for the internal storage. Each...
1383 ronzul@...
ronzul... Send Email
Nov 3, 2009
2:25 pm
Great, thanks Daniel for the explanation. Setting the bounds beforehand isn't an issue in my application, so all good. Regards Ronny...
1384 Ronny Zulaikha
ronzul... Send Email
Nov 24, 2009
12:32 am
Hello I am wanting to read and write tab files with date fields. When I open a file and call GetType for a date field, the result is 4, or OFTString. In the...
1385 Ronny Zulaikha
ronzul... Send Email
Nov 24, 2009
12:35 am
Oops. sorry Have been using an old version of mitab; just noticed that in v1.7 OGRFieldType has new time and date values. From: Ronny Zulaikha...
1386 robinhassall Send Email May 19, 2010
1:09 pm
I use tab2tab to convert tab to mid/mif within an application. By default, when creating the mid file from the tab, it uses double quotes as separators. I...
1387 robinhassall Send Email May 19, 2010
1:12 pm
I use tab2tab to convert tab to mid/mif within an application. By default, when creating the mid file from the tab, it uses double quotes as separators. I...
1388 pankaj s
sardana_pank... Send Email
Jun 14, 2010
11:39 am
Hi I have an tab Files. I want to put into SQL Server 2008 I used MapInfo Easy loader But it give the Error into Opening table.These files are already into...
1389 Daniel Morissette
dan_morissette Send Email
Jun 14, 2010
11:56 am
Guests have already started arriving during the weekend. The Rendez-vous OSGeo Québec is just a few hours away. You still have a few hours to register today...
1390 developer.forsk Send Email Jul 7, 2010
2:05 pm
Hello, I have a problem in TAB/MAP format when generating a polygon containg a hole with a point touching the contour. Here are the coordinates of the two...
1391 Daniel Morissette
dan_morissette Send Email
Jul 7, 2010
6:05 pm
... Yes, this is a known limitation of the MITAB library. The MIF/MID format does not contain information about outside/inside rings (i.e. polygons vs holes in...
1392 Uffe Kousgaard
haansus Send Email
Jul 7, 2010
7:42 pm
If you do this part correctly, MITAB can handle the inner/outer ring correctly. But you need to know which is which and use the correct sign when indicating...
1393 developer.forsk Send Email Jul 9, 2010
4:08 pm
Thanks for your answer! I have already handled inner/outer rings in my polygon, and if I do not have the common point, all works perfectly! So I think that the...
1394 developer.forsk Send Email Jul 9, 2010
4:18 pm
Thanks for your answer! In fact, I do not use MITAB to read a MIF/MID files and then generate a TAB/MAP files, but to generate direclty MIF/MID and TAB/MAP...
1395 Uffe Kousgaard
haansus Send Email
Jul 9, 2010
6:35 pm
Hi, The attached sample has been generated using your data and MITAB. It looks OK in my copy of MapInfo. Regards Uffe Kousgaard developer.forsk wrote: Thanks...
1396 developer.forsk Send Email Jul 12, 2010
5:16 pm
Hi, Your sample works also fine for me! But what I do generate with MITAB doesn't... How could I check if I have a mistake in my code using MITAB? Regards, ...
1397 Jim Becker
degrace... Send Email
Jul 26, 2010
12:51 pm
Hello! I need to know a MAPINFO-collection(*.tab+*.map+*.ind+*.id) projection directly from this files whithout MAPINFO. It`s really? How I can do it? Thank...
1398 Anthony Dunk
anthonyd.rm Send Email
Jul 27, 2010
12:34 pm
I'm guessing that what you want to do is to open a MapInfo TAB file and get the coord sys string ? If so, you can use the Mitab library to do something like...
1399 mitabdll Send Email Oct 25, 2010
2:48 pm
Hi ! Anyone knows if where can I find a 64 bit version of mitab.dll, or if it runs propertly on windows 64 bits ? Thank a Lot Alejandro...
1400 Uffe Kousgaard
haansus Send Email
Nov 26, 2010
12:21 pm
If I import a MIF to TAB (using MapInfo), it will accept many different values for true: "T", "t", "Y", "y", "1" and 1. And there may be more. When writing TAB...
1401 Frosty
o_damhsa Send Email
Jan 4, 2011
5:40 pm
Hello Everyone, I am trying to add data to an existing .tab file in MapInfo. I know that it isn't possible to write directly to the file so I have been trying...
1402 Daniel Morissette
dan_morissette Send Email
Jan 5, 2011
2:42 am
Hi Anthony, That's a very good question. The reason for the error you got is (as I think you had figured out already) that the field definitions in the ...
1403 Frosty
o_damhsa Send Email
Mar 10, 2011
4:36 pm
Hello Daniel, Many thanks for your reply. The code change works beautifully. I will paste at the bottom of this message the new code I am using. I have a...
1404 pajohib Send Email May 17, 2011
11:03 am
I am very new to Mitab and need to know if I can use it to create Mapinfo seamless layers from a directory of image files and their associated tab files??? I...
1405 Daniel Morissette
dan_morissette Send Email
May 17, 2011
11:26 am
... The current version of the MITAB library only supports seamless layers with TAB files (vector data). It has no support for image files in seamless tables...
1406 Paul Hibbert
pajohib Send Email
May 17, 2011
3:35 pm
Daniel, Thanks a lot for the information, much appreciated. From what you have said about the seamless table being just a regular .TAB file that serves as an...
Messages 1377 - 1406 of 1438   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