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/pressureMap.jsp    |    4 ----
 src/main/webapp/view/purityMap.jsp      |    5 -----
 src/main/webapp/view/unorganizedMap.jsp |    8 --------
 3 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/src/main/webapp/view/pressureMap.jsp b/src/main/webapp/view/pressureMap.jsp
index a5039c3..5acb18d 100644
--- a/src/main/webapp/view/pressureMap.jsp
+++ b/src/main/webapp/view/pressureMap.jsp
@@ -74,10 +74,6 @@
              // ���������������������������
 
     $("#purify").append("<p style='margin-left: 15px;'>������������" + params["collectionRate"] + "</p>");
-   /* var infoWindow = new BMap.InfoWindow("<p style='font-size:14px;'>" + text + "</p>");
-    mark4.addEventListener("click", function () {
-        this.openInfoWindow(infoWindow);
-    });*/
 
     var device1 = params["device1"];
     if (device1 != null) {
diff --git a/src/main/webapp/view/purityMap.jsp b/src/main/webapp/view/purityMap.jsp
index 4276a75..584653e 100644
--- a/src/main/webapp/view/purityMap.jsp
+++ b/src/main/webapp/view/purityMap.jsp
@@ -75,11 +75,6 @@
              // ���������������������������
 
     $("#purify").append("<p style='margin-left: 15px;'>������������" + params["purificationRate"] + "</p>");
-   /* var infoWindow = new BMap.InfoWindow("<p style='font-size:14px;'>" + text + "</p>");
-    mark4.addEventListener("click", function () {
-        this.openInfoWindow(infoWindow);
-    });*/
-
     var device1 = params["device1"];
     if (device1 != null) {
         for (var i = 0; i < device1.length; i++) {
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