1
votes

I was asked to set up offline map for Cesium. Thus, I set up Geoserver with Tomcat Apache.. I have heard from various forum on Accessing a WMS layer from Geoserver and adding it in Cesium globe.. But my question is how to add WMS layer? Is it by downloading image map or do I need to draw a map?

The forum which i found for accesing a WMS layer are found below https://gis.stackexchange.com/questions/190459/accessing-a-wms-layer-from-geoserver-and-adding-it-in-cesium-globe

1
this would be better asked on gis.stackexchange.com - Ian Turton
do you want to know how to add a WMS to GeoServer or Cesium? - Ian Turton
I want to know on how to add a WMS to geoserver .. - user8497764
Can you please help me in adding a WMS to geoserver @iant - user8497764

1 Answers

1
votes

This is known as a cascaded WMS, GeoServer treats it as just another raster data store (roughly).

Simply, go to the WMS Datastore (right at the bottom of the stores list) and fill in the GetCapabilities URL and the name of the store. Once the store is created you can publish the layers as with any other store.