派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-03-03 41af42c7d30e9604f78c2973c39d0ff5e9e46ed1
src/components/plugin/wmts_plugins.js
@@ -28,7 +28,7 @@
      }
      for (var i in lOptions) {
        // all keys that are in defaultWmtsParams options go to WMTS params
        if (wmtsParams.hasOwnProperty(i) && i != 'matrixIds') {
        if (wmtsParams.hasOwnProperty(i) && i !== 'matrixIds') {
          wmtsParams[i] = lOptions[i]
        }
      }