github robiningelbrecht/statistics-for-strava v3.0.2

latest releases: v3.2.9, v3.2.8, v3.2.7...
one month ago

This release introduces configuration options for the heatmap

  heatmap:
    # Specifies the color of polylines drawn on the heatmap. Accepts any valid CSS color.
    # (e.g. "red", "#FF0000", "rgb(255,0,0)")
    polylineColor: '#fc6719'
    # Specifies the type of map to use. Must be a valid tile layer URL.
    # For example, a satellite layer: https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}
    tileLayerUrl: 'https://tile.openstreetmap.org/{z}/{x}/{y}.png'
    # Enables or disables grayscale styling on the heatmap.
    enableGreyScale: true

What's Changed

Full Changelog: v3.0.1...v3.0.2

Don't miss a new statistics-for-strava release

NewReleases is sending notifications on new releases.