sbjw
2025-10-17 76dd488c026c17c0aa3dda4c401a4b7893d02214
src/example/ExampleFlyPage.js
@@ -1,8 +1,7 @@
import React, {Component} from 'react'
import './ExampleDrawPage.css'
import {GIS} from "iclient3d-plot-diy";
import {GIS, Bp} from "iclient3d-plot-diy";
import {interval, take} from "rxjs";
import {Bp} from "iclient3d-plot-diy";
const Cesium = window['Cesium'];
@@ -69,7 +68,7 @@
            return {
                lon: Cesium.Math.toDegrees(car.longitude),
                lat: Cesium.Math.toDegrees(car.latitude),
                height: car.height
                height: 5000
            };
        });