X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a4f4714d0e1b1eeabe5e4b411800b949ef1e1139..7d52305640d647d97c7904e447ad48e6d0e2f694:/app/views/site/index.rhtml diff --git a/app/views/site/index.rhtml b/app/views/site/index.rhtml index bed35e36f..403f552d1 100644 --- a/app/views/site/index.rhtml +++ b/app/views/site/index.rhtml @@ -75,7 +75,7 @@ function init(){ OpenLayers.Util.onImageLoadError = function() { - this.src = "http://www.openstreetmap.org/javascript/img/404.png"; + this.src = "http://www.openstreetmap.org/javascripts/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"} );