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

_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to