I have a need to overlay wms/wmts images released by geoserver onto 3dtiles for overlay display. How can I achieve this?
Hi @sir-yangl, thanks for the question.
You can load custom WMS sources using the WebMapServiceImageryProvider
or WebMapTileServiceImageryProvider
classes.
We have a sandcastle example using that you can see here. You just need the link to the source.
Hope that helps