XWWitPark/witpark_jzzs/xw_jzzs_web/public/widgets/showLayer/widget.js

2 lines
557 B
JavaScript
Raw Normal View History

2024-09-12 00:10:00 +00:00
/* 2020-9-24 14:48:24 | 版权所有 军懋国兴 */
mars3d.widget.bindClass(mars3d.widget.BaseWidget.extend({options:{},layerWork:null,create:function(){this.config.layerId?this.layerWork=this.viewer.mars.getLayer(this.config.layerId,"id"):this.layerWork=this.viewer.mars.getLayer(this.config.name,"name")},activate:function(){null!=this.layerWork&&(this.lastVisible=this.layerWork._visible,this.lastVisible||this.layerWork.setVisible(!0),this.layerWork.centerAt())},disable:function(){this.layerWork&&!this.lastVisible&&this.layerWork.setVisible(!1)}}));