派生自 wuyushui/SewerAndRainNetwork

ChenZeping
2021-05-06 bc43761af362df2c88eb1b08fce0b90095441328
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)
  }