You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @robinZhao, thanks for the report and sharing your solution.
If I understand correctly:
you have an image which is positionned with some EPSG:4326 extent.
when you provide the extent in EPSG:3857 it does not work so you reproject it in core.js.
I think it is not correct: if the image is for EPSG:4326 you should use that projection.
https://github.com/openlayers/ol-cesium/blob/master/examples/image-static.html
use imageStatic with EPSG:4326 display correctly
but with EPSG:3857 show black screen in cesium view;
code:
The text was updated successfully, but these errors were encountered: