From 051be3013f81425a8af579566bc8df8f35829385 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 11 Aug 2010 00:17:24 +0100 Subject: [PATCH] Fix OpenLayers 404 image URL to not redirect --- public/openlayers/OpenStreetMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2