X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/720c8d0e357b2867b9c0fec27006caec3fed0b23..d404bc04d542d381a3233e8cf461f5c9fb981af2:/app/views/site/_id.html.erb?ds=inline
diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb
index e2f783731..0ba4200a8 100644
--- a/app/views/site/_id.html.erb
+++ b/app/views/site/_id.html.erb
@@ -1,26 +1,10 @@
-<% if defined? ID_KEY %>
-
-
-
-
-<% else %>
-
-<% end %>
+
+ <% data = { :configured => Settings.key?(:id_application) }
+ 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 => "w-100 h-100", :allowfullscreen => "", :data => data %>
+