|
@@ -453,6 +453,8 @@ export default {
|
|
|
|
|
|
markersMap.lng = res.data.visuForestCloudCameraBOList[i].longitude
|
|
|
markersMap.lat = res.data.visuForestCloudCameraBOList[i].latitude
|
|
|
+ markersMap.radius = res.data.visuForestCloudCameraBOList[i].cameraRadius
|
|
|
+
|
|
|
markersMap.bindPopupHtml = '<div class="map-tip">' +
|
|
|
'<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
@@ -492,7 +494,7 @@ export default {
|
|
|
setTimeout(() => {
|
|
|
that.$refs.supermap.clearM(true)
|
|
|
that.$refs.supermap.clearM(false)
|
|
|
- that.$refs.supermap.setMarkers(this.cameraMarkersList)
|
|
|
+ that.$refs.supermap.setMarkersRadius(this.cameraMarkersList)
|
|
|
}, 1000)
|
|
|
}
|
|
|
})
|