派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-13 93a9b3228d214602a899791992726a01925c5ac4
src/conf/layers/LayerArea.js
@@ -1,7 +1,7 @@
/**
 * 区域
 */
import { PIPELINE_WFS } from '../Constants'
import { SERVICE_TYPE, PIPELINE_WFS } from '../Constants'
const WFS_URL = PIPELINE_WFS
export const LayerArea = {
  code: 'sewersArea',
@@ -30,8 +30,8 @@
      name: '装置区',
      sname: '装置区',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区'
      type: SERVICE_TYPE.WMS,
      typeName: 'sewer:unitareaboundary'
    }
  ]
}