派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 0df1b9e7efbf4204c0d87d3018c41b6214f53489
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/**
 * 固废图层
 * @type {string}
 */
 
export const LayerWasteSolid = {
  code: 'wasteSolid',
  name: '固废',
  checked: false,
  type: 0,
  layers: [
    {
      code: 'wasteSolidCcd',
      name: '贮存点',
      sname: '贮存点',
      checked: false,
      type: 0,
      url: 'http://www.baidu2.com',
      legendImage: '../.././assets/images/map/solidwaste/gf_green.png'
    }
  ]
}