]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/site/_id.html.erb
Geocode pre-filled values when the user presses 'Go'.
[rails.git] / app / views / site / _id.html.erb
index f88942669ecbb19595f5b6f62c4378ae68175e4e..7ddee6218269792a64b18bbc4301ce15945d84e3 100644 (file)
       params.background = hashParams.background;
     }
 
+    if (hashParams.comment) {
+      params.comment = hashParams.comment;
+    }
+
+<% if params[:gpx] -%>
+    params.gpx = '<%= trace_data_url(params[:gpx]) %>';
+<% else -%>
     if (hashParams.gpx) {
       params.gpx = hashParams.gpx;
     }
+<% end -%>
 
     $('#id-embed').attr('src', '<%= id_url :locale => params[:locale] %>#' + querystring.stringify(params));
   </script>