Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop
| | |
| | | sname: '公司', // 表名 |
| | | checked: true, // 默认选中状态 |
| | | url: WFS_URL + '?TYPENAME=公司', |
| | | minZoom: 10, // 在指定级别显示 |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | minZoom: 10 |
| | | }, |
| | | { |
| | | code: 'sewersAreaMt', |
| | |
| | | sname: '码头', |
| | | checked: true, // 默认选中状态 |
| | | wfs: WFS_URL + '?TYPENAME=码头', |
| | | minZoom: 10, |
| | | childLayer: 'fsss,hbss' // 关联PointLayers |
| | | minZoom: 10 |
| | | }, |
| | | { |
| | | code: 'sewersAreaZz', |
| | |
| | | checked: true, |
| | | minZoom: 10, |
| | | wfs: WFS_URL + '?TYPENAME=窨井', |
| | | icon: 'sewers/四通.png' |
| | | icon: 'sewers/窨井.png' |
| | | }, |
| | | { |
| | | code: 'ybz', |
| | |
| | | checked: false, |
| | | minZoom: 10, |
| | | wfs: WFS_URL + '?TYPENAME=雨篦子', |
| | | icon: 'sewers/三通.png' |
| | | icon: 'sewers/雨篦子.png' |
| | | }, |
| | | { |
| | | code: 'fht', |
| | |
| | | sname: '集水池', |
| | | minZoom: 10, |
| | | wfs: WFS_URL + '?TYPENAME=集水池', |
| | | checked: false |
| | | checked: false, |
| | | icon: 'sewers/集水池.png' |
| | | }, |
| | | { |
| | | code: 'jlz', |
| | |
| | | minZoom: 10, |
| | | checked: false, |
| | | wfs: WFS_URL + '?TYPENAME=隔油池', |
| | | icon: 'sewers/阀门.png' |
| | | icon: 'sewers/隔油池.png' |
| | | } |
| | | ] |
| | | } |