派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-21 b92a4b9486907f453463cd3a545a11ac7a629840
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'
    }
  ]
}