01 2025 档案

摘要:代码如下: const css2DObjects = []; const createLabelObj = (idText,) => { let div = document.getElementById(idText); for (var i = 0; i < css2DObjects.lengt 阅读全文
posted @ 2025-01-21 17:35 ZerlinM 阅读(104) 评论(0) 推荐(0)
摘要:①正视图 camera.position设置为(x,y,z+150) camera.up.x=0 camera.up.y=1 camera.up.z=0 ②背视图 camera.position设置为(x,y,z-150) camera.up.x=0 camera.up.y=1 camera.up. 阅读全文
posted @ 2025-01-16 10:17 ZerlinM 阅读(348) 评论(0) 推荐(0)
摘要:效果预览 代码 echarts option配置中的series写法如下: series:[ { type: 'custom', coordinateSystem: 'bmap', renderItem: (params, api) => renderPolygon(params, api, gAr 阅读全文
posted @ 2025-01-03 14:26 ZerlinM 阅读(232) 评论(0) 推荐(0)