|
@@ -1429,7 +1429,7 @@ export default {
|
|
|
click: '',
|
|
|
parameter: '',
|
|
|
keepBindPopup: false,
|
|
|
- isAggregation: false
|
|
|
+ isAggregation: true
|
|
|
}
|
|
|
if (res.data.length > 50) {
|
|
|
markersMap.isAggregation = true
|
|
@@ -1930,7 +1930,7 @@ export default {
|
|
|
click: '',
|
|
|
parameter: '',
|
|
|
keepBindPopup: false,
|
|
|
- isAggregation: false,
|
|
|
+ isAggregation: true,
|
|
|
radius: 0
|
|
|
}
|
|
|
if (res.data.catalogue.eventStatusValue == 'forest_event_status_1' && res.data.catalogue.urgeCount == 0) {
|
|
@@ -1968,7 +1968,7 @@ export default {
|
|
|
click: 'preview',
|
|
|
parameter: {code:res.data.centermonitorTCamera.cameraCode,type:res.data.centermonitorTCamera.cameraFactory},
|
|
|
keepBindPopup: false,
|
|
|
- isAggregation: false,
|
|
|
+ isAggregation: true,
|
|
|
radius: 0
|
|
|
}
|
|
|
markersMap.bindPopupHtml = '<div class="map-tip">' +
|
|
@@ -2016,7 +2016,7 @@ export default {
|
|
|
click: '',
|
|
|
parameter: '',
|
|
|
keepBindPopup: false,
|
|
|
- isAggregation: false,
|
|
|
+ isAggregation: true,
|
|
|
radius: 0
|
|
|
}
|
|
|
if (res.data.catalogue.eventStatusValue == 'forest_event_status_1' && res.data.catalogue.urgeCount == 0) {
|
|
@@ -2056,7 +2056,7 @@ export default {
|
|
|
click: 'preview',
|
|
|
parameter: {code:res.data.centermonitorTCamera.cameraCode,type:res.data.centermonitorTCamera.cameraFactory},
|
|
|
keepBindPopup: false,
|
|
|
- isAggregation: false,
|
|
|
+ isAggregation: true,
|
|
|
radius: 0
|
|
|
}
|
|
|
markersMap.bindPopupHtml = '<div class="map-tip">' +
|