layouts: map: Document track options 'color' and 'opacity'

This commit is contained in:
Martin Rubli
2024-04-26 15:10:48 +02:00
parent d3d9510b9a
commit 8525f00af0

View File

@@ -92,6 +92,12 @@ Track options:
Absolute or relative path of the .gpx file to render as a track. Absolute or relative path of the .gpx file to render as a track.
title: title:
Name of the track, used e.g. to render the 'Download GPX' button when multiple tracks are present. Name of the track, used e.g. to render the 'Download GPX' button when multiple tracks are present.
color:
Color to use for rendering the track.
Optional, defaults to DeepPink.
opacity:
Opacity to use for rendering the track.
Optional, defaults to 0.7.
downloadable: downloadable:
Boolean value indicating whether there should be a 'Download GPX' button for this track. Boolean value indicating whether there should be a 'Download GPX' button for this track.
Optional, defaults to true. Optional, defaults to true.