ZhuDongming
2019-08-02 4bee01ec017f34652f48acad2a11948cb2d4581c
箭头显示异常,删除起点箭头
1 files modified
2 ■■■■■ changed files
src/main/webapp/view/uavTrajectory.jsp 2 ●●●●● 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;