派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-12 3d7c359a73da1e5d796642d35be0e2444d997041
src/components/LayerController/logic/WasteWater.js
@@ -70,7 +70,7 @@
      },
      title: title // 标题
    })
    this.setPanTo(e.latlng, 150)
    this.animalService.setPanTo(e.latlng, 150)
  }
  this.requestWasteWaterData = async (e) => {
    // 基本信息 和 详细信息 展示数据所需参数
@@ -132,13 +132,5 @@
        break
    }
    return testChange
  }
  // flayTo() 弹框的可滑动事件
  this.setPanTo = (pos, value) => {
    var position = pos
    position = window.map.latLngToLayerPoint(position)
    position.y += value
    position = window.map.layerPointToLatLng(position)
    window.map.flyTo(position)
  }
}