]> 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 78623603a23b201c8219b57b6b45e82e3b1e8370..d6c2ed405e0bf9c7c5dfcd91bb0e827380554ff4 100644 (file)
@@ -1,7 +1,7 @@
 
 
 <div id="geocoder">
-  <%= start_form_tag :controller => 'site', :action => 'search' %>
+  <%= start_form_tag :controller => 'way_tag', :action => 'search' %>
   <%= text_field 'query', 'query'%>
   <%= submit_tag 'Search' %>
   <%= end_form_tag %>
@@ -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"} );