|
@@ -66,7 +66,7 @@
|
|
|
<div id="mapBtuFive" class="mapBtu mapBtuAfter" @click="clickBtu('mapBtuFive')">
|
|
|
<span class="mapBtuText">光资源分布图</span>
|
|
|
</div>
|
|
|
- <div id="mapBtu3D" class="mapBtu mapBtuAfter" >
|
|
|
+ <div id="mapBtu3D" class="mapBtu mapBtuAfter" @click="dialog3DMap()">
|
|
|
<span class="mapBtuText">3D地形图</span>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -75,10 +75,10 @@
|
|
|
<bige-map ref="childMethod" :mapValue="mapValue"/>
|
|
|
</div>
|
|
|
<div v-if="mapMark === 'mapBtuThree'">
|
|
|
-<!-- <bige-heat-map ref="childMethod" :mapValue="mapValue"/>-->
|
|
|
+ <bige-heat-map ref="childMethod" :mapValue="mapValue"/>
|
|
|
</div>
|
|
|
<div v-if="mapMark === 'mapBtuFive'">
|
|
|
-<!-- <bige-heat-sun-map ref="childMethod" :mapValue="mapValue"/>-->
|
|
|
+ <bige-heat-sun-map ref="childMethod" :mapValue="mapValue"/>
|
|
|
</div>
|
|
|
<div v-if="mapMark === 'mapBtu'">
|
|
|
<!-- <zai-xian-bige-map ref="childMethod" :mapValue="mapValue"/>-->
|
|
@@ -288,6 +288,7 @@ export default {
|
|
|
this.dialogVisible = false
|
|
|
},
|
|
|
clickBtu(id) {
|
|
|
+ console.log(this.$refs.childMethod.level)
|
|
|
let center = this.$refs.childMethod.center
|
|
|
let level = this.$refs.childMethod.level
|
|
|
this.mapValue ={
|