WCSTerrainProvider icon indicating copy to clipboard operation
WCSTerrainProvider copied to clipboard

WCS Terrain Provider for Cesium

Results 5 WCSTerrainProvider issues
Sort by recently updated
recently updated
newest added

![捕获12](https://user-images.githubusercontent.com/33933148/54729774-59912800-4bc0-11e9-98e2-6369bdf75a35.JPG) How can I solve this situation? After cesium1.43, there is no ‘loadxml’ function in the document, how to solve it 请问这种情况怎么解决?还有cesium1.43之后,文档中就没有了loadxml函数,该怎么解决

I have this problem i cant work around: WCSTerrainProvider.js:63 Uncaught TypeError: Cesium.loadXML is not a function at Object.OGCHelper.WCSParser.generate (WCSTerrainProvider.js:63) at new WCSTerrainProvider (WCSTerrainProvider.js:309) at 9.html:33 Although url generated by WCSTP:...

I have following code ` var viewer = new Cesium.Viewer('cesiumContainer'); var WCSTerrainProvider = new Cesium.WCSTerrainProvider({ service: "WCS", url: "http://localhost:8080/geoserver/wcs", layerName: "Test:5lowres", bbox: [583397.6484945191, 2668855.23169113, 690818.106870519, 2855923.62310213], waterMask: false }); viewer.scene.terrainProvider...

Xavier, Found a small issue in the templateToURL method. I am using a proxy so the urlParam is already encoded. I got around this by making a small change: Thought...

What is the proper procedure for adding the WCSTerrainProvider function to Cesium?