ZhuDongming
2020-06-30 39a23e8fde4d9b7fc930543ea9e495e419d12017
update 风速变化时重新添加图标显示
1 files modified
1 ■■■■ changed files
src/main/webapp/js/newmoralmap.js 1 ●●●● patch | view | raw | blame | history
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);