X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7318ee4b93a5dbcb7fece8553be65f2fb858e68a..9c3a66ac3b24133d979d8d3e4a4d2397ff04b706:/app/views/site/_id.html.erb
diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb
index 6409582cd..c0ea3631b 100644
--- a/app/views/site/_id.html.erb
+++ b/app/views/site/_id.html.erb
@@ -1,33 +1,10 @@
-<% if defined? ID_KEY %>
-
-
-
-
-<% else %>
-
-<% end %>
+<%= javascript_include_tag "edit/id" %>
+
+
+ <% 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 => "id-embed", :allowfullscreen => "", :data => data %>
+