From 4ce5bc99bbdf06b778edc4e0a23c00326ed62054 Mon Sep 17 00:00:00 2001 From: 于紫祥_1901 <email@yuzixiang_1910> Date: Tue, 23 Jun 2020 09:56:39 +0800 Subject: [PATCH] 净化率,收集率,无组织排放 --- src/main/webapp/view/unorganizedMap.jsp | 8 -------- 1 files changed, 0 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/view/unorganizedMap.jsp b/src/main/webapp/view/unorganizedMap.jsp index f74b10e..36d05f0 100644 --- a/src/main/webapp/view/unorganizedMap.jsp +++ b/src/main/webapp/view/unorganizedMap.jsp @@ -159,12 +159,6 @@ map.addOverlay(mark1); } } - /* var polygon = new BMap.Polygon(devices, {strokeColor:"blue", strokeWeight:2, strokeOpacity:0.5}); //��������������� - map.addOverlay(polygon); //���������������*/ - - - - //������������������������ @@ -176,8 +170,6 @@ })); - - //arrowLineList[arrowLineList.length] = addArrow(polyline,18,Math.PI/7);//������������������������ function addArrow(polyline,length,angleValue,color){ //��������������������� var linePoint=polyline.getPath();//��������������� var arrowCount=linePoint.length; -- Gitblit v1.8.0