[Tilecache] threshold
Christopher Schmidt
crschmidt at metacarta.com
Wed Mar 14 10:02:26 EDT 2007
On Wed, Mar 14, 2007 at 02:47:43PM +0100, Eric Lemoine wrote:
> layer = new OpenLayers.Layer.WMS(
> 'Train',
> tileCacheUrl,
> { layers: [ 'train' ], transparent: true, format: "image/png" },
> { buffer: 1, isBaseLayer: false }
> );
> layer.setVisibility(false);
"""
If you are using TileCache for overlays, you should set the 'reproject'
option on the layer to 'false'.
"""
-- http://tilecache.org/tilecache-1.4.tar.gz/README
> { buffer: 1, isBaseLayer: false, reproject: false }
Regards,
--
Christopher Schmidt
MetaCarta
More information about the Tilecache
mailing list