added "aarhus" as new WindFinder spot collection ID

This commit is contained in:
Axel Uhl
2020-07-30 11:02:21 +02:00
parent 097e67a475
commit 8137415cf9
2 changed files with 3 additions and 1 deletions
@@ -23,7 +23,8 @@ public enum AvailableWindFinderSpotCollections {
MUEGGELSEE("mueggelsee"),
TEGERNSEE("tegernsee"),
TORTOLA("tortola"),
AUCKLAND("auckland");
AUCKLAND("auckland"),
AARHUS("aarhus");
private final String name;