parent
5ab7591d9c
commit
d6bbcae9db
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
<% if params[:gpx] -%>
|
<% if params[:gpx] -%>
|
||||||
params.gpx = '<%= trace_data_url(params[:gpx]) %>';
|
params.gpx = '<%= trace_data_url(params[:gpx], :format => :xml) %>';
|
||||||
<% else -%>
|
<% else -%>
|
||||||
if (hashParams.gpx) {
|
if (hashParams.gpx) {
|
||||||
params.gpx = hashParams.gpx;
|
params.gpx = hashParams.gpx;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue