X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/963827d396959b856363417cc74749e79925c892..dfedf85b6ca076c4c95f10ea3d9649d1a4de6818:/app/views/site/_id.html.erb?ds=sidebyside
diff --git a/app/views/site/_id.html.erb b/app/views/site/_id.html.erb
index 7ddee6218..9b44ed461 100644
--- a/app/views/site/_id.html.erb
+++ b/app/views/site/_id.html.erb
@@ -1,45 +1,10 @@
-<% if defined? ID_KEY %>
-
-
-
-
-<% else %>
-
-<% end %>
+<%= javascript_include_tag "edit/id" %>
+
+
+ <% 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 %>
+