|
@@ -767,6 +767,7 @@
|
|
|
information.isAggregation = false;
|
|
|
information.icon = "marker";
|
|
|
that.markersMapList.push(information)
|
|
|
+ this.$refs.supermapNotProcessed.controlLevel(12)
|
|
|
that.$refs.supermapNotProcessed.dropLocation(that.information[4].content,that.information[3].content)
|
|
|
// 查询火点附近摄像头
|
|
|
selectFjsxt(that.information[3].content,that.information[4].content).then(response => {
|
|
@@ -1305,6 +1306,7 @@
|
|
|
})
|
|
|
},
|
|
|
dropLocation(lat,lng) {
|
|
|
+ this.$refs.supermap.controlLevel(12)
|
|
|
this.$refs.supermap.dropLocation(lat,lng)
|
|
|
},
|
|
|
/** ----------------------------------摄像头预览开始------------------------------------- */
|