|
@@ -31,6 +31,7 @@
|
|
|
<button @click="test('疏浚前')">疏浚前</button>
|
|
|
<button @click="test('疏浚后')">疏浚后</button>
|
|
|
<button @click="test('白膜')">白膜</button>
|
|
|
+ <button @click="test('危险品码头')">危险品码头</button>
|
|
|
<button @click="test('关闭全部图层')">关闭全部图层</button>
|
|
|
<button @click="test('基础地图')">基础地图</button>
|
|
|
<button @click="test('遥感地图')">遥感地图</button>
|
|
@@ -74,6 +75,7 @@
|
|
|
isShowSsfwqLayer:false,
|
|
|
isShowHbLayer:false,
|
|
|
isShowHdLayer:false,
|
|
|
+ isShowDangerPortLayer:false,
|
|
|
isShowDbsLayer:false,
|
|
|
isShowYjyjLayer:false,
|
|
|
isShowBmLayer:false,
|
|
@@ -180,6 +182,10 @@
|
|
|
this.isShowHdLayer = !this.isShowHdLayer
|
|
|
addLayerByName('hd',this.isShowHdLayer)
|
|
|
break
|
|
|
+ case '危险品码头':
|
|
|
+ this.isShowDangerPortLayer = !this.isShowDangerPortLayer
|
|
|
+ addLayerByName('wxpmt',this.isShowDangerPortLayer)
|
|
|
+ break
|
|
|
case '水下地形':
|
|
|
this.isShowDbsLayer = !this.isShowDbsLayer
|
|
|
addLayerByName('sxdx',this.isShowDbsLayer)
|