Cesium 解析geojson图层

使用Cesium的fetchJson方法:

Cesium.Resource.fetchJson('要解析的geojson地址').then((result) => {

        console.log(解析结果:result)

});

猜你喜欢

转载自blog.csdn.net/weixin_47127256/article/details/126439441