X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6494747882358cc1506ae442c89eed3db1de94a4..6d0100b91dda3e36d3eeeab0e3a4894e1dae9fd2:/app/views/site/_id.html.erb diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index 059009a0c..9b44ed461 100644 --- a/app/views/site/_id.html.erb +++ b/app/views/site/_id.html.erb @@ -1,28 +1,10 @@ -<% if defined? ID_KEY %> -
- -
- -<% else %> - -<% end %> +
+ <% data = { :key => Settings.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 %> +