Hello,
I have a global base layer derived from a shape file (VMap0).
I add a coverage image layer that covers a small part of the base layer.
I view them both through OpenLayers.
If I view both layers at, or near, the maximum zoom extent, then the
response from the server is very quick - the whole map can be rendered in
3-4 tiles so the server only has to send 3-4 tiles.
However, if I zoom-in to a small portion of the coverage, the response from
the server is very slow. Many (20-30) tiles are returned from the server
even though only 3-4 are actually visible to the user.
It's as if the server is returning the whole map at the zoomed-in scale
rather than just the portion visible to the user.
I understand that the server returns a 'halo' of tiles around the visible
area, and the above situation would be acceptable, if no more tiles were
returned when I pan the map at a constant zoom level. But that doesn't
happen. If I pan, another 20-30 tiles are downloaded.
It it possible to reduce the halo size so that only visible tiles are
requested and returned from the server?
I appreciate that this may be an OpenLayers issue rather than a GeoServer
issue.
Thanks for any help,
Dave
--
View this message in context: http://www.nabble.com/excessive-tile-requests-tp20299515p20299515.html
Sent from the GeoServer - User mailing list archive at Nabble.com.