openlayers / ol-cesium

OpenLayers - Cesium integration
http://openlayers.org/ol-cesium/
BSD 2-Clause "Simplified" License
1k stars 326 forks source link

readyPromise deprecated in Cesium. It will be removed in 1.107. #1116

Open geodatenanwendungenhamburg opened 11 months ago

geodatenanwendungenhamburg commented 11 months ago

readyPromise is used in https://github.com/openlayers/ol-cesium/blob/master/src/olcs/util.js:

image

See also: https://community.cesium.com/t/cesiumjs-ready-promise-deprecation-api-changes/22469

gberaudo commented 11 months ago

Hi @geodatenanwendungenhamburg , in OL-Cesium we want to continue supporting older versions of Cesium, as much as possible. That is the reason why we still have some references to the ready mechanism.

Have you encountered some issue?