Click here to get back home

Problem creating seamless table MapInfo 8.5

 HomeNewsGroups | Search | About
 comp.infosystems.gis    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Problem creating seamless table MapInfo 8.5 etniacsurf 07-26-2006
Posted by etniacsurf on July 26, 2006, 4:59 am
Please log in for more thread options
Hello,

I'm just starting to use use MapInfo and am trying to create a seamless
table. Basically I have all the 10k raster tabs from the OS for the
British Isles and want to create a seamless table of these so I have a
complete map of Britain when required.

The method I'm using is to open up a group of tiles and then append
them to the seamless table. This seems to work to a point put then it
suddenly stops appending the tiles. I've got no idea why this is and
was advised to check in the registry for a key called MAXFILES and, if
it exists, to change the value of it to 100 to see if this resolves the
problem.

I've had a look in HKEY_LOCAL_MACHINE\Software\MapInfo\MapInfo\Common
and there doesn't seem to be an entry called MAXFILES. There is one
called MaxLevel though, this is currently set to 200.

I was also advised, by mapinfo support, to try and open all the files
at once and then create a seamless table all at once but this seems
impossible - I'm not sure how many files there are exactly but I think
there are a few thousand so opening them all at once doesn't seem to do
anything - I guess there are too many for it to handle.

Does anybody have any advice to offer?

Many thanks in advance!


Posted by Jim Mortoza on July 26, 2006, 9:00 pm
Please log in for more thread options
Hi

I have not actually tried this out but if you create a handful of seamless
rasters together and then run the seamless mapbasic program you will find
that one of the options is to turn the seamless table off. Once you have
done this you can actually look at the seamless table itself and it will
contain a table with 2 columns ( 3 if you count the object) Essentially its
created by creating a tile object for each raster ( i.e.. the 4 coordinate
pairs inside a tab header) and the name of the table ( with or without path
depending on where your rasters are stored) and a description.
Using MapBasic you could create a utility to append the names of the rasters
into the table and insert the name of the table and description and a
rectangle object. In theory this should recreate the seamless table
structure into new table and should work.
With regards to file handlers under DOS 3.3 ( I am now showing my age) PCs
could open up 255 files and also open up I believe an equivalent number of
buffered files). However the OS itself will take up a good many of these so
assume under Windows this is your missing 55. I would imagine however since
NT based systems were derived from Unix that this is no longer a
restriction. In the old days we only had 20 file handlers !
We do write MapBasic utilities for clients and we could write such a routine
for you if its imperative you need one and are able to bear the cost of the
development time should you need a MapBasic utility developed for you. As
proof of concept you could manually create a test by inputting the values
and creating the objects for 3 or 4 rasters.

Kind Regards
Jim
www.plangis.co.uk



----- Original Message -----
Newsgroups: comp.infosystems.gis
Sent: Wednesday, July 26, 2006 9:59 AM
Subject: Problem creating seamless table MapInfo 8.5


> Hello,
>
> I'm just starting to use use MapInfo and am trying to create a seamless
> table. Basically I have all the 10k raster tabs from the OS for the
> British Isles and want to create a seamless table of these so I have a
> complete map of Britain when required.
>
> The method I'm using is to open up a group of tiles and then append
> them to the seamless table. This seems to work to a point put then it
> suddenly stops appending the tiles. I've got no idea why this is and
> was advised to check in the registry for a key called MAXFILES and, if
> it exists, to change the value of it to 100 to see if this resolves the
> problem.
>
> I've had a look in HKEY_LOCAL_MACHINE\Software\MapInfo\MapInfo\Common
> and there doesn't seem to be an entry called MAXFILES. There is one
> called MaxLevel though, this is currently set to 200.
>
> I was also advised, by mapinfo support, to try and open all the files
> at once and then create a seamless table all at once but this seems
> impossible - I'm not sure how many files there are exactly but I think
> there are a few thousand so opening them all at once doesn't seem to do
> anything - I guess there are too many for it to handle.
>
> Does anybody have any advice to offer?
>
> Many thanks in advance!
>



Posted by Chris on July 27, 2006, 11:43 am
Please log in for more thread options
Thanks for that info Jim. I will give it a try and let you know how I get
on.

> Hi
>
> I have not actually tried this out but if you create a handful of seamless
> rasters together and then run the seamless mapbasic program you will find
> that one of the options is to turn the seamless table off. Once you have
> done this you can actually look at the seamless table itself and it will
> contain a table with 2 columns ( 3 if you count the object) Essentially
> its
> created by creating a tile object for each raster ( i.e.. the 4 coordinate
> pairs inside a tab header) and the name of the table ( with or without
> path
> depending on where your rasters are stored) and a description.
> Using MapBasic you could create a utility to append the names of the
> rasters
> into the table and insert the name of the table and description and a
> rectangle object. In theory this should recreate the seamless table
> structure into new table and should work.
> With regards to file handlers under DOS 3.3 ( I am now showing my age) PCs
> could open up 255 files and also open up I believe an equivalent number of
> buffered files). However the OS itself will take up a good many of these
> so
> assume under Windows this is your missing 55. I would imagine however
> since
> NT based systems were derived from Unix that this is no longer a
> restriction. In the old days we only had 20 file handlers !
> We do write MapBasic utilities for clients and we could write such a
> routine
> for you if its imperative you need one and are able to bear the cost of
> the
> development time should you need a MapBasic utility developed for you. As
> proof of concept you could manually create a test by inputting the values
> and creating the objects for 3 or 4 rasters.
>
> Kind Regards
> Jim
> www.plangis.co.uk
>
>
>
> ----- Original Message -----
> Newsgroups: comp.infosystems.gis
> Sent: Wednesday, July 26, 2006 9:59 AM
> Subject: Problem creating seamless table MapInfo 8.5
>
>
>> Hello,
>>
>> I'm just starting to use use MapInfo and am trying to create a seamless
>> table. Basically I have all the 10k raster tabs from the OS for the
>> British Isles and want to create a seamless table of these so I have a
>> complete map of Britain when required.
>>
>> The method I'm using is to open up a group of tiles and then append
>> them to the seamless table. This seems to work to a point put then it
>> suddenly stops appending the tiles. I've got no idea why this is and
>> was advised to check in the registry for a key called MAXFILES and, if
>> it exists, to change the value of it to 100 to see if this resolves the
>> problem.
>>
>> I've had a look in HKEY_LOCAL_MACHINE\Software\MapInfo\MapInfo\Common
>> and there doesn't seem to be an entry called MAXFILES. There is one
>> called MaxLevel though, this is currently set to 200.
>>
>> I was also advised, by mapinfo support, to try and open all the files
>> at once and then create a seamless table all at once but this seems
>> impossible - I'm not sure how many files there are exactly but I think
>> there are a few thousand so opening them all at once doesn't seem to do
>> anything - I guess there are too many for it to handle.
>>
>> Does anybody have any advice to offer?
>>
>> Many thanks in advance!
>>
>
>




Posted by Jim Mortoza on July 27, 2006, 12:14 pm
Please log in for more thread options
Hi Chris

When you have created a table manually and placed some references into it.
You will need to modify the tab file using notepad and add the following
into it at the end file.

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

Kind Regards
Jim

> Thanks for that info Jim. I will give it a try and let you know how I get
> on.
>
> > Hi
> >
> > I have not actually tried this out but if you create a handful of
seamless
> > rasters together and then run the seamless mapbasic program you will
find
> > that one of the options is to turn the seamless table off. Once you have
> > done this you can actually look at the seamless table itself and it will
> > contain a table with 2 columns ( 3 if you count the object) Essentially
> > its
> > created by creating a tile object for each raster ( i.e.. the 4
coordinate
> > pairs inside a tab header) and the name of the table ( with or without
> > path
> > depending on where your rasters are stored) and a description.
> > Using MapBasic you could create a utility to append the names of the
> > rasters
> > into the table and insert the name of the table and description and a
> > rectangle object. In theory this should recreate the seamless table
> > structure into new table and should work.
> > With regards to file handlers under DOS 3.3 ( I am now showing my age)
PCs
> > could open up 255 files and also open up I believe an equivalent number
of
> > buffered files). However the OS itself will take up a good many of these
> > so
> > assume under Windows this is your missing 55. I would imagine however
> > since
> > NT based systems were derived from Unix that this is no longer a
> > restriction. In the old days we only had 20 file handlers !
> > We do write MapBasic utilities for clients and we could write such a
> > routine
> > for you if its imperative you need one and are able to bear the cost of
> > the
> > development time should you need a MapBasic utility developed for you.
As
> > proof of concept you could manually create a test by inputting the
values
> > and creating the objects for 3 or 4 rasters.
> >
> > Kind Regards
> > Jim
> > www.plangis.co.uk
> >
> >
> >
> > ----- Original Message -----
> > Newsgroups: comp.infosystems.gis
> > Sent: Wednesday, July 26, 2006 9:59 AM
> > Subject: Problem creating seamless table MapInfo 8.5
> >
> >
> >> Hello,
> >>
> >> I'm just starting to use use MapInfo and am trying to create a seamless
> >> table. Basically I have all the 10k raster tabs from the OS for the
> >> British Isles and want to create a seamless table of these so I have a
> >> complete map of Britain when required.
> >>
> >> The method I'm using is to open up a group of tiles and then append
> >> them to the seamless table. This seems to work to a point put then it
> >> suddenly stops appending the tiles. I've got no idea why this is and
> >> was advised to check in the registry for a key called MAXFILES and, if
> >> it exists, to change the value of it to 100 to see if this resolves the
> >> problem.
> >>
> >> I've had a look in HKEY_LOCAL_MACHINE\Software\MapInfo\MapInfo\Common
> >> and there doesn't seem to be an entry called MAXFILES. There is one
> >> called MaxLevel though, this is currently set to 200.
> >>
> >> I was also advised, by mapinfo support, to try and open all the files
> >> at once and then create a seamless table all at once but this seems
> >> impossible - I'm not sure how many files there are exactly but I think
> >> there are a few thousand so opening them all at once doesn't seem to do
> >> anything - I guess there are too many for it to handle.
> >>
> >> Does anybody have any advice to offer?
> >>
> >> Many thanks in advance!
> >>
> >
> >
>
>
>



Similar ThreadsPosted
MapInfo and seamless table March 1, 2005, 2:57 pm
Question on creating necessary fields of a database table for usage in a GIS project August 1, 2004, 11:42 am
MapInfo.Professional.v7.8, AVL SWIFT V3.1.1, AVL FIRE V8.2, AVL WORKSPACE V3.1.1 SUITE, AVL WORKSPACE V4.0 SUITE, MAPINFO PRO V7.5, MAPINFO MAPXTREME V4.70.36, NTF to MapInfo File Converter v1.0, MAPINFO MAPXTREME JAVA EDITION V4.5, MapInfo MapX v5.02, March 6, 2005, 9:20 am
how to use pivot table in ArcGIS ? March 4, 2005, 7:16 am
Selected objects table in a geodatabase? December 22, 2004, 10:42 pm
thematic map with colours from table columns June 27, 2005, 6:37 am
Creating a dwg-file November 25, 2005, 4:02 am
A Contour creating OCX March 7, 2007, 12:41 am
Creating my own layers May 14, 2008, 6:57 pm
Need help creating a World File (.jfw/.gfw/.tfw) March 8, 2006, 9:42 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap