| | |
| | | wasteSolidCcd: 'WasteSolid.js', |
| | | sewersAreaGs: 'Company.js', |
| | | pipesegment: 'PipeLineAnimal.js', |
| | | pollutionSources: 'SourcesPollution.js' |
| | | pollutionSources: 'SourcesPollution.js', |
| | | envRiskChart: 'EnvironmentRisk.js' |
| | | } |
| | | |
| | | export const STYLES = { |
| | |
| | | emergencyres: '社会专业应急救援队伍', |
| | | emergencyesources: '应急物资', |
| | | firefightingunit: '消防单位', |
| | | unitareaboundary: '装置区边界' |
| | | unitareaboundary: '装置区边界', |
| | | sensitivetarget: '敏感目标', |
| | | chokevalve: '截流闸' |
| | | } |
| | | |
| | | export const LAYERPROPS = { |
| | |
| | | name: '管网名称', |
| | | linenumtype: '管线类型', |
| | | pipename: '管线名称', |
| | | subchaname: '支线名称', |
| | | mediumtype: '输送介质', |
| | | length: '长度(m)', |
| | | startposname: '起点位置名称', |
| | |
| | | code: '装置区编码', |
| | | responsperson: '负责人', |
| | | startdate: '投用日期' |
| | | }, |
| | | // 敏感目标 |
| | | sensitivetarget: { |
| | | name: '名称', |
| | | resperson: '负责人', |
| | | telephone: '联系电话', |
| | | huncount: '常规人口数量', |
| | | structureoridsitearea: '占地面积', |
| | | adminzonename: '行政隶属' |
| | | }, |
| | | // 截流闸 |
| | | chokevalve: { |
| | | closurename: '名称', |
| | | closurecode: '编码', |
| | | pointnumber: '测点编号', |
| | | mediumtype: '介质', |
| | | size: '尺寸(m)', |
| | | operatingtype: '控制方式', |
| | | telephone: '联系电话', |
| | | resperson: '负责人', |
| | | startdate: '投用日期', |
| | | operationalstatus: '运行状态' |
| | | } |
| | | } |