kaktus40 / Cesium-GeoserverTerrainProvider

plug in to use geoserver as terrain provider
Other
360 stars 141 forks source link

Transparent Globe instead of map #46

Closed aminodovborisov closed 2 years ago

aminodovborisov commented 2 years ago

Good day! I have a problem with Cesium + GeoserverTerrainProvider.

There are same layer at Cesium.WebMapTileServiceImageryProvider and GeoserverTerrainProvider. Same layer name, same style. When I load page with Cesium, GeoserverTerrainProvider sent GET query to server with tiles with reques=GetCapabilities. And-- and nothing, I have no tiles. But when I don't use GeoserverTerrainProvider and use WebMapTileServiceImageryProvider only, everithing alright. I have all tiles I need. And, if I use WebMapTileServiceImageryProvider and GeoserverTerrainProvider both, I have transparent Earth Globe, and nothing more. What can I do to fix this problem? Thanks!

kaktus40 commented 2 years ago

Hello, this plugin needs the getCapabilities document to work. Did you test the GET query request against your geoserver to check it?

aminodovborisov commented 2 years ago

Hello, this plugin needs the getCapabilities document to work. Did you test the GET query request against your geoserver to check it?

Uhm... There is NO my map in XML file, which I get with GetCapabilities request to server. Is it a reason of my problem?

kaktus40 commented 2 years ago

I understood you don't have a getCapabilities document and this is the root of your problem

aminodovborisov commented 2 years ago

I understood you don't have a getCapabilities document and this is the root of your problem

Thanks fior your answer! Yep, I just had a problem with GetCapabilities. Everything is fine now.