openlayers / ol-cesium

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

Optional synchronisation optimization 3d to 2d #1177

Closed tschuege9008 closed 6 months ago

tschuege9008 commented 6 months ago

This allows to only synchronize from 3d to 2d after the cesium camera stopped moving. This saves a lot of unnecessary overhead, if the 2d map is not visible anyways. The default behavior is to synchronize continuously as before.