| | |
| | | /** |
| | | * 区域 |
| | | */ |
| | | import { PIPELINE_WFS, SERVICE_TYPE } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | import { SERVICE_TYPE } from '../Constants' |
| | | |
| | | export const LayerFsss = { |
| | | code: 'sewersFsss', |
| | | name: '附属设施', |
| | |
| | | { |
| | | code: 'piperack', |
| | | name: '管架(墩)', |
| | | sname: 'PipeRack', |
| | | sname: '管架(墩)', |
| | | minZoom: 16, |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: WFS_URL + '?TYPENAME=管架', |
| | | typeName: 'sewer:piperack', |
| | | icon: 'sewers/管架(墩).png', |
| | | checked: false |
| | | }, |
| | | { |
| | | code: 'pipegallery', |
| | | name: '管廊(带)', |
| | | sname: 'PipeGallery', |
| | | sname: '管廊(带)', |
| | | minZoom: 16, |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: '?TYPENAME=管廊', |
| | | typeName: 'sewer:pipegallery', |
| | | icon: 'sewers/管廊.png', |
| | | color: '#828282', |
| | | styles: { |
| | | COLOR: '#828282', |
| | | FILL_COLOR: '#828282' |
| | | }, |
| | | checked: false |
| | | }, |
| | | { |
| | |
| | | name: '流向', |
| | | sname: 'ywslx', |
| | | type: SERVICE_TYPE.WMS, |
| | | typeName: 'sewer:pipesegment_flow', |
| | | checked: false |
| | | }, |
| | | { |