X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/1d06a4eef19bc91c11543f09648788593302e364..4e9fcb9b91b981fe8a8b5d67082b8a941fb7e9ff:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index 6971e5faa..d6c2ed405 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -38,7 +38,7 @@ function init(){ OpenLayers.Util.onImageLoadError = function() { - this.src = "http://<%= SERVER_URL %>/javascript/img/404.png"; + this.src = "http://www.openstreetmap.org/javascript/img/404.png"; } map = new OpenLayers.Map( "map", {maxExtent: new OpenLayers.Bounds(-20037508.34,-20037508.34,20037508.34,20037508.34), maxZoomLevel:18, maxResolution:156543, units:'meters', projection: "EPSG:41001"} );