diff --git a/layouts/shortcodes/leaflet-map.html b/layouts/shortcodes/leaflet-map.html index a167854..4e67fd3 100644 --- a/layouts/shortcodes/leaflet-map.html +++ b/layouts/shortcodes/leaflet-map.html @@ -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.