| | |
| | | /** |
| | | * 区域 |
| | | */ |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | import { SERVICE_TYPE } from '../Constants' |
| | | export const LayerHbss = { |
| | | code: 'sewersHbss', |
| | | name: '环保设施', |
| | |
| | | sname: '窨井', |
| | | checked: false, |
| | | minZoom: 16, |
| | | wmsLayers: 'sewer:manhole', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'sewer:manhole', |
| | | icon: 'sewers/窨井.png' |
| | | }, |
| | | { |
| | |
| | | sname: '雨篦子', |
| | | checked: false, |
| | | minZoom: 16, |
| | | wmsLayers: 'sewer:raingate', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'sewer:raingate', |
| | | // wfs: WFS_URL + '?TYPENAME=雨篦子', |
| | | icon: 'sewers/雨篦子.png' |
| | | }, |
| | |
| | | name: '防火堤', |
| | | sname: '防火堤', |
| | | minZoom: 16, |
| | | wfs: WFS_URL + '?TYPENAME=防火堤', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'sewer:firedike', |
| | | icon: 'sewers/防火堤.png', |
| | | checked: false |
| | | }, |
| | | { |
| | |
| | | name: '集水池', |
| | | sname: '集水池', |
| | | minZoom: 16, |
| | | wfs: WFS_URL + '?TYPENAME=集水池', |
| | | typeName: 'sewer:collectingbasin', |
| | | checked: false, |
| | | type: SERVICE_TYPE.WMS, |
| | | icon: 'sewers/集水池.png' |
| | | }, |
| | | { |
| | | code: 'jlz', |
| | | name: '截流闸', |
| | | sname: '截流闸', |
| | | wfs: WFS_URL + '?TYPENAME=截流闸', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'sewer:collectingbasin', |
| | | icon: 'sewers/截流闸.png', |
| | | checked: false |
| | | }, |
| | | { |
| | |
| | | name: '溢流堰', |
| | | sname: '溢流堰', |
| | | minZoom: 16, |
| | | wfs: WFS_URL + '?TYPENAME=溢流堰', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'ewer:overflowweir', |
| | | icon: 'sewers/溢流堰.png', |
| | | checked: false |
| | | }, |
| | | { |
| | |
| | | sname: '隔油池', |
| | | minZoom: 16, |
| | | checked: false, |
| | | wfs: WFS_URL + '?TYPENAME=隔油池', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'ewer:oilseparator', |
| | | icon: 'sewers/隔油池.png' |
| | | } |
| | | ] |