Differentiate None from Unknown in CCloudLayer

refs #663
This commit is contained in:
Roland Winklmeier
2016-06-05 22:56:28 +02:00
parent ebe039d267
commit 3a1605b553
2 changed files with 7 additions and 3 deletions

View File

@@ -285,6 +285,7 @@ namespace BlackWxPlugin
cloudLayer.setPrecipitation(CCloudLayer::Rain);
cloudLayer.setPrecipitationRate(gfsGridPoint.surfaceRainRate);
}
cloudLayer.setClouds(CCloudLayer::CloudsUnknown);
cloudLayers.insert(cloudLayer);
}