派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-30 dc2421508ec5cc18dc5ff2b2df6b39aba59188c8
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]
}