派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-12 a089095b088f14101d5ab4b9fe1d05098f576493
src/components/LayerController/logic/WasteSolid.js
@@ -46,6 +46,7 @@
  }
  this.bindTooltip = (layer) => {
    // '<div class="company-bindTooltip-hover"><h3>天津石化</h3></div>' +
    return layer.options.totransferData.Name
  }
@@ -65,7 +66,7 @@
      title: title // 标题
    })
    /* flyTo()弹出框平移事件 */
    this.setPanTo(e.latlng, 300)
    this.animalService.setPanTo(e.latlng, 300)
  }
  // 不同类型图片封装
@@ -77,14 +78,5 @@
      effectOfChange = setting
    }
    return effectOfChange
  }
  // 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)
  }
}