@mapcatch/util 2.0.6 → 2.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/catchUtil.min.cjs.js +2928 -0
- package/dist/catchUtil.min.esm.js +44499 -42811
- package/dist/catchUtil.min.js +248 -248
- package/package.json +11 -2
- package/src/constants/annotation_color.js +0 -7
- package/src/constants/annotation_draw_style.js +0 -228
- package/src/constants/annotation_label_style.js +0 -76
- package/src/constants/annotation_style.js +0 -118
- package/src/constants/bmap_types.js +0 -44
- package/src/constants/cameras.js +0 -5
- package/src/constants/crs.js +0 -42099
- package/src/constants/crs_types.js +0 -22
- package/src/constants/default_layers.js +0 -149
- package/src/constants/dsm_colors.js +0 -10
- package/src/constants/error_codes.js +0 -44
- package/src/constants/height_colors.js +0 -1
- package/src/constants/index.js +0 -20
- package/src/constants/layer_folders.js +0 -6
- package/src/constants/layer_groups.js +0 -34
- package/src/constants/layer_groups_multispectral.js +0 -34
- package/src/constants/layer_icons.js +0 -19
- package/src/constants/map_style.js +0 -11
- package/src/constants/measurement_fields.js +0 -208
- package/src/constants/task_params.js +0 -33
- package/src/constants/tools.js +0 -20
- package/src/event/event.js +0 -191
- package/src/event/event_bus.js +0 -5
- package/src/event/index.js +0 -2
- package/src/gl-operations/constants.js +0 -9
- package/src/gl-operations/default_options.js +0 -98
- package/src/gl-operations/index.js +0 -533
- package/src/gl-operations/reglCommands/contours.js +0 -27
- package/src/gl-operations/reglCommands/default.js +0 -46
- package/src/gl-operations/reglCommands/hillshading.js +0 -340
- package/src/gl-operations/reglCommands/index.js +0 -6
- package/src/gl-operations/reglCommands/multiLayers.js +0 -303
- package/src/gl-operations/reglCommands/transitions.js +0 -111
- package/src/gl-operations/reglCommands/util.js +0 -71
- package/src/gl-operations/renderer.js +0 -210
- package/src/gl-operations/shaders/fragment/convertDem.js +0 -26
- package/src/gl-operations/shaders/fragment/convolutionSmooth.js +0 -55
- package/src/gl-operations/shaders/fragment/diffCalc.js +0 -34
- package/src/gl-operations/shaders/fragment/drawResult.js +0 -47
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvAmbientShadows.js +0 -79
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvDirect.js +0 -60
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvFinalBaselayer.js +0 -31
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvFinalColorscale.js +0 -61
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvMergeAndScaleTiles.js +0 -27
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvNormals.js +0 -26
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvSmooth.js +0 -54
- package/src/gl-operations/shaders/fragment/hillshading/hsAdvSoftShadows.js +0 -81
- package/src/gl-operations/shaders/fragment/hillshading/hsPregen.js +0 -55
- package/src/gl-operations/shaders/fragment/interpolateColor.js +0 -66
- package/src/gl-operations/shaders/fragment/interpolateColorOnly.js +0 -50
- package/src/gl-operations/shaders/fragment/interpolateValue.js +0 -137
- package/src/gl-operations/shaders/fragment/multiAnalyze1Calc.js +0 -36
- package/src/gl-operations/shaders/fragment/multiAnalyze2Calc.js +0 -46
- package/src/gl-operations/shaders/fragment/multiAnalyze3Calc.js +0 -54
- package/src/gl-operations/shaders/fragment/multiAnalyze4Calc.js +0 -62
- package/src/gl-operations/shaders/fragment/multiAnalyze5Calc.js +0 -70
- package/src/gl-operations/shaders/fragment/multiAnalyze6Calc.js +0 -78
- package/src/gl-operations/shaders/fragment/single.js +0 -93
- package/src/gl-operations/shaders/transform.js +0 -22
- package/src/gl-operations/shaders/util/computeColor.glsl +0 -85
- package/src/gl-operations/shaders/util/getTexelValue.glsl +0 -10
- package/src/gl-operations/shaders/util/isCloseEnough.glsl +0 -9
- package/src/gl-operations/shaders/util/rgbaToFloat.glsl +0 -18
- package/src/gl-operations/shaders/vertex/double.js +0 -17
- package/src/gl-operations/shaders/vertex/multi3.js +0 -20
- package/src/gl-operations/shaders/vertex/multi4.js +0 -23
- package/src/gl-operations/shaders/vertex/multi5.js +0 -26
- package/src/gl-operations/shaders/vertex/multi6.js +0 -29
- package/src/gl-operations/shaders/vertex/single.js +0 -13
- package/src/gl-operations/shaders/vertex/singleNotTransformed.js +0 -12
- package/src/gl-operations/texture_manager.js +0 -141
- package/src/gl-operations/util.js +0 -336
- package/src/index.js +0 -20
- package/src/measure/index.js +0 -209
- package/src/measure/tile_cache.js +0 -88
- package/src/mvs/index.js +0 -26
- package/src/mvs/protos/index.js +0 -12
- package/src/mvs/protos/proto_10.js +0 -155
- package/src/observation_pretict.js +0 -168
- package/src/photo-parser/exif/gps_tags.js +0 -33
- package/src/photo-parser/exif/ifd1_tags.js +0 -22
- package/src/photo-parser/exif/index.js +0 -143
- package/src/photo-parser/exif/parse_image.js +0 -290
- package/src/photo-parser/exif/string_values.js +0 -137
- package/src/photo-parser/exif/tags.js +0 -75
- package/src/photo-parser/exif/tiff_tags.js +0 -35
- package/src/photo-parser/exif/util.js +0 -103
- package/src/photo-parser/image-size/detector.js +0 -24
- package/src/photo-parser/image-size/fromFile.js +0 -55
- package/src/photo-parser/image-size/index.js +0 -2
- package/src/photo-parser/image-size/lookup.js +0 -37
- package/src/photo-parser/image-size/types/bmp.js +0 -10
- package/src/photo-parser/image-size/types/cur.js +0 -16
- package/src/photo-parser/image-size/types/dds.js +0 -10
- package/src/photo-parser/image-size/types/gif.js +0 -11
- package/src/photo-parser/image-size/types/heif.js +0 -35
- package/src/photo-parser/image-size/types/icns.js +0 -112
- package/src/photo-parser/image-size/types/ico.js +0 -74
- package/src/photo-parser/image-size/types/index.js +0 -43
- package/src/photo-parser/image-size/types/j2c.js +0 -11
- package/src/photo-parser/image-size/types/jp2.js +0 -22
- package/src/photo-parser/image-size/types/jpg.js +0 -157
- package/src/photo-parser/image-size/types/ktx.js +0 -18
- package/src/photo-parser/image-size/types/png.js +0 -36
- package/src/photo-parser/image-size/types/pnm.js +0 -74
- package/src/photo-parser/image-size/types/psd.js +0 -10
- package/src/photo-parser/image-size/types/svg.js +0 -100
- package/src/photo-parser/image-size/types/tga.js +0 -14
- package/src/photo-parser/image-size/types/tiff.js +0 -92
- package/src/photo-parser/image-size/types/utils.js +0 -83
- package/src/photo-parser/image-size/types/webp.js +0 -67
- package/src/photo-parser/index.js +0 -185
- package/src/report/annotations_report.js +0 -446
- package/src/report/index.js +0 -2
- package/src/report/map_util.js +0 -81
- package/src/report/pdf_creator.js +0 -247
- package/src/report/report.js +0 -581
- package/src/transform.js +0 -207
- package/src/util.js +0 -671
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
LOCAL_ENU: {
|
|
3
|
-
code: 0,
|
|
4
|
-
name: 'LOCAL_ENU'
|
|
5
|
-
},
|
|
6
|
-
LOCAL: {
|
|
7
|
-
code: 1,
|
|
8
|
-
name: 'LOCAL'
|
|
9
|
-
},
|
|
10
|
-
GEOGCS: {
|
|
11
|
-
code: 2,
|
|
12
|
-
name: 'Geographic'
|
|
13
|
-
},
|
|
14
|
-
PROJCS: {
|
|
15
|
-
code: 3,
|
|
16
|
-
name: 'Projected'
|
|
17
|
-
},
|
|
18
|
-
GEOCCS: {
|
|
19
|
-
code: 4,
|
|
20
|
-
name: 'Geocentric'
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1,149 +0,0 @@
|
|
|
1
|
-
export default [
|
|
2
|
-
{
|
|
3
|
-
type: 'dom',
|
|
4
|
-
name: '正射影像(DOM)',
|
|
5
|
-
group: 'output',
|
|
6
|
-
visible: true,
|
|
7
|
-
opacity: 1,
|
|
8
|
-
class: 'image2d',
|
|
9
|
-
metadata: {
|
|
10
|
-
folder: 'dom_tiles',
|
|
11
|
-
show_annotations: true,
|
|
12
|
-
show_annotation_labels: true
|
|
13
|
-
}
|
|
14
|
-
},
|
|
15
|
-
{
|
|
16
|
-
type: 'tmp',
|
|
17
|
-
name: '温度图',
|
|
18
|
-
group: 'output',
|
|
19
|
-
visible: true,
|
|
20
|
-
opacity: 1,
|
|
21
|
-
class: 'tmp',
|
|
22
|
-
metadata: {
|
|
23
|
-
folder: 'tem',
|
|
24
|
-
borderStyle: 'transparent',
|
|
25
|
-
colorType: 'turbo',
|
|
26
|
-
show_annotations: true,
|
|
27
|
-
show_annotation_labels: true
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
type: 'dsm',
|
|
32
|
-
name: '数字表面模型(DSM)',
|
|
33
|
-
group: 'output',
|
|
34
|
-
visible: false,
|
|
35
|
-
opacity: 0.5,
|
|
36
|
-
class: 'image2d',
|
|
37
|
-
metadata: {
|
|
38
|
-
folder: 'dsm_tiles',
|
|
39
|
-
borderStyle: 'transparent',
|
|
40
|
-
colorType: 'turbo',
|
|
41
|
-
show_annotations: true,
|
|
42
|
-
show_annotation_labels: true
|
|
43
|
-
}
|
|
44
|
-
},
|
|
45
|
-
{
|
|
46
|
-
type: 'mesh3d',
|
|
47
|
-
name: '三维模型',
|
|
48
|
-
group: 'output',
|
|
49
|
-
visible: true,
|
|
50
|
-
opacity: 1,
|
|
51
|
-
class: '3d_tiles'
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
type: 'point_cloud',
|
|
55
|
-
name: '三维点云',
|
|
56
|
-
group: 'output',
|
|
57
|
-
visible: false,
|
|
58
|
-
opacity: 1,
|
|
59
|
-
class: 'pnts'
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
type: 'photos',
|
|
63
|
-
name: '照片',
|
|
64
|
-
group: 'dataset',
|
|
65
|
-
visible: false,
|
|
66
|
-
opacity: 1,
|
|
67
|
-
class: 'photos'
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
type: 'ndvi',
|
|
71
|
-
name: 'NDVI',
|
|
72
|
-
group: 'index',
|
|
73
|
-
visible: true,
|
|
74
|
-
opacity: 1,
|
|
75
|
-
class: 'ndvi',
|
|
76
|
-
metadata: {
|
|
77
|
-
folder: 'ndvi',
|
|
78
|
-
borderStyle: 'transparent',
|
|
79
|
-
colorType: 'red-green',
|
|
80
|
-
bands: ['NIR', 'Red'],
|
|
81
|
-
show_annotations: true,
|
|
82
|
-
show_annotation_labels: true
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
type: 'gndvi',
|
|
87
|
-
name: 'GNDVI',
|
|
88
|
-
group: 'index',
|
|
89
|
-
visible: true,
|
|
90
|
-
opacity: 1,
|
|
91
|
-
class: 'gndvi',
|
|
92
|
-
metadata: {
|
|
93
|
-
folder: 'gndvi',
|
|
94
|
-
borderStyle: 'transparent',
|
|
95
|
-
colorType: 'glow',
|
|
96
|
-
bands: ['NIR', 'Green'],
|
|
97
|
-
show_annotations: true,
|
|
98
|
-
show_annotation_labels: true
|
|
99
|
-
}
|
|
100
|
-
},
|
|
101
|
-
{
|
|
102
|
-
type: 'lci',
|
|
103
|
-
name: 'LCI',
|
|
104
|
-
group: 'index',
|
|
105
|
-
visible: true,
|
|
106
|
-
opacity: 1,
|
|
107
|
-
class: 'lci',
|
|
108
|
-
metadata: {
|
|
109
|
-
folder: 'lci',
|
|
110
|
-
borderStyle: 'transparent',
|
|
111
|
-
colorType: 'turbo',
|
|
112
|
-
bands: ['NIR', 'RedEdge', 'Red'],
|
|
113
|
-
show_annotations: true,
|
|
114
|
-
show_annotation_labels: true
|
|
115
|
-
}
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
type: 'ndre',
|
|
119
|
-
name: 'NDRE',
|
|
120
|
-
group: 'index',
|
|
121
|
-
visible: true,
|
|
122
|
-
opacity: 1,
|
|
123
|
-
class: 'ndre',
|
|
124
|
-
metadata: {
|
|
125
|
-
folder: 'ndre',
|
|
126
|
-
borderStyle: 'transparent',
|
|
127
|
-
colorType: 'gray',
|
|
128
|
-
bands: ['NIR', 'RedEdge'],
|
|
129
|
-
show_annotations: true,
|
|
130
|
-
show_annotation_labels: true
|
|
131
|
-
}
|
|
132
|
-
},
|
|
133
|
-
{
|
|
134
|
-
type: 'osavi',
|
|
135
|
-
name: 'OSAVI',
|
|
136
|
-
group: 'index',
|
|
137
|
-
visible: true,
|
|
138
|
-
opacity: 1,
|
|
139
|
-
class: 'osavi',
|
|
140
|
-
metadata: {
|
|
141
|
-
folder: 'osavi',
|
|
142
|
-
borderStyle: 'transparent',
|
|
143
|
-
colorType: 'red-green',
|
|
144
|
-
bands: ['NIR', 'Red'],
|
|
145
|
-
show_annotations: true,
|
|
146
|
-
show_annotation_labels: true
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
]
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
1: '意外退出',
|
|
3
|
-
1000: '重建失败,请解析日志查看原因',
|
|
4
|
-
1001: '用户取消',
|
|
5
|
-
1002: '坐标系统错误',
|
|
6
|
-
1003: '空三成果为空',
|
|
7
|
-
1004: '点云成果为空',
|
|
8
|
-
1005: '网格成果为空',
|
|
9
|
-
1006: '没有足够的下视图像生产2D成果',
|
|
10
|
-
1007: '分块错误',
|
|
11
|
-
1008: '分块参数错误',
|
|
12
|
-
2000: 'License错误',
|
|
13
|
-
2001: '枚举License失败',
|
|
14
|
-
2002: '未找到匹配的License',
|
|
15
|
-
2003: 'License过期',
|
|
16
|
-
2004: 'License不可用于此版本',
|
|
17
|
-
2005: 'License功能模块不匹配',
|
|
18
|
-
2006: '超过License最大支持图像数',
|
|
19
|
-
3000: '文件读写错误',
|
|
20
|
-
3001: 'JSON字段解析错误',
|
|
21
|
-
4000: 'GPU设备错误,检查GPU是否为英伟达以及驱动号是否满足要求',
|
|
22
|
-
0x00000040: '网络错误',
|
|
23
|
-
0x0000004A: '网络请求超时',
|
|
24
|
-
0x05000004: '找不到服务器',
|
|
25
|
-
0x13000051: '许可需要联网激活',
|
|
26
|
-
0x02000003: '连接失败,Virbox软件未安装或未联网',
|
|
27
|
-
0x51005001: '查询授权码状态请求发生异常',
|
|
28
|
-
0x51005002: '授权码兑换请求发生异常',
|
|
29
|
-
0x51005003: '授权码不存在',
|
|
30
|
-
0x51005004: '授权码许可扣费失败',
|
|
31
|
-
0x51005013: '不能绑定(许可已经过期)',
|
|
32
|
-
0x51005014: '不能绑定(授权码同时绑定设备数已达上限)',
|
|
33
|
-
0x51005015: '不能绑定(授权码累积绑定设备数已达上限)',
|
|
34
|
-
0x51005018: '授权码终端解绑失败,请联系软件供应商',
|
|
35
|
-
0x51005019: '服务端无法查找到绑定记录,请联系软件供应商',
|
|
36
|
-
0x51005021: '授权码许可无法绑定,原因是许可被锁定,请联系软件供应商解决',
|
|
37
|
-
0x51005025: '授权码不允许绑定',
|
|
38
|
-
0x51005033: '暂时无法激活许可,用户工具需要升级到最新版本',
|
|
39
|
-
0x51005034: '软件供应商回收了该设备的使用权,不能再绑定当前授权码,请联系软件供应商解决',
|
|
40
|
-
0x5100612F: '授权码不存在,请确认授权码是否正确',
|
|
41
|
-
0x51006130: '无效的硬件信息数据',
|
|
42
|
-
0x51006134: '授权码许可扣费失败,请联系软件供应商',
|
|
43
|
-
0x5100502C: '不能解绑(未绑定)'
|
|
44
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export default ['rgb(0,18,238)', 'rgb(0,33,224)', 'rgb(0,48,207)', 'rgb(0,63,192)', 'rgb(0,78,177)', 'rgb(0,93,162)', 'rgb(0,108,147)', 'rgb(0,123,132)', 'rgb(0,137,118)', 'rgb(0,154,102)', 'rgb(0,170,86)', 'rgb(0,185,70)', 'rgb(0,200,55)', 'rgb(0,215,40)', 'rgb(0,230,25)', 'rgb(0,245,10)', 'rgb(7,255,0)', 'rgb(22,255,0)', 'rgb(35,255,0)', 'rgb(52,255,0)', 'rgb(67,255,0)', 'rgb(83,255,0)', 'rgb(98,255,0)', 'rgb(114,255,0)', 'rgb(127,255,0)', 'rgb(142,255,0)', 'rgb(159,255,0)', 'rgb(174,255,0)', 'rgb(190,255,0)', 'rgb(205,255,0)', 'rgb(220,255,0)', 'rgb(235,255,0)', 'rgb(250,255,0)', 'rgb(255,245,0)', 'rgb(255,230,0)', 'rgb(255,215,0)', 'rgb(255,199,0)', 'rgb(255,184,0)', 'rgb(255,167,0)', 'rgb(255,152,0)', 'rgb(255,138,0)', 'rgb(255,123,0)', 'rgb(255,108,0)', 'rgb(255,93,0)', 'rgb(255,78,0)', 'rgb(255,62,0)', 'rgb(255,47,0)', 'rgb(255,32,0)', 'rgb(255,15,0)', 'rgb(242,0,0)']
|
package/src/constants/index.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export {default as cameras} from './cameras'
|
|
2
|
-
export {default as layerGroups} from './layer_groups'
|
|
3
|
-
export {default as layerGroupsMultispectral} from './layer_groups_multispectral'
|
|
4
|
-
export {default as bmapTypes} from './bmap_types'
|
|
5
|
-
export {default as dsmColors} from './dsm_colors'
|
|
6
|
-
export {default as defaultLayers} from './default_layers'
|
|
7
|
-
export {default as layerFolders} from './layer_folders'
|
|
8
|
-
export {default as layerIcons} from './layer_icons'
|
|
9
|
-
export {default as taskParams} from './task_params'
|
|
10
|
-
export {default as tools} from './tools'
|
|
11
|
-
export {default as measurementFields} from './measurement_fields'
|
|
12
|
-
export {default as crsTypes} from './crs_types'
|
|
13
|
-
export {default as crsList} from './crs'
|
|
14
|
-
export {default as errorMessages} from './error_codes'
|
|
15
|
-
export {default as heightColors} from './height_colors'
|
|
16
|
-
export {default as mapStyle} from './map_style'
|
|
17
|
-
export {default as annotationStyle} from './annotation_style'
|
|
18
|
-
export {default as annotationLabelStyle} from './annotation_label_style'
|
|
19
|
-
export {default as annotationDrawStyle} from './annotation_draw_style'
|
|
20
|
-
export {default as annotationColor} from './annotation_color'
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export default [
|
|
2
|
-
{
|
|
3
|
-
id: 'annotation',
|
|
4
|
-
type: 'annotation',
|
|
5
|
-
name: '标注',
|
|
6
|
-
collapsed: false,
|
|
7
|
-
visible: true,
|
|
8
|
-
opacity: 1
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
id: 'output',
|
|
12
|
-
type: 'output',
|
|
13
|
-
name: '成果图层',
|
|
14
|
-
collapsed: false,
|
|
15
|
-
visible: true,
|
|
16
|
-
opacity: 1
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
id: 'dataset',
|
|
20
|
-
type: 'dataset',
|
|
21
|
-
name: '数据集',
|
|
22
|
-
collapsed: false,
|
|
23
|
-
visible: true,
|
|
24
|
-
opacity: 1
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: 'overlay',
|
|
28
|
-
type: 'overlay',
|
|
29
|
-
name: '覆盖物',
|
|
30
|
-
collapsed: false,
|
|
31
|
-
visible: true,
|
|
32
|
-
opacity: 1
|
|
33
|
-
}
|
|
34
|
-
]
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
export default [
|
|
2
|
-
{
|
|
3
|
-
id: 'output',
|
|
4
|
-
type: 'output',
|
|
5
|
-
name: '基础成果',
|
|
6
|
-
collapsed: false,
|
|
7
|
-
visible: true,
|
|
8
|
-
opacity: 1
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
id: 'index',
|
|
12
|
-
type: 'index',
|
|
13
|
-
name: '植被指数',
|
|
14
|
-
collapsed: false,
|
|
15
|
-
visible: true,
|
|
16
|
-
opacity: 1
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
id: 'dataset',
|
|
20
|
-
type: 'dataset',
|
|
21
|
-
name: '数据集',
|
|
22
|
-
collapsed: false,
|
|
23
|
-
visible: true,
|
|
24
|
-
opacity: 1
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: 'overlay',
|
|
28
|
-
type: 'overlay',
|
|
29
|
-
name: '覆盖物',
|
|
30
|
-
collapsed: false,
|
|
31
|
-
visible: true,
|
|
32
|
-
opacity: 1
|
|
33
|
-
}
|
|
34
|
-
]
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
annotation: 'icon-biaozhu',
|
|
3
|
-
output: 'icon-chengguo',
|
|
4
|
-
dataset: 'icon-photos',
|
|
5
|
-
overlay: 'icon-dataset',
|
|
6
|
-
geojson: 'icon-vector',
|
|
7
|
-
raster: 'icon-tuxiang',
|
|
8
|
-
object: 'icon-cube',
|
|
9
|
-
dom: 'icon-tuxiang',
|
|
10
|
-
dsm: 'icon-moxing',
|
|
11
|
-
ndvi: 'icon-zhishu',
|
|
12
|
-
index: 'icon-zhishu',
|
|
13
|
-
mesh3d: 'icon-mesh',
|
|
14
|
-
point_cloud: 'icon-dianyun',
|
|
15
|
-
photos: 'icon-24gf-photoAlbum',
|
|
16
|
-
point: 'icon-locate',
|
|
17
|
-
line: 'icon-line',
|
|
18
|
-
polygon: 'icon-polygon'
|
|
19
|
-
}
|
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
normal: {
|
|
3
|
-
point: [
|
|
4
|
-
{
|
|
5
|
-
field: 'lng',
|
|
6
|
-
label: '经度(X)',
|
|
7
|
-
unit: ''
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
field: 'lat',
|
|
11
|
-
label: '纬度(Y)',
|
|
12
|
-
unit: ''
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
field: 'height',
|
|
16
|
-
label: '高程(Z)',
|
|
17
|
-
unit: 'm'
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
line: [
|
|
21
|
-
{
|
|
22
|
-
field: 'distance2d',
|
|
23
|
-
label: '平面长度',
|
|
24
|
-
unit: 'm'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
field: 'distance3d',
|
|
28
|
-
label: '空间长度',
|
|
29
|
-
unit: 'm'
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
field: 'slope_min',
|
|
33
|
-
label: '最小坡度',
|
|
34
|
-
unit: '°'
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
field: 'slope_max',
|
|
38
|
-
label: '最大坡度',
|
|
39
|
-
unit: '°'
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
field: 'height_min',
|
|
43
|
-
label: '最小高程',
|
|
44
|
-
unit: 'm'
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
field: 'height_max',
|
|
48
|
-
label: '最大高程',
|
|
49
|
-
unit: 'm'
|
|
50
|
-
}
|
|
51
|
-
],
|
|
52
|
-
polygon: [
|
|
53
|
-
{
|
|
54
|
-
field: 'area2d',
|
|
55
|
-
label: '平面面积',
|
|
56
|
-
unit: '㎡'
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
field: 'area3d',
|
|
60
|
-
label: '空间面积',
|
|
61
|
-
unit: '㎡'
|
|
62
|
-
},
|
|
63
|
-
{
|
|
64
|
-
field: 'distance2d',
|
|
65
|
-
label: '平面周长',
|
|
66
|
-
unit: 'm'
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
field: 'distance3d',
|
|
70
|
-
label: '空间周长',
|
|
71
|
-
unit: 'm'
|
|
72
|
-
},
|
|
73
|
-
|
|
74
|
-
{
|
|
75
|
-
field: 'height_min',
|
|
76
|
-
label: '最小高程',
|
|
77
|
-
unit: 'm'
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
field: 'height_max',
|
|
81
|
-
label: '最大高程',
|
|
82
|
-
unit: 'm'
|
|
83
|
-
}
|
|
84
|
-
]
|
|
85
|
-
},
|
|
86
|
-
infrared: {
|
|
87
|
-
point: [
|
|
88
|
-
{
|
|
89
|
-
field: 'temprature',
|
|
90
|
-
label: '温度',
|
|
91
|
-
unit: '℃'
|
|
92
|
-
}
|
|
93
|
-
],
|
|
94
|
-
line: [
|
|
95
|
-
{
|
|
96
|
-
field: 'distance2d',
|
|
97
|
-
label: '长度',
|
|
98
|
-
unit: 'm'
|
|
99
|
-
},
|
|
100
|
-
{
|
|
101
|
-
field: 'temprature_min',
|
|
102
|
-
label: '最低温度',
|
|
103
|
-
unit: '℃'
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
field: 'temprature_max',
|
|
107
|
-
label: '最高温度',
|
|
108
|
-
unit: '℃'
|
|
109
|
-
}
|
|
110
|
-
],
|
|
111
|
-
polygon: [
|
|
112
|
-
{
|
|
113
|
-
field: 'area2d',
|
|
114
|
-
label: '面积',
|
|
115
|
-
unit: '㎡'
|
|
116
|
-
},
|
|
117
|
-
{
|
|
118
|
-
field: 'distance2d',
|
|
119
|
-
label: '周长',
|
|
120
|
-
unit: 'm'
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
field: 'temprature_min',
|
|
124
|
-
label: '最低温度',
|
|
125
|
-
unit: '℃'
|
|
126
|
-
},
|
|
127
|
-
{
|
|
128
|
-
field: 'temprature_max',
|
|
129
|
-
label: '最高温度',
|
|
130
|
-
unit: '℃'
|
|
131
|
-
}
|
|
132
|
-
]
|
|
133
|
-
},
|
|
134
|
-
multispectral: {
|
|
135
|
-
point: [
|
|
136
|
-
{
|
|
137
|
-
field: 'height',
|
|
138
|
-
label: '高程',
|
|
139
|
-
unit: 'm'
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
line: [
|
|
143
|
-
{
|
|
144
|
-
field: 'distance2d',
|
|
145
|
-
label: '平面长度',
|
|
146
|
-
unit: 'm'
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
field: 'distance3d',
|
|
150
|
-
label: '空间长度',
|
|
151
|
-
unit: 'm'
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
field: 'slope_min',
|
|
155
|
-
label: '最小坡度',
|
|
156
|
-
unit: '°'
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
field: 'slope_max',
|
|
160
|
-
label: '最大坡度',
|
|
161
|
-
unit: '°'
|
|
162
|
-
},
|
|
163
|
-
{
|
|
164
|
-
field: 'height_min',
|
|
165
|
-
label: '最小高程',
|
|
166
|
-
unit: 'm'
|
|
167
|
-
},
|
|
168
|
-
{
|
|
169
|
-
field: 'height_max',
|
|
170
|
-
label: '最大高程',
|
|
171
|
-
unit: 'm'
|
|
172
|
-
}
|
|
173
|
-
],
|
|
174
|
-
polygon: [
|
|
175
|
-
{
|
|
176
|
-
field: 'area2d',
|
|
177
|
-
label: '平面面积',
|
|
178
|
-
unit: '㎡'
|
|
179
|
-
},
|
|
180
|
-
{
|
|
181
|
-
field: 'area3d',
|
|
182
|
-
label: '空间面积',
|
|
183
|
-
unit: '㎡'
|
|
184
|
-
},
|
|
185
|
-
{
|
|
186
|
-
field: 'distance2d',
|
|
187
|
-
label: '平面周长',
|
|
188
|
-
unit: 'm'
|
|
189
|
-
},
|
|
190
|
-
{
|
|
191
|
-
field: 'distance3d',
|
|
192
|
-
label: '空间周长',
|
|
193
|
-
unit: 'm'
|
|
194
|
-
},
|
|
195
|
-
|
|
196
|
-
{
|
|
197
|
-
field: 'height_min',
|
|
198
|
-
label: '最小高程',
|
|
199
|
-
unit: 'm'
|
|
200
|
-
},
|
|
201
|
-
{
|
|
202
|
-
field: 'height_max',
|
|
203
|
-
label: '最大高程',
|
|
204
|
-
unit: 'm'
|
|
205
|
-
}
|
|
206
|
-
]
|
|
207
|
-
}
|
|
208
|
-
}
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export default {
|
|
2
|
-
quality: 'medium', // high、low、medium
|
|
3
|
-
output: {
|
|
4
|
-
normal: [
|
|
5
|
-
{
|
|
6
|
-
type: 'image2d',
|
|
7
|
-
name: '二维正射(DOM+DSM)'
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
type: 'mesh3d',
|
|
11
|
-
name: '三维模型(3DTiles)'
|
|
12
|
-
}
|
|
13
|
-
],
|
|
14
|
-
infrared: [
|
|
15
|
-
{
|
|
16
|
-
type: 'tmp',
|
|
17
|
-
name: '温度图',
|
|
18
|
-
required: true
|
|
19
|
-
}
|
|
20
|
-
],
|
|
21
|
-
multispectral: [
|
|
22
|
-
{
|
|
23
|
-
type: 'image2d',
|
|
24
|
-
name: '二维正射(DOM+DSM)'
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
type: 'ndvi',
|
|
28
|
-
name: '植被指数(NDVI)',
|
|
29
|
-
required: true
|
|
30
|
-
}
|
|
31
|
-
]
|
|
32
|
-
}
|
|
33
|
-
}
|
package/src/constants/tools.js
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export default [
|
|
2
|
-
{
|
|
3
|
-
type: 'draw_point',
|
|
4
|
-
mode: 'draw_point',
|
|
5
|
-
name: '标点',
|
|
6
|
-
icon: 'icon-locate'
|
|
7
|
-
},
|
|
8
|
-
{
|
|
9
|
-
type: 'draw_line_string',
|
|
10
|
-
mode: 'draw_line_string',
|
|
11
|
-
name: '标线',
|
|
12
|
-
icon: 'icon-line'
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
type: 'draw_polygon',
|
|
16
|
-
mode: 'draw_polygon',
|
|
17
|
-
name: '标面',
|
|
18
|
-
icon: 'icon-polygon'
|
|
19
|
-
}
|
|
20
|
-
]
|