派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-08 b9e41e3fe07d9d33e07e1c7f16fe68a8edc52f5a
src/components/LayerController/service/LayerFactory.js
@@ -186,7 +186,7 @@
        point = coordinates[parseInt(coordinates.length / 2)][0]
        break
    }
    window.map.flyTo(point.reverse(), 15)
    window.map.flyTo(point.reverse(), 17)
    code && this.openPopup(code, feature.id)
  }