]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/index.rhtml
user bugs + direct to real 404 tile
[rails.git] / app / views / site / index.rhtml
index 6971e5faa468e43a15ba5c948847b6b59ff095eb..d6c2ed405e0bf9c7c5dfcd91bb0e827380554ff4 100644 (file)
@@ -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"} );