|
@@ -1386,6 +1386,13 @@ export default {
|
|
|
this.switchMapLayer(yjjbntLayer);
|
|
|
}
|
|
|
},
|
|
|
+ closeYjjbnt () {
|
|
|
+ let yjjbntLayer = this.layers[5].layers[0];
|
|
|
+ if(yjjbntLayer.checked) {
|
|
|
+ yjjbntLayer.checked = false;
|
|
|
+ this.switchMapLayer(yjjbntLayer);
|
|
|
+ }
|
|
|
+ },
|
|
|
//所有地块仿百度地图绘制
|
|
|
showXgdkCenterPoint() {
|
|
|
if (this.dkMarkerLayer) {
|