Explorar o código

图层切换修改

limeng %!s(int64=2) %!d(string=hai) anos
pai
achega
378b380e38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/traffic.vue

+ 1 - 1
src/views/traffic.vue

@@ -881,7 +881,7 @@ export default {
               keepBindPopup: false,
               isAggregation: false
             }
-            if (this.eventList.length > 50) {
+            if (this.eventList.length >= 200) {//事件大于等于200 开启聚合显示落点
               markersMap.isAggregation = true
             }
             if (this.eventList[i].eventStatusValue == 'forest_event_status_1' && this.eventList[i].urgeCount == 0) {