|
@@ -918,27 +918,30 @@ export default {
|
|
|
keepBindPopup: false,
|
|
|
isAggregation: false
|
|
|
}
|
|
|
- if (this.eventList.length > 50) {
|
|
|
+ if (this.eventList.length > 200) {
|
|
|
markersMap.isAggregation = true
|
|
|
}
|
|
|
if (this.eventList[i].eventStatusValue == 'forest_event_status_1' && this.eventList[i].urgeCount == 0) {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-xinshangbao'
|
|
|
- markersMap.isAggregation = false
|
|
|
+ markersMap.isAggregation = true
|
|
|
}
|
|
|
if (this.eventList[i].eventStatusValue == 'forest_event_status_1' && this.eventList[i].urgeCount > 0) {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-cuiban'
|
|
|
- markersMap.isAggregation = false
|
|
|
+ markersMap.isAggregation = true
|
|
|
} else if (this.eventList[i].eventStatusValue == 'forest_event_status_2') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-qianshou'
|
|
|
+ markersMap.isAggregation = false
|
|
|
} else if (this.eventList[i].eventStatusValue == 'forest_event_status_5') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-banjie'
|
|
|
+ markersMap.isAggregation = false
|
|
|
} else if (this.eventList[i].eventStatusValue == 'forest_event_status_6') {
|
|
|
markersMap.click = 'showEventDialog'
|
|
|
markersMap.icon = 'sj-icon-map-guidang'
|
|
|
+ markersMap.isAggregation = false
|
|
|
}
|
|
|
markersMap.parameter = this.eventList[i].eventCode
|
|
|
markersMap.lng = this.eventList[i].longitude
|