Closed
Description
Cesium supports several raster formats, notably:
- WMTS;
- WMS.
In ol3cesium, we are currently restricted to a custom ol3 tile image provider.
This imagery provider gets the tiles from an ol.source.TileImage in either 4326 or
3857 projection.
Other or different projections in ol3 and Cesium are not possible.
WMS or WMTS are not handled.