ol-cesium を使用してアプリをビルドすると、WMS によってはクロスオリジン エラーが発生する場合があります。
"Image from origin 'http://www.ifremer.fr' has been blocked
from loading by Cross-Origin Resource Sharing policy:
No 'Access-Control-Allow-Origin' header is present on
the requested resource. Origin 'http://localhost:8080'
is therefore not allowed access"
使用する WMS に CORS ヘッダーを設定する機能がありません (ここで提案されているようにhttps://github.com/openlayers/ol3-cesium/issues/127 )。
Cesium レベルでプロキシを設定できるようです ( https://cesiumjs.org/2013/01/04/Cesium-Imagery-Layers-Tutorial/を参照)。
セシウムレベルで設定するようにOLレベルで設定することはできますか?はいの場合、どのように?