Added mueggelsee to AvailableWindFinderSpotCollections

This commit is contained in:
Alessandro Stoltenberg
2018-07-12 13:43:04 +02:00
parent d8220118d9
commit 1296ac91f1
@@ -18,7 +18,8 @@ public enum AvailableWindFinderSpotCollections {
SZCZECIN("szczecin"),
SANKT_PETERSBURG("sankt_petersburg"),
SANKT_MORITZ("sankt_moritz"),
PORTO_CERVO("porto_cervo");
PORTO_CERVO("porto_cervo"),
MUEGGELSEE("mueggelsee");
private final String name;