[OpenLayers-Users] Pink Tile Killing Me

Andrea Aime aaime at openplans.org
Sat Jan 12 17:58:38 EST 2008


Lee Keel ha scritto:
> Hello list.  I am having a problem with pink tiles.
> 
> Configuration: I am using OL 2.5, that I download from the link at
> http://www.openlayers.org/api/OpenLayers.js, with ms4w beta from Sept
> 10.  Running against Postgres.
...

> I am open to any and all recommendations.  I was suppose to have this
> completed yesterday, but this is my last hurdle.  Granted it is one
> big hurdle.

There's a secret setting to solve this issue. Add the following to
your openlayers code:
OpenLayers.IMAGE_RELOAD_ATTEMPTS = 5;

This will make OL try to download each tile 5 times before giving
up. Should help.

Cheers
Andrea



More information about the Users mailing list