mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-25 06:58:39 +00:00
Merge branch 'master' into bug4811
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
|
||||
+2
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user