Skip to content

Commit 1b87317

Browse files
authored
Update _id.html.erb
1 parent 42d4ed7 commit 1b87317

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/views/site/_id.html.erb

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<% data = { :configured => Settings.key?(:id_application) }
55
data[:lat] = @lat if @lat
66
data[:lon] = @lon if @lon
7+
data[:zoom] = @zoom if @zoom
78
data[:gpx] = trace_data_url(params[:gpx], :format => :xml) if params[:gpx]
89
data[:url] = id_url(:locale => params[:locale]) %>
910
<%= tag.iframe "", :frameBorder => 0, :id => "id-embed", :class => "w-100 h-100", :allowfullscreen => "", :data => data %>

0 commit comments

Comments
 (0)