| | |
| | | /** |
| | | * 板块 |
| | | */ |
| | | import { PIPELINE_WFS } from '../Constants' |
| | | const WFS_URL = PIPELINE_WFS |
| | | export const LayerPlate = { |
| | | code: 'sewersPlate', |
| | | name: '板块图层', |
| | |
| | | code: 'plateYt', |
| | | name: '油田', |
| | | sname: '油田', // 表名 |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | url: WFS_URL + '?TYPENAME=公司' |
| | | checked: true |
| | | }, |
| | | { |
| | | code: 'plateLh', |
| | | name: '炼化', |
| | | sname: '炼化', |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | wfs: WFS_URL + '?TYPENAME=码头' |
| | | checked: true |
| | | }, |
| | | { |
| | | code: 'plateXs', |
| | | name: '销售', |
| | | sname: '销售', |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | wfs: WFS_URL + '?TYPENAME=装置区' |
| | | checked: true |
| | | }, |
| | | { |
| | | code: 'plateHg', |
| | | name: '化工', |
| | | sname: '化工', |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | wfs: WFS_URL + '?TYPENAME=装置区' |
| | | checked: true |
| | | }, |
| | | { |
| | | code: 'plateZy', |
| | | name: '专业公司', |
| | | sname: '专业公司科研机构', |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | wfs: WFS_URL + '?TYPENAME=装置区' |
| | | checked: true |
| | | }, |
| | | { |
| | | code: 'plateKyjg', |
| | | name: '科研机构', |
| | | sname: '科研机构', |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | wfs: WFS_URL + '?TYPENAME=装置区' |
| | | checked: true |
| | | }, |
| | | { |
| | | code: 'plateGcdw', |
| | | name: '工程单位', |
| | | sname: '工程单位', |
| | | checked: true, // 默认选中状态 |
| | | type: 2, |
| | | wfs: WFS_URL + '?TYPENAME=装置区' |
| | | checked: true |
| | | } |
| | | ] |
| | | } |