src/main/webapp/js/newmoralmap.js
@@ -746,6 +746,7 @@ if (speedLevel == 0) { moralMap.removeOverlay(this); } else { moralMap.addOverlay(this); var iconObj = _getWindIcon(speedLevel); this.setIcon(iconObj); this.setRotation(windDir); @@ -845,7 +846,7 @@ var sensorsDescriptionMap; var sensorsUnitMap; $.ajax({ url: "getSensorsMap", url: "getSensorsAllMap", type: "get", dataType: "json", success: function (data) {