Use track name param if set
This commit is contained in:
parent
97a8bb91d1
commit
e487977c20
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ public class ServerHandler extends RequestHandler {
|
||||||
|
|
||||||
if ( format != null )
|
if ( format != null )
|
||||||
{
|
{
|
||||||
fileName = "brouter." + format;
|
fileName = (params.get( "trackname" ) || "brouter") + "." + format;
|
||||||
}
|
}
|
||||||
|
|
||||||
return fileName;
|
return fileName;
|
||||||
|
|
Loading…
Reference in a new issue