派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-29 3522ceacde742780a2c36db053d942579b1659de
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)
  }