为图层添加属性;新增水流动画图层的显示隐藏
This commit is contained in:
@@ -142,6 +142,12 @@ const Toolbar: React.FC<ToolbarProps> = ({ hiddenButtons, queryType }) => {
|
||||
}),
|
||||
}),
|
||||
}),
|
||||
properties: {
|
||||
name: "属性查询高亮图层", // 设置图层名称
|
||||
value: "info_highlight_layer",
|
||||
type: "multigeometry",
|
||||
properties: [],
|
||||
},
|
||||
});
|
||||
|
||||
map.addLayer(highLightLayer);
|
||||
|
||||
Reference in New Issue
Block a user