1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
| export const GEOM_TYPE = {
| POINT: 'point',
| LINE: 'line',
| POLYGON: 'polygon'
| }
|
| export const logicMapper = {
| fsqy: 'Sample.js',
| fspfk: 'Sample.js',
| fsjcd: 'Sample.js',
| wasteGasJcd: 'WasteGas.js'
| }
|
| export const props = {
| pipename: '管线名称',
| pipecode: '管线编码',
| subchaname: '支线名称',
| subchacode: '支线编码',
| mediumtype: '输送介质',
| length: '长度(m)',
| startposname: '起点位置名称',
| endposname: '终点位置名称',
| pressureating: '设计压力(MPa)',
| designtranyear: '设计输量(万立/年)',
| earningcapacity: '实际输量(万立/年)',
| buriedtime: '埋设时间',
| coatingmaterial: '防腐状况',
| inservicetime: '投产时间',
| reportname: '填报人姓名',
| reportphone: '填报人联系方式',
| diameter: '管径(mm)',
| meterial: '材质',
| pressuerating: '管道压力(Mpa)',
| embeddingmode: '埋设方式',
| pipetrenchtype: '管沟类型',
| datecollected: '探测时间',
| operationalstatus: '运行状态',
| acquisitionpeople: '采集人',
| acquisitiondate: '采集日期',
| fourtype: '四通类型',
| fourm: '四通材料'
| }
|
|