我的github
摘要: 方法一:JS 前端文字转图片:link 缺点:需要在网页中有一个canvas。canvas.toDataURL("image/png") let image = new Image() image.setAttribute('crossOrigin', 'Anonymous') image.src 阅读全文
posted @ 2023-01-30 17:27 XiaoNiuFeiTian 阅读(190) 评论(0) 推荐(0) 编辑
摘要: EllipsoidSurfaceAppearance:http://cesium.xin/cesium/cn/Documentation1.62/EllipsoidSurfaceAppearance.html?classFilter=Appearance 看上去效果差不多。。 阅读全文
posted @ 2023-01-30 17:10 XiaoNiuFeiTian 阅读(47) 评论(0) 推荐(0) 编辑
摘要: LabelCollection是label容器的意思,其实可理解为es6的Map或Set。 参考:https://www.jianshu.com/p/f9507af5ca0c LabelCollection和Label都有show属性 删除label: 删除labelArr,并不能删除scenes中 阅读全文
posted @ 2023-01-30 15:01 XiaoNiuFeiTian 阅读(311) 评论(0) 推荐(0) 编辑