mapvgl
mapvgl copied to clipboard
cesium使用view.addLayer报错
按照官网示例,只是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'.
cesium引擎需要配合修改逻辑,使用 https://github.com/huiyan-fe/cesium 这个cesium
cesium引擎需要配合修改逻辑,使用 https://github.com/huiyan-fe/cesium 这个cesium Cesium文件夹里的Cesium.js是修改后的吗,还是官网的吧!不行呀!
cesium引擎需要配合修改逻辑,使用 https://github.com/huiyan-fe/cesium 这个cesium
这个我也试了,一样不行