mirror of
https://gitlab.com/mrubli/hugo-mod-leaflet.git
synced 2025-10-07 01:54:24 +00:00
layouts: map: Document track options 'color' and 'opacity'
This commit is contained in:
@@ -92,6 +92,12 @@ Track options:
|
||||
Absolute or relative path of the .gpx file to render as a track.
|
||||
title:
|
||||
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:
|
||||
Boolean value indicating whether there should be a 'Download GPX' button for this track.
|
||||
Optional, defaults to true.
|
||||
|
Reference in New Issue
Block a user