派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 f6e2c7d08bb4f29f38a77b9f789c6d7a47d5bebe
src/conf/layers/LayerArea.js
@@ -1,8 +1,6 @@
/**
 * 区域
 */
import { SERVICE_TYPE, PIPELINE_WFS } from '../Constants'
const WFS_URL = PIPELINE_WFS
export const LayerArea = {
  code: 'sewersArea',
  name: '区域信息',
@@ -15,7 +13,8 @@
      sname: '公司', // 表名
      checked: true, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司'
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map/company_refining.png'
    },
    {
      code: 'sewersAreaMt',
@@ -23,7 +22,8 @@
      sname: '码头',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=码头'
      wfs: WFS_URL + '?TYPENAME=码头',
      legendImage: '../.././assets/images/map/sewers/码头.png'
    },
    {
      code: 'sewersAreaZz',