Hi Pierre,

I tried exporting a seamless table to MIF/MID to see how it looked -
basically, MI doesn't let you export the table till you've turned seamless
off, and then doesn't put anything in the MIF/MID to indicate that the table
is seamless. When you import, it's just a normal table.

I'm pretty sure the part of the table that makes it seamless is some ASCII
data in the .tab file: all our seamless tables have the following lines at
the end of their .tab files:

begin_metadata
"\IsSeamless" = "TRUE"
"\IsReadOnly" = "FALSE"
end_metadata

so, I think you just need a way to append these four lines to the end of
each tab file after import. Without access to a programming language, you
might have to resort to DOS and use the cat command. If you can batch up a
script that does

cat tempfile >> tabfile

where tempfile is an ascii file with the four lines above and tabfile is the
tab file, for all of the tables you need to make seamless, you're laughing!

Hope this helps.

---------------------------------------------
David Booth
Senior GIS Officer
Merseyside Information Service

> -----Original Message-----
> From: HENROTAY PIERRE [SMTP:[EMAIL PROTECTED]]
> Sent: 27 April 2001 15:52
> To:   '[EMAIL PROTECTED]'
> Subject:      MI-L MI - seamless tables in batch mode ?
> 
> I have several hundreds of files that I would like to assemble into
> different seamless tables.
> I am looking for a non-interactive way (that is, not using the seamless
> manager tool) to do this.
> The customer has no access to MapBasic either.
> I looked for a MID/MIF file approach but I miss the last step which is to
> set the final table seamless.
> Any hint ?
> 
> 
> Pierre Henrotay
> Siemens Information and Communications
> Siemens Business Services s.a./n.v.
> DER
> Rue de N�verl�e 11
> B5020 Namur (Rhisnes)
> Belgium
> Tel. ++ 32 81 559 687
> Fax ++ 32 81 559 658
> Mobile ++ 32 477 69 93 19
> mailto:[EMAIL PROTECTED]
> http://www.siemens.be/ic
> 
> 
> 
> 
> _______________________________________________________________________
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, send e-mail to [EMAIL PROTECTED] and
> put "unsubscribe MapInfo-L" in the message body.



_______________________________________________________________________
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, send e-mail to [EMAIL PROTECTED] and
put "unsubscribe MapInfo-L" in the message body.

Reply via email to