#
luxiaotao1123
2024-10-22 443b9b204ec2f09f6f0b412f0faabf12fa4cd9a8
zy-acs-flow/src/map/tool.js
@@ -555,6 +555,9 @@
    // diff
    let rotationDifference = targetRotation - currentRotation;
    if (rotationDifference === 0) {
        return;
    }
    rotationDifference = ((rotationDifference + Math.PI) % (2 * Math.PI)) - Math.PI;
    // destination