WCSTerrainProvider icon indicating copy to clipboard operation
WCSTerrainProvider copied to clipboard

The terrain is stepped

Open hanyingling opened this issue 5 years ago • 2 comments

捕获12

How can I solve this situation? After cesium1.43, there is no ‘loadxml’ function in the document, how to solve it 请问这种情况怎么解决?还有cesium1.43之后,文档中就没有了loadxml函数,该怎么解决

hanyingling avatar Mar 21 '19 02:03 hanyingling

Hi

Feel free to fork this project and build a new solution based an a recent cesium API. The release notes should indicate how to replace this function https://cesiumjs.org/releases/1.17/Build/Documentation/loadXML.html

xlhomme

Le jeu. 21 mars 2019 à 03:03, HuZhuangQiang [email protected] a écrit :

[image: 捕获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函数,该怎么解决

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/xlhomme/WCSTerrainProvider/issues/7, or mute the thread https://github.com/notifications/unsubscribe-auth/ADzU5I9JyD9c-eOfbts-A-NuA0uAJvNDks5vYuiGgaJpZM4cAmMd .

xlhomme avatar Mar 21 '19 06:03 xlhomme

@xlhomme ,I found through the documentation:

Replace Cesium.loadxml with Cesium.Resource.fetchXML; Replace Cesium.loadWithXhr with Cesium.Resource.fetchBlob.

After replacing the two functions, the terrain does not appear,But no error。

So whether you can implement your function in cesium 1.55, please confirm. In the picture above, how to improve the terrain?

hanyingling avatar Mar 21 '19 08:03 hanyingling