Plugin Author
tinuzz
(@tinuzz)
Currently not, sorry.
There is something on the roadmap to make selecting tracks more flexible, for example by searching by name, description or date (-range), but I cannot give any indication of when that will be ready.
Best regards,
Martijn.
Thank you very much for the quick repsonse 👍
excuse but another question to this
Which track will used with track=live ?
does this Potential take all Tracks for that User xyz
[tsmap track=live user=xyz live=true infobar=true]
thanks for the support
Plugin Author
tinuzz
(@tinuzz)
As I said, there is no way to get all tracks for a user. The ‘user=’ parameter is to get the ‘live’ track of the specified user. ‘Live track’ simply means the track that was updated the latest.
Your shortcode has a few redundancies.
‘track=live’ is deprecated, and it’s synonymous to ‘user=@’, so in this case, you would get the live track for both user ‘xyz’ and the author of the page, in case they are different users.
‘live=true’ is only ever needed in case you want to treat a track as ‘live’ when Trackserver normally doesn’t see it like that, i.e. if you specify a track by id (but that doesn’t really make a lot of sense) or if you reference an external track with the ‘gpx’ or ‘kml’ option.
thanks for your response . I understood now that only taking a user allows that the system always takes the newest track which is good. Great software by the way. I really appreciate it👍