派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-05-19 31b82eeccef9f1e90f210e2f0b78304e7c3083d2
src/conf/layers/LayerArea.js
@@ -13,7 +13,7 @@
      sname: '公司', // 表名
      checked: true, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司',
      icon: 'sewers/.png',
      legendImage: '../.././assets/images/map/company_refining.png'
    },
    {
@@ -22,7 +22,7 @@
      sname: '码头',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=码头',
      icon: 'sewers/码头.png',
      legendImage: '../.././assets/images/map/sewers/码头.png'
    },
    {
@@ -30,7 +30,7 @@
      name: '装置区',
      sname: '装置区',
      checked: false, // 默认选中状态
      type: SERVICE_TYPE.WMS,
      icon: 'sewers/.png',
      typeName: 'sewer:unitareaboundary'
    }
  ]