X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/2b4f8e92c969a5508b73ae7af45811a118fda6b1..d3700e6201b4b78a70bbb2941572edc985b63c2c:/app/views/site/_id.html.erb diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index 195873c34..867b148fd 100644 --- a/app/views/site/_id.html.erb +++ b/app/views/site/_id.html.erb @@ -1,30 +1,10 @@ -<% if defined? ID_KEY %> -
- -
- -<% else %> - -<% end %> +
+ <% data = { :key => ID_KEY } -%> + <% data[:lat] = @lat if @lat -%> + <% data[:lon] = @lon if @lon -%> + <% data[:gpx] = trace_data_url(params[:gpx], :format => :xml) if params[:gpx] -%> + <% data[:url] = id_url(:locale => params[:locale]) -%> + <%= content_tag :iframe, "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %> +