In Open Layers I'm having a missing tile problem where it generates a missing link icon and a pink background. I found several threads including this one saying to add this code
OpenLayers.Util.onImageLoadError = function() {this.src = '/img/blank.png';};
Sorry if this is dumb, but should my blank.png just be a 1px transparent png24? And also where should the img folder go?
Sorry, I've tried 1px, 256px, png24, png8, gif and putting the img folder and/or file in every conceivable place and I'm having no luck. Maybe you'll see something in these screenshots. Thanks for any help.
(PS. I've also tried an image with color to see if I can notice any actual change, so that's why the blank.png file looks red in the Finder thumbnail. Thanks again.)


OpenLayers.Util.onImageLoadError = function() {this.src = '/img/blank.png';};– billted98 Jun 25 '12 at 18:45