派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-19 05719f44398f5316fe0853e957d88c77079f3e0b
src/components/helpers/LocateHelper.js
@@ -47,7 +47,7 @@
  if (type === 'Point') {
    var point = feature.geometry.coordinates
    point = [point[1], point[0]]
    window.map.setView(point, 17)
    window.map.setView(point, 19)
  } else {
    window.map.fitBounds(window.L.geoJSON(feature).getBounds())
  }