[OpenLayers-Users] problem with tilecache layer

Simone Gadenz simone.gadenz at jrc.it
Wed Apr 16 05:32:53 EDT 2008


Hi all!

 

I have a strange bahavior (error?)wrapping the dateline in a tilecache
layer. The column of tiles poistioned right after 180 longitude load empty
images. 

 

This is one of the image url that is asked to the server:
http://139.191.68.15/tscache/pop04sm/02/000/000/004/000/000/001.png. In fact
the folder 02/000/000/004 does not exist in my cache hierarchy.

 

The definition of the layer into the page is:

 

var tiledpop = new OpenLayers.Layer.TileCache("World Population 2004 (1km)",

                ["http://139.191.68.15/tscache/"],

                "pop04sm",

                {

                    'format': 'image/png',

                    'isBaseLayer': false,

                    'opacity': 0.6, 

                    'reproject':true,

                        'wrapDateLine': true, 

                        'singleTile': false, 

                        'gutter': 1

                }

            );

 

Any idea?

 

Simone

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/openlayers-users/attachments/20080416/6dc797d8/attachment.html


More information about the Users mailing list