派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-30 bfd90be7b80fa5391681530c62e3761742879fcf
src/conf/layers/LayerEnvRisk.js
@@ -26,7 +26,7 @@
      name: '重大风险',
      sname: '重大风险',
      checked: false, // 默认选中状态
      minZoom: 10,
      // minZoom: 10,
      color: 'red',
      level: 0
    },
@@ -36,7 +36,7 @@
      sname: '一级风险',
      checked: false, // 默认选中状态
      type: 0,
      minZoom: 10,
      // minZoom: 10,
      color: 'sandybrown',
      level: 1
    },
@@ -46,7 +46,7 @@
      sname: '二级风险',
      checked: false,
      type: 0,
      minZoom: 10,
      // minZoom: 10,
      color: 'yellow',
      level: 2
    },
@@ -56,7 +56,7 @@
      sname: '三级风险',
      checked: false,
      type: 0,
      minZoom: 10,
      // minZoom: 10,
      color: 'green',
      level: 3
    }