Fix OpenLayers 404 image URL to not redirect

This commit is contained in:
Grant Slater 2010-08-11 00:17:24 +01:00 committed by Tom Hughes
parent 49ffd3cd08
commit 051be3013f

View file

@ -7,7 +7,7 @@ OpenLayers.Util.OSM = {};
* Constant: MISSING_TILE_URL
* {String} URL of image to display for missing tiles
*/
OpenLayers.Util.OSM.MISSING_TILE_URL = "http://openstreetmap.org/openlayers/img/404.png";
OpenLayers.Util.OSM.MISSING_TILE_URL = "http://www.openstreetmap.org/openlayers/img/404.png";
/**
* Property: originalOnImageLoadError