Re: [mapserver-users] Mapserver images doesn't fit well on a tiling scheme
Dan Little
danlittle at yahoo.com
Tue Mar 3 08:31:05 PST 2009
There are two steps to a tilecache...
Step 1: Seeding it.
Step 2: Querying from it.
Metatile usefulness is best seen while seeding the tile cache. If you look at the attached graphic (a rough estimation of a 3x3 meta-tile setup) then you'll see as the tilecache seed iterates through the map, it "oversamples" the map and uses the "center" image to represent the tile ("A"). When moving onto the next tile ("B"), it performs the same over-sampling. Since the map is then never at the "edge" of the generation you do not see errors with off-map lines and labelling at the edges.
Now, there two ways to query the tilecache:
1) As a WMS service. IMO, this is slow you can do as you wish but I've always thought this to be quite a bit slower than taking the oppurunity to fully seed a tilecache. In this scenario if you have a "cache hit" there is no additional generation costs. If you have a "cache miss" the generation cost is greater, but mapserver, PIL, etc., are very efficient at generating images. The actual cost of generating a 256x256 image and the cost of geneerating a 768x768 image is not terribly significant. Plus, once it has been done for a tile, it never needs to be done again.
2) As a tilecache, this is where you just serve up the directory as a TileCache. This is a lot faster but assumes you have fully seeded your cache. In this scenario you have no additional generation costs, all of that work has been done up front.
________________________________
From: Nelson Correia <nelsonwc7 at hotmail.com>
To: mapserver-users at lists.osgeo.org
Sent: Tuesday, March 3, 2009 10:17:08 AM
Subject: RE: [mapserver-users] Mapserver images doesn't fit well on a tiling scheme
I'm not sure if I got it right... When I request a 3x3 meta tile grid, tilecache only caches the center image? What if I request the image on the right of it and again another image to the right? Tilecache will issue new and overlapped requests to Mapserver? Or for the second request it will reuse a tile from the previous 3x3 request?
________________________________
Date: Tue, 3 Mar 2009 06:46:58 -0800
From: danlittle at yahoo.com
Subject: Re: [mapserver-users] Mapserver images doesn't fit well on a tiling scheme
To: nelsonwc7 at hotmail.com; mapserver-users at lists.osgeo.org
I think you're a bit wrong there. If you build the Cache using tilecache, when you use the "metaTiles" it will take a larger sample than the image being generated, for example if you have a 3x3 meta tile grid, the "center" tile of the nine-tile grid will be used. I had the exact same problem you are describing, but then setup the tilecache generator to use metatiles and things started to work beautifully -- including labels.
________________________________
From: Nelson Correia <nelsonwc7 at hotmail.com>
To: mapserver-users at lists.osgeo.org
Sent: Tuesday, March 3, 2009 8:11:16 AM
Subject: RE: [mapserver-users] Mapserver images doesn't fit well on a tiling scheme
With metaTile I can issue a pre-defined number of tiles that fit well. But this is per-request (if I'm right). For instance, if I make two consecutive requests of 4 tiles each from consecutive map zones, I get two sets of tiles that does not fit with each other (the first 4 do not fit side by side with the second 4).
The problem with that approach is that tiles from the same request fit well, but in order to construct a map like VE or Google Maps I need that tiles from different requests to always fit well.
Please tell me If I am wrong.
________________________________
Date: Tue, 3 Mar 2009 05:44:05 -0800
From: danlittle at yahoo.com
Subject: Re: [mapserver-users] (no subject)
To: nelsonwc7 at hotmail.com; mapserver-users at lists.osgeo.org
Check the documentation on the "metaTile" it requires having PIL installed but that is not really a big hassle.
________________________________
From: Nelson Correia <nelsonwc7 at hotmail.com>
To: mapserver-users at lists.osgeo.org
Sent: Tuesday, March 3, 2009 6:17:10 AM
Subject: [mapserver-users] (no subject)
Hi,
We are using Mapserver to produce tiles for a web application, using Tilecache as the caching mechanism.
When we were building the system, we figured out that tiles requested does not fit well side by side (the roads of one tile does not fit the prolongation of the same road in the next tile). To eliminate this issue, we had to issue an extra 10 pixels (around the whole tile) request to Mapserver and then cut them.
Then another problem arose: we could not make this with the labels because they appeared cut in one tile and there was no prolongati on of it on the next tile. The solution was to divide it into different layers: one for the roads with the 10 pixels buffer and another for the labels without buffer. This has the impact of duplicating the total number of images.
Anyone known an alternate solution for this problem?
Isn't Mapserver capable of serving images that fit well side by side?
Thanks in advance!
________________________________
What can you do with the new Windows Live? Find out
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20090303/1cf1a228/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tilecache.png
Type: image/png
Size: 8063 bytes
Desc: not available
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20090303/1cf1a228/attachment.png>
More information about the MapServer-users
mailing list