Skip to content
目录

设置图层的显示和隐藏

js
// map为初始化的地图对象
let awsStation = this.map.getLayer('awsStation');
awsStation.setVisible(false);

Released under the MIT License.