added "balaton" as a new WindFinder spot collection ID

This commit is contained in:
Axel Uhl
2021-04-30 15:43:27 +02:00
parent 1dabec5ce0
commit 9f6b54b592
2 changed files with 4 additions and 1 deletions
@@ -25,7 +25,8 @@ public enum AvailableWindFinderSpotCollections {
TORTOLA("tortola"),
AUCKLAND("auckland"),
AARHUS("aarhus"),
NEW_YORK("new_york");
NEW_YORK("new_york"),
BALATON("balaton");
private final String name;
@@ -8,6 +8,8 @@
<ul class="bulletList">
<li>Bug fix: the distance traveled in a leg is now reported correctly by the DataMining module even
if no "end of tracking" time point is known for the containing race.</li>
<li>Added <tt>balaton</tt> to the list of supported <a href="https://www.windfinder.com">WindFinder</a>
spot collections you can use for your own events.</li>
</ul>
<h5 class="articleSubheadline">March 2021</h5>
<ul class="bulletList">