sbjw
2025-12-02 e567a28d95638e12212ab42fb7a3574bfebe9385
src/example/ExampleFlyPage.js
@@ -81,7 +81,8 @@
            "useModify": false,
            "lon": arr[0].lon,
            "lat": arr[0].lat,
            "height": arr[0].height || 0,
            xz: true,
            "height": arr[0].height,
            points: []
        }
        this.mapFunction.mapApiService.showDrawDatas([option]);
@@ -90,6 +91,7 @@
            this.mapFunction.mapApiService.updateDraw("ccccc", {
                lon: arr[number].lon,
                lat: arr[number].lat,
                height: arr[number].height,
                points: arr.slice(0, number)
            });
        });