params.background = hashParams.background;
}
+ if (hashParams.comment) {
+ params.comment = hashParams.comment;
+ }
+
<% if params[:gpx] -%>
- params.gpx = '<%= trace_data_url(params[:gpx]) %>';
+ params.gpx = '<%= trace_data_url(params[:gpx], :format => :xml) %>';
<% else -%>
if (hashParams.gpx) {
params.gpx = hashParams.gpx;