From: Grant Slater Date: Tue, 10 Aug 2010 23:17:24 +0000 (+0100) Subject: Fix OpenLayers 404 image URL to not redirect X-Git-Tag: live~6296^2~19 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/051be3013f81425a8af579566bc8df8f35829385?ds=sidebyside Fix OpenLayers 404 image URL to not redirect --- diff --git a/public/openlayers/OpenStreetMap.js b/public/openlayers/OpenStreetMap.js index 86f8a80e4..53094d8da 100644 --- a/public/openlayers/OpenStreetMap.js +++ b/public/openlayers/OpenStreetMap.js @@ -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