Skip to content

Commit

Permalink
Deployed 4b2b373 with MkDocs version: 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Dec 22, 2023
1 parent ce65a5a commit 7d3180d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/heatmaps/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -779,7 +779,7 @@ <h1 id="heatmaps">Heatmaps</h1>
<p>A heatmap shows where you have been more often than other places. There is an interactive and zoomable heatmap that looks like this:</p>
<p><img alt="" src="../heatmap-interactive.png" /></p>
<p>Here you can see where I mostly travel between Bonn and Cologne.</p>
<p>You have the option to download a rendered heatmap from the current viewport of the interactive map, there is a link below the map. That rendering is based on the <a href="https://github.com/remisalmon/Strava-local-heatmap">Strava local heatmap code</a>. Depending on the zoom level it might look more nuanced regarding the colors or show gaps between the points as they are not interpolated as with the interactive heatmap.</p>
<p>You have the option to download a rendered heatmap from the current viewport of the interactive map as in image with up to 4000×4000 pixels, there is a link below the map.</p>



Expand Down
23 changes: 23 additions & 0 deletions reference/changelog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,15 @@
<nav class="md-nav" aria-label="Version 0.16">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#version-0162" class="md-nav__link">
<span class="md-ellipsis">
Version 0.16.2
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#version-0161" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1133,6 +1142,15 @@
<nav class="md-nav" aria-label="Version 0.16">
<ul class="md-nav__list">

<li class="md-nav__item">
<a href="#version-0162" class="md-nav__link">
<span class="md-ellipsis">
Version 0.16.2
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#version-0161" class="md-nav__link">
<span class="md-ellipsis">
Expand Down Expand Up @@ -1448,6 +1466,11 @@ <h1 id="changelog">Changelog</h1>
<h2 id="version-0">Version 0</h2>
<p>This is the pre-release series. Things haven't settled yet, so each minor version might introduce breaking changes.</p>
<h3 id="version-016">Version 0.16</h3>
<h4 id="version-0162">Version 0.16.2</h4>
<ul>
<li>Make heatmap images that are downloaded look the same as the interactive one.</li>
<li>Always emit the path when there is something wrong while parsing an activity file.</li>
</ul>
<h4 id="version-0161">Version 0.16.1</h4>
<ul>
<li>Fix handling of TCX files on Windows. On that platform one cannot open the same file twice, therefore my approach failed. Now I close the file properly such that this should work on Windows as well.</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 7d3180d

Please sign in to comment.