src/main/webapp/js/newmoralmap.js
@@ -743,7 +743,6 @@ } else if (windSpeed > 17.1) { speedLevel = 8; } } if (speedLevel == 0) { moralMap.removeOverlay(this); } else { @@ -751,6 +750,7 @@ this.setIcon(iconObj); this.setRotation(windDir); } } }, getOption: function () { return _option;