派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-30 0e4ef4b4e9f68acee331cf31e96b4c2c3c7a968d
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]
        }
      }