src/main/webapp/view/uavTrajectory.jsp | ●●●●● patch | view | raw | blame | history |
src/main/webapp/view/uavTrajectory.jsp
@@ -136,8 +136,10 @@ ); if (i < trackPoints.length - 1) { map.addOverlay(polyline);// 画两点间线 if (i != 0) { addArrow(polyline, arrowLength, Math.PI / 7); } } if (coincidentPoints.indexOf(i) > -1) { //判断是否已经已经显示过该点的信息,避免重复。 continue;