ソースを参照

upgrade the cesium

tags/2.16.0
Caven Chen 3年前
コミット
596cf61cdb

+ 1
- 1
modules/history-track/Track.js ファイルの表示

@@ -50,7 +50,7 @@ class Track {
polyline: {
positions: new Cesium.CallbackProperty(() => {
return this._pathPositions
})
}, false)
}
})
this._positionIndex = 0

+ 1
- 1
modules/overlay/custom/CustomBillboard.js ファイルの表示

@@ -139,7 +139,7 @@ class CustomBillboard extends Overlay {
stRotation = 0
}
return stRotation
})
}, false)
}
return this
}

+ 1
- 1
modules/overlay/custom/CustomLabel.js ファイルの表示

@@ -110,7 +110,7 @@ class CustomLabel extends Overlay {
stRotation = 0
}
return stRotation
})
}, false)
}
return this
}

+ 1
- 1
modules/overlay/vector/Circle.js ファイルの表示

@@ -53,7 +53,7 @@ class Circle extends Overlay {
this._stRotation = 0
}
return Cesium.Math.toRadians(this._stRotation)
})
}, false)
return this
}


+ 1
- 1
modules/plot/edit/EditBillboard.js ファイルの表示

@@ -22,7 +22,7 @@ class EditBillboard extends Edit {
this._position = this._delegate.position.getValue(Cesium.JulianDate.now())
this._delegate.position = new Cesium.CallbackProperty(() => {
return this._position
})
}, false)
this._layer.entities.add(this._delegate)
}


+ 1
- 1
modules/plot/edit/EditPoint.js ファイルの表示

@@ -22,7 +22,7 @@ class EditPoint extends Edit {
this._position = this._delegate.position.getValue(Cesium.JulianDate.now())
this._delegate.position = new Cesium.CallbackProperty(() => {
return this._position
})
}, false)
this._layer.entities.add(this._delegate)
}


読み込み中…
キャンセル
保存