| | |
| | | import { SERVICE_TYPE } from '../Constants' |
| | | |
| | | /** |
| | | * 区域 |
| | | */ |
| | |
| | | name: '公司', |
| | | sname: '公司', // 表名 |
| | | checked: true, // 默认选中状态 |
| | | type: 0, |
| | | icon: 'sewers/.png', |
| | | legendImage: '../.././assets/images/map/company_refining.png' |
| | | }, |
| | |
| | | name: '码头', |
| | | sname: '码头', |
| | | checked: false, // 默认选中状态 |
| | | type: 0, |
| | | icon: 'sewers/码头.png', |
| | | legendImage: '../.././assets/images/map/sewers/码头.png' |
| | | }, |
| | |
| | | code: 'sewersAreaZz', |
| | | name: '装置区', |
| | | sname: '装置区', |
| | | type: SERVICE_TYPE.WMS, |
| | | checked: false, // 默认选中状态 |
| | | icon: 'sewers/.png', |
| | | index: 1, |
| | | typeName: 'sewer:unitareaboundary' |
| | | } |
| | | ] |