|
|
|
@ -61,6 +61,7 @@ export default {
|
|
|
|
|
handler(newValue, oldValue) {
|
|
|
|
|
this.add3DXiaoqu(newValue.sd);
|
|
|
|
|
this.addNetworkLayer(newValue.networkName);
|
|
|
|
|
this.mapLayer.plane.closeHighlight();
|
|
|
|
|
if (this.geoJsonLayerDTH && this.geoJsonLayerDTH.length > 0)
|
|
|
|
|
this.map.getLayerById("dth").clear(); //清除单体化
|
|
|
|
|
},
|
|
|
|
|