mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-18 11:49:09 +00:00
added "aarhus" as new WindFinder spot collection ID
This commit is contained in:
+2
-1
@@ -23,7 +23,8 @@ public enum AvailableWindFinderSpotCollections {
|
||||
MUEGGELSEE("mueggelsee"),
|
||||
TEGERNSEE("tegernsee"),
|
||||
TORTOLA("tortola"),
|
||||
AUCKLAND("auckland");
|
||||
AUCKLAND("auckland"),
|
||||
AARHUS("aarhus");
|
||||
|
||||
private final String name;
|
||||
|
||||
|
||||
@@ -67,6 +67,7 @@
|
||||
<li>Based on user input, the "selected" marker in rows supporting multiple selection now uses
|
||||
a stronger "SAP Blue" color so that selected rows can be recognized even easier.</li>
|
||||
<li>Passwords or secret access keys of file storage configuration are no longer displayed after submitting.</li>
|
||||
<li>Added "aarhus" as new <a href="https://www.windfinder.com">WindFinder</a> spot collection.</li>
|
||||
</ul>
|
||||
<h2 class="articleSubheadline">June 2020</h2>
|
||||
<ul class="bulletList">
|
||||
|
||||
Reference in New Issue
Block a user