[Tilecache] threshold

Eric Lemoine Eric.Lemoine at camptocamp.com
Wed Mar 14 10:10:24 EDT 2007


On 3/14/07, Christopher Schmidt <crschmidt at metacarta.com> wrote:
> 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 }

I had missed that one on the tilecache doc. That actually fixes my
problem, even without any tilecache patch applied.

Thanks a lot,

-- 
Eric Lemoine

Camptocamp France SAS
Savoie Technolac, BP 352
73377 Le Bourget du Lac, Cedex

Tel : 00 33 4 79 44 44 96
Mail : eric.lemoine at camptocamp.com
http://www.camptocamp.com



More information about the Tilecache mailing list