{{ if .IsNamedParams }} {{ $trackPath := default "" (.Get "trackPath") }} {{ $lineColor := default "#006EFF" (.Get "lineColor") }} {{ $lineWeight := default "3" (.Get "lineWeight") }} {{ $lineOpacity := default "1" (.Get "lineOpacity") }} {{ $graphPosition := default "topright" (.Get "graphPosition") }} {{ $graphTheme := default "steelblue-theme" (.Get "graphTheme") }} {{ $graphWidth := default "500" (.Get "graphWidth") }} {{ $graphHeight := default "150" (.Get "graphHeight") }} {{ $graphFollowMarker := default false (.Get "graphFollowMarker") }} {{ $graphCollapsed := default false (.Get "graphCollapsed") }} {{ $graphDetached := default true (.Get "graphDetached") }} {{ $markerIcon := default "fa-thumb-tack" (.Get "markerIcon") }} {{ $markerIconColor := default "cyan" (.Get "markerIconColor") }} {{ $markerIconShape := default "penta" (.Get "markerIconShape") }} {{ $markerIconClasses := default "fa-icon-marker" (.Get "markerIconClasses") }} {{ $markerStartIcon := default "fa-play" (.Get "markerStartIcon") }} {{ $markerStartIconColor := default "green-light" (.Get "markerStartIconColor") }} {{ $markerStartIconShape := default "circle" (.Get "markerStartIconShape") }} {{ $markerStartIconClasses := default "fa-icon-marker fa-icon-start-stop" (.Get "markerStartIconClasses") }} {{ $markerEndIcon := default "fa-flag-checkered" (.Get "markerEndIcon") }} {{ $markerEndIconColor := default "red" (.Get "markerEndIconColor") }} {{ $markerEndIconShape := default "circle" (.Get "markerEndIconShape") }} {{ $markerEndIconClasses := default "fa-icon-marker fa-icon-start-stop" (.Get "markerEndIconClasses") }} {{ with .Parent }} {{ $mapLat := default "" (.Get "mapLat") }} {{ $mapLon := default "" (.Get "mapLon") }} {{ $mapId := default (md5 (printf "%s%s" $mapLat $mapLon)) (.Get "mapId") }} {{ $trackId := md5 (printf "%s%s" $mapId $trackPath)}}
Download