Cesium WMTS Support?

Hello I wonder if Cesium does support WMTS. Its often used along WMS for serving maps based on QGIS.

Best regards
Dreamless

It suppots WMTS.

    imageryProvider = new Cesium.WebMapTileServiceImageryProvider({
        url: 'http://localhost/tileserver-php-master/wmts',
        layer: '4_1',
        style: 'default',
        format: 'image/jpeg',
        tileMatrixSetID: 'GoogleMapsCompatible',
    });

Oh sorry I was unclear. I was talking about Cesium for Unreal and not CesiumJS :slight_smile:

Best regards,
Dreamless

Hi @Dreamless,

Currently Cesium for Unreal does not support WMTS. If this is a feature you’d like to see in the plugin, you can create an issue for the feature in our Github repository.

-Alex