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