[OpenLayers-Users] Pink Tile Killing Me

Lee Keel lee_keel at trimble.com
Sun Jan 13 22:27:32 EST 2008


From: Andrea Aime [mailto:aaime at openplans.org]
> 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


Some more information.....  In Firefox, the data does not show at all.  I took the url that is being used to request the data and I get an error for that request.  The error I get is:
 
The specified CGI application misbehaved by not returning a complete set of HTTP headers.
 
But I know that mapserver is serving the data correctly because I can see it in ie and in my sample app using ff.
 
-LK



More information about the Users mailing list