From 1d7e1b771160dd8b7f25765e402ce25cac676641 Mon Sep 17 00:00:00 2001
From: kaiyu <404897439@qq.com>
Date: Tue, 24 Nov 2020 15:58:33 +0800
Subject: [PATCH] Merge branch 'master' of http://blit.7drlb.com:8888/r/screen_api_v2
---
src/main/webapp/view/uavchannelnew.jsp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/webapp/view/uavchannelnew.jsp b/src/main/webapp/view/uavchannelnew.jsp
index 5ee91b2..2895664 100644
--- a/src/main/webapp/view/uavchannelnew.jsp
+++ b/src/main/webapp/view/uavchannelnew.jsp
@@ -329,7 +329,7 @@
}
});
var point = new BMap.Point(lon2, lat2);
- var hashMap = {"time":time,"point":point,"heigh":heigh,"concentration":concentration};
+ var hashMap = {"time": time, "point": point, "heigh": heigh, "concentration": concentration};
if (heigh > 0 && heigh <= 20) {
trackPointsOne.push(hashMap);
} else if (heigh >= 21 && heigh <= 40) {
@@ -410,7 +410,7 @@
var lat = marker.getPosition().lat;
var opts = {
width: 200, // ������������������
- height: 100, // ������������������
+ height: 100 // ������������������
}
var infoWindow = new BMap.InfoWindow("������: " + time + "</br>������: " + lon.toFixed(4) + "��</br>������: " + lat.toFixed(4) + "��</br>������: " + heigh + "m</br>" + description + ": " + concentration + unit, opts); // ������������������������
if (heigh == "") {
--
Gitblit v1.8.0