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

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

@@ -142,6 +142,12 @@ const Toolbar: React.FC<ToolbarProps> = ({ hiddenButtons, queryType }) => {
}),
}),
}),
properties: {
name: "属性查询高亮图层", // 设置图层名称
value: "info_highlight_layer",
type: "multigeometry",
properties: [],
},
});
map.addLayer(highLightLayer);