Dear Tim,

try this, downlaod the openlayers latest release
.zip
http://openlayers.org/download/OpenLayers-2.12.zip
or .tar.gz
http://openlayers.org/download/OpenLayers-2.12.tar.gz

In the unzipped folder you have the "theme" folder. You have to put that 
into your application at the same level of "OpenLayers.js".

In that folder you'll find the "style.css" and "style.tidy.css".
In that files you need to change the css class "olImageLoadError" style 
with the content

.olImageLoadError {
      background-color: pink;
      opacity: 0.0;
      filter: alpha(opacity=0); /* IE */
}

instead of

.olImageLoadError {
     background-color: pink;
     opacity: 0.5;
     filter: alpha(opacity=50); /* IE */
}

Regards

Mario Danelli





------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Openseamap-maps mailing list
Openseamap-maps@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openseamap-maps

Antwort per Email an