How to use the WMS Raster Overlay component in Cesium?

I want to fetch tiles from this server: http://ows.mundialis.de/services? How do I use the WMS Raster Overlay component to fetch a layer named “TOPO-WMS”.

Hi @Oliver_Zhang,

I’m not familiar with that exact dataset, but the WMS raster overlay component needs the following parameters:

  • a base URL, which I assume will be the URL you posted
  • a layer name, which in your case is “TOPO-WMS”

If that doesn’t work I would double-check that your base URL is correct.