派生自 wuyushui/SewerAndRainNetwork

wangrui
2020-12-22 b59fe688dd6034cf3080889c15113dff052fbabb
src/components/helpers/ServiceLayerHelper.js
@@ -8,6 +8,7 @@
        this.L = options.L
        this.tileLayersMap = new Map()
        this.tileLayersArray = []
        this.mapConfig = {}
    }
    /**
@@ -15,6 +16,7 @@
     */
    initServiceLayers(mapConfig){
        console.log(mapConfig)
        this.mapConfig = mapConfig
    }
    /**