hi there,
with the current version, this is not possible, sorry.
However it's very easy to build in:
- open the gpxtrackmap.php file in /plugins/content/gpxtrackmap
- locate line 841
- change the two lines:
$placeholders = array('%TRACKMAP%','%TRACKDIAGRAM%','%SPEEDDIAGRAM%','%TRACKDOWNLOAD%');
$vars = array($mapcode,$edcode,$spdcode,$dlcode);
- to the following:
$placeholders = array('%TRACKMAP%','%TRACKDIAGRAM%','%SPEEDDIAGRAM%','%TRACKDOWNLOAD%','%TRACKFILENAME%');
$vars = array($mapcode,$edcode,$spdcode,$dlcode,$gpx_file);
- save the file and put the "%TRACKFILENAME%" placeholder in your layout template file.
I have added this for the next release, but i'm not sure when this will be.
So in the meantime, just put the above change in your gpxtrackmap.php.
cheers, Frank