问题
1.TdtDmLayer的show:false未生效
- const tdtDmLayer = new mars3d.layer.TdtDmLayer({
key: mars3d.Token.tianditu,
label: {
pixelOffsetY: -20,
visibleDepth: false
},
show:false
})
map.addLayer(tdtDmLayer)

相关链接
1.https://mars3d.cn/editor-vue.html?id=layer-graphic/other/tdtDm
期望效果
1.show:false正常生效