为图层添加属性;新增水流动画图层的显示隐藏

This commit is contained in:
JIANG
2025-11-19 16:10:40 +08:00
parent 538b9fe177
commit 1ca2e80645
5 changed files with 356 additions and 62 deletions

View File

@@ -65,6 +65,12 @@ const DrawPanel: React.FC = () => {
}),
}),
}),
properties: {
name: "绘制图层", // 设置图层名称
value: "drawLayer",
type: "multigeometry",
properties: [],
},
});
map.addLayer(drawVectorLayer);