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