fix
This commit is contained in:
parent
dcf04841b9
commit
9c6dcadf30
@ -6,7 +6,10 @@ function Updraft() {
|
|||||||
// const { startTime, shouldAnimate } = viewer.clock;
|
// const { startTime, shouldAnimate } = viewer.clock;
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Entity position={Cartesian3.fromDegrees(-34.0707383, 60.7117244, 100)}>
|
<Entity
|
||||||
|
id={"Updraft"}
|
||||||
|
position={Cartesian3.fromDegrees(-34.0707383, 60.7117244, 100)}
|
||||||
|
>
|
||||||
<PolylineGraphics
|
<PolylineGraphics
|
||||||
positions={
|
positions={
|
||||||
new Cesium.CallbackProperty(function (time, result) {
|
new Cesium.CallbackProperty(function (time, result) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user