X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/99775524b35017256203903962990c9dd212dbb4..d8d1ab17764e5e0a7af99248cb5047d2af99d534:/app/views/site/_id.html.erb diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb index 195873c34..f1f48c1e1 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 => 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]) -%> + <%= tag.iframe "", :frameBorder => 0, :id => "id-embed", :class => "id-embed", :allowfullscreen => "", :data => data %> +