mapvgl icon indicating copy to clipboard operation
mapvgl copied to clipboard

cesium使用view.addLayer报错

Open vedbobo opened this issue 4 years ago • 3 comments

按照官网示例,只是view使用了cesium模式

let view = new mapvgl.View({ mapType: 'cesuim', map: viewer }); 最后 view.addLayer(honeycombLayer); 第一个错误是:WARNING: 0:3: 'GL_EXT_frag_depth' : extension is not supported 第二个错误是: Failed to execute 'getProgramParameter' on 'WebGL2RenderingContext': parameter 1 is not of type 'WebGLProgram'.

vedbobo avatar Dec 02 '20 09:12 vedbobo

cesium引擎需要配合修改逻辑,使用 https://github.com/huiyan-fe/cesium 这个cesium

Junior2Ran avatar Dec 03 '20 02:12 Junior2Ran

cesium引擎需要配合修改逻辑,使用 https://github.com/huiyan-fe/cesium 这个cesium Cesium文件夹里的Cesium.js是修改后的吗,还是官网的吧!不行呀!

vedbobo avatar Dec 03 '20 05:12 vedbobo

cesium引擎需要配合修改逻辑,使用 https://github.com/huiyan-fe/cesium 这个cesium

这个我也试了,一样不行

wgjas2 avatar Jan 07 '21 07:01 wgjas2