派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 0df1b9e7efbf4204c0d87d3018c41b6214f53489
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/**
 * 管线数据
 */
import { LayerPipeLines } from './layers/LayerPipeLines'
import { LayerArea } from './layers/LayerArea'
import { LayerPk } from './layers/LayerPk'
 
export const LayerPipeLine = {
  code: 'sewersPipeLine',
  name: '管线数据',
  checked: true,
  isShow: true,
  layers: [LayerPipeLines, LayerPk, LayerArea]
}