ZhuDongming
2019-09-04 13504bd0e52f3496756544d9cf4bc3fe52d6bb5b
update
1 files modified
2 ■■■ changed files
src/main/webapp/view/pollutionsource.jsp 2 ●●● patch | view | raw | blame | history
src/main/webapp/view/pollutionsource.jsp
@@ -201,7 +201,7 @@
                var windDir = parseFloat(getPollutionSourceData["e23"]);
                var selectSensorKey = getPollutionSourceData["selectSensorKey"];
                var markerDir = new BMap.Marker(dirPoint);
                lab = new BMap.Label("该坐标点分析为溯源</br>" + selectSensorKey + "浓度超标", {
                lab = new BMap.Label("该坐标点分析为溯源</br>" + selectSensorKey + "超标", {
                    position: dirPoint,
                    offset: new BMap.Size(20, -40)
                });