@kq_npm/client3d_webgl_vue 4.5.31 → 4.5.32
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/adddata/index.js +226 -495
- package/aspectanalysis/index.js +71 -182
- package/baseterraingallery/index.js +40 -102
- package/boxclip/index.js +197 -423
- package/clientPrint/index.js +6953 -17145
- package/comparemap/index.js +165 -216
- package/compass/index.js +20 -47
- package/excavatefillanalysis/index.js +101 -206
- package/fixedzoomin/index.js +20 -43
- package/fixedzoomout/index.js +18 -42
- package/flight/index.js +206 -353
- package/floodanalysis/index.js +145 -328
- package/geologicalbodyanalysis/index.js +114 -241
- package/gpuspatialquery/index.js +146 -340
- package/hawkeye/index.js +78 -80
- package/headertemp/index.js +8 -19
- package/heatmap3d/index.js +304 -645
- package/index.js +6525 -16962
- package/isolineanalysis/index.js +451 -1183
- package/light/index.js +308 -486
- package/limitheightanalysis/index.js +107 -204
- package/measure/index.js +145 -331
- package/modelFlat/index.js +114 -183
- package/modelexcavate/index.js +78 -172
- package/modelfilter/index.js +127 -252
- package/modelprofileanalysis/index.js +154 -297
- package/modelselect/index.js +90 -128
- package/package.json +1 -1
- package/particleeffect/index.js +170 -381
- package/planeclip/index.js +146 -281
- package/resetview/index.js +12 -31
- package/roller/index.js +252 -353
- package/scaneffect/index.js +178 -518
- package/sceneadvancedtoimage/index.js +152 -337
- package/sceneapp/index.js +6953 -17145
- package/sceneset/index.js +299 -838
- package/scenetohdimage/index.js +105 -276
- package/sceneview/index.js +6953 -17145
- package/screenshot/index.js +204 -281
- package/shadowanalysis/index.js +175 -386
- package/sightlineanalysis/index.js +135 -245
- package/skylineanalysis/index.js +108 -289
- package/slopeanalysis/index.js +174 -378
- package/slopeaspectanalysis/index.js +206 -466
- package/statusbar/index.js +37 -39
- package/terrainoperation/index.js +124 -218
- package/terrainprofileanalysis/index.js +66 -118
- package/typhoontrac/index.js +165 -321
- package/underground/index.js +16 -40
- package/videofusion/index.js +214 -470
- package/videoproject/index.js +220 -472
- package/viewshedanalysis/index.js +93 -230
- package/weathereffect/index.js +111 -295
- package/windyslicing/index.js +262 -695
- package/wireframesketch/index.js +49 -106
package/measure/index.js
CHANGED
|
@@ -19,18 +19,16 @@ return /******/ (function() { // webpackBootstrap
|
|
|
19
19
|
/* harmony import */ var element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
20
20
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(7997);
|
|
21
21
|
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_1__);
|
|
22
|
-
/*
|
|
23
|
-
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
-
* All rights reserved.
|
|
22
|
+
/*
|
|
23
|
+
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
24
|
+
* All rights reserved.
|
|
25
25
|
*/
|
|
26
26
|
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install = (Vue, opts) => {
|
|
30
29
|
_init__WEBPACK_IMPORTED_MODULE_1___default()(Vue, opts);
|
|
31
30
|
Vue.component("KqMessage", element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
32
31
|
};
|
|
33
|
-
|
|
34
32
|
/* harmony default export */ __webpack_exports__["Z"] = (element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage);
|
|
35
33
|
|
|
36
34
|
/***/ }),
|
|
@@ -41,7 +39,12 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
41
39
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
42
40
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
43
41
|
/* harmony export */ });
|
|
44
|
-
/* harmony import */ var
|
|
42
|
+
/* harmony import */ var _Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(8270);
|
|
43
|
+
/* harmony import */ var core_js_modules_esnext_iterator_constructor_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8470);
|
|
44
|
+
/* harmony import */ var core_js_modules_esnext_iterator_constructor_js__WEBPACK_IMPORTED_MODULE_0___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_esnext_iterator_constructor_js__WEBPACK_IMPORTED_MODULE_0__);
|
|
45
|
+
/* harmony import */ var core_js_modules_esnext_iterator_for_each_js__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(1058);
|
|
46
|
+
/* harmony import */ var core_js_modules_esnext_iterator_for_each_js__WEBPACK_IMPORTED_MODULE_1___default = /*#__PURE__*/__webpack_require__.n(core_js_modules_esnext_iterator_for_each_js__WEBPACK_IMPORTED_MODULE_1__);
|
|
47
|
+
|
|
45
48
|
|
|
46
49
|
|
|
47
50
|
/*
|
|
@@ -50,32 +53,26 @@ element_plus_dist_index_full_js__WEBPACK_IMPORTED_MODULE_0__.ElMessage.install =
|
|
|
50
53
|
*/
|
|
51
54
|
//测量操作类
|
|
52
55
|
class MeasureViewModel {
|
|
53
|
-
//测量三维对象
|
|
54
|
-
//测量事件
|
|
55
|
-
//活动事件
|
|
56
56
|
constructor(viewer) {
|
|
57
|
-
(0,
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "nauticalMileUnit", "nmi");
|
|
66
|
-
|
|
57
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
58
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
59
|
+
//测量三维对象
|
|
60
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
61
|
+
//测量事件
|
|
62
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
63
|
+
//活动事件
|
|
64
|
+
(0,_Users_zpc_Documents_KQGEOSpace_KQGISClientForVue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_2__/* ["default"] */ .Z)(this, "nauticalMileUnit", "nmi");
|
|
67
65
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(viewer, {
|
|
68
66
|
exaggerateCompute: true
|
|
69
67
|
});
|
|
70
68
|
this._viewer = viewer;
|
|
71
69
|
this.measureEvent = this._measureHandler.measureEvent;
|
|
72
70
|
this.activeEvent = this._measureHandler.activeEvent;
|
|
73
|
-
}
|
|
74
|
-
|
|
71
|
+
}
|
|
75
72
|
|
|
73
|
+
//距离测量
|
|
76
74
|
distanceMeasure(mode) {
|
|
77
75
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
78
|
-
|
|
79
76
|
if (mode === "ground") {
|
|
80
77
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.TerrainDistance);
|
|
81
78
|
} else if (mode === "model") {
|
|
@@ -83,19 +80,17 @@ class MeasureViewModel {
|
|
|
83
80
|
} else {
|
|
84
81
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Distance);
|
|
85
82
|
}
|
|
86
|
-
}
|
|
87
|
-
|
|
83
|
+
}
|
|
88
84
|
|
|
85
|
+
//高度测量(三角测量)
|
|
89
86
|
heightMeasure() {
|
|
90
87
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
91
|
-
|
|
92
88
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.ComplexDistance);
|
|
93
|
-
}
|
|
94
|
-
|
|
89
|
+
}
|
|
95
90
|
|
|
91
|
+
//面积测量
|
|
96
92
|
areaMeasure(mode) {
|
|
97
93
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
98
|
-
|
|
99
94
|
if (mode === "ground") {
|
|
100
95
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.TerrainArea);
|
|
101
96
|
} else if (mode === "model") {
|
|
@@ -103,137 +98,119 @@ class MeasureViewModel {
|
|
|
103
98
|
} else {
|
|
104
99
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Area);
|
|
105
100
|
}
|
|
106
|
-
}
|
|
107
|
-
|
|
101
|
+
}
|
|
108
102
|
|
|
103
|
+
//方位角测量
|
|
109
104
|
azimuthMeasure() {
|
|
110
105
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
111
|
-
|
|
112
106
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Azimuth);
|
|
113
|
-
}
|
|
114
|
-
|
|
107
|
+
}
|
|
115
108
|
|
|
109
|
+
//坐标测量
|
|
116
110
|
coordinateMeasure() {
|
|
117
111
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
118
|
-
|
|
119
112
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.Coordinate);
|
|
120
|
-
}
|
|
121
|
-
|
|
113
|
+
}
|
|
122
114
|
|
|
115
|
+
//地形坡度测量
|
|
123
116
|
terrainSlopeMeasure() {
|
|
124
117
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
125
|
-
|
|
126
118
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.TerrainSlope);
|
|
127
|
-
}
|
|
128
|
-
|
|
119
|
+
}
|
|
129
120
|
|
|
121
|
+
//场景坡度测量
|
|
130
122
|
sceneSlopeMeasure() {
|
|
131
123
|
this._viewer.scene.globe.depthTestAgainstTerrain = true;
|
|
132
|
-
|
|
133
124
|
this._measureHandler.startMeasure(Cesium.Kq3dMeasureMode.SceneSlope);
|
|
134
|
-
}
|
|
135
|
-
|
|
125
|
+
}
|
|
136
126
|
|
|
127
|
+
//结束测量
|
|
137
128
|
stopMeasure() {
|
|
138
129
|
this._measureHandler.stopMeasure();
|
|
139
|
-
|
|
140
130
|
this._viewer.scene.globe.depthTestAgainstTerrain = false;
|
|
141
|
-
}
|
|
142
|
-
|
|
131
|
+
}
|
|
143
132
|
|
|
133
|
+
//更新距离测量单位
|
|
144
134
|
updateDistanceUnit(distanceTotal, unit) {
|
|
145
135
|
if (this._measureHandler.measureResults) {
|
|
146
136
|
this._measureHandler.measureResults.forEach(measureResult => {
|
|
147
137
|
if (measureResult.polyline) {
|
|
148
138
|
let labels = measureResult.labels._labels;
|
|
149
139
|
let positions = measureResult.polyline.positions;
|
|
150
|
-
let dist = 0;
|
|
151
|
-
|
|
140
|
+
let dist = 0;
|
|
141
|
+
// 更新每段长度值
|
|
152
142
|
for (let i = 0; i < labels.length - 1; i++) {
|
|
153
143
|
if (labels[i].show && labels[i].text) {
|
|
154
144
|
dist = Cesium.Cartesian3.distance(positions[i], positions[i + 1]);
|
|
155
145
|
labels[i].text = this.convertValueUnit(dist, unit);
|
|
156
146
|
}
|
|
157
147
|
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
|
|
148
|
+
}
|
|
149
|
+
// 更新总长度值
|
|
161
150
|
measureResult.label.text = this.convertValueUnit(distanceTotal, unit);
|
|
162
151
|
}, this);
|
|
163
152
|
}
|
|
164
|
-
}
|
|
165
|
-
|
|
153
|
+
}
|
|
166
154
|
|
|
155
|
+
//测量距离数值单位换算
|
|
167
156
|
convertValueUnit(value, unit) {
|
|
168
157
|
let newValue = "";
|
|
169
|
-
|
|
170
158
|
switch (unit) {
|
|
171
159
|
case "m":
|
|
172
160
|
newValue = value.toFixed(2) + " m";
|
|
173
161
|
break;
|
|
174
|
-
|
|
175
162
|
case "km":
|
|
176
163
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
177
164
|
break;
|
|
178
|
-
|
|
179
165
|
case this.nauticalMileUnit:
|
|
180
166
|
newValue = (value / 1852).toFixed(2) + " " + this.nauticalMileUnit;
|
|
181
167
|
break;
|
|
182
|
-
|
|
183
168
|
case "m²":
|
|
184
169
|
newValue = value.toFixed(2) + " m²";
|
|
185
170
|
break;
|
|
186
|
-
|
|
187
171
|
case "km²":
|
|
188
172
|
newValue = (value / 1000000).toFixed(2) + " km²";
|
|
189
173
|
break;
|
|
190
|
-
|
|
191
174
|
case "mu":
|
|
192
175
|
newValue = (value * 2 / 3).toFixed(2) + " mu";
|
|
193
176
|
break;
|
|
194
|
-
|
|
195
177
|
case "ha":
|
|
196
178
|
newValue = (value / 10000).toFixed(2) + " ha";
|
|
197
179
|
break;
|
|
198
|
-
|
|
199
180
|
default:
|
|
200
181
|
break;
|
|
201
182
|
}
|
|
202
|
-
|
|
203
183
|
return newValue;
|
|
204
|
-
}
|
|
205
|
-
|
|
184
|
+
}
|
|
206
185
|
|
|
186
|
+
// 判断是否加载地形
|
|
207
187
|
checkTerrainAdded() {
|
|
208
188
|
return this._viewer.terrainProvider.availability;
|
|
209
|
-
}
|
|
210
|
-
|
|
189
|
+
}
|
|
211
190
|
|
|
191
|
+
// 判断是否加载模型
|
|
212
192
|
checkModelAdded() {
|
|
213
193
|
let isAdd = false;
|
|
214
194
|
let models = this._viewer.scene.primitives._primitives;
|
|
215
|
-
|
|
216
195
|
for (let i = 0; i < models.length; i++) {
|
|
217
196
|
if (models[i] instanceof Cesium.Cesium3DTileset) {
|
|
218
197
|
isAdd = true;
|
|
219
198
|
break;
|
|
220
199
|
}
|
|
221
200
|
}
|
|
222
|
-
|
|
223
201
|
return isAdd;
|
|
224
|
-
}
|
|
225
|
-
|
|
202
|
+
}
|
|
226
203
|
|
|
204
|
+
//清除全部测量结果
|
|
227
205
|
clear() {
|
|
228
206
|
this._measureHandler && this._measureHandler.clear();
|
|
229
|
-
}
|
|
230
|
-
|
|
207
|
+
}
|
|
231
208
|
|
|
209
|
+
//销毁
|
|
232
210
|
destroy() {
|
|
233
211
|
this.clear();
|
|
234
212
|
this._measureHandler = null;
|
|
235
213
|
}
|
|
236
|
-
|
|
237
214
|
}
|
|
238
215
|
|
|
239
216
|
/***/ }),
|
|
@@ -247,6 +224,10 @@ __webpack_require__.d(__webpack_exports__, {
|
|
|
247
224
|
"Z": function() { return /* binding */ Measure; }
|
|
248
225
|
});
|
|
249
226
|
|
|
227
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.constructor.js"
|
|
228
|
+
var esnext_iterator_constructor_js_ = __webpack_require__(8470);
|
|
229
|
+
// EXTERNAL MODULE: external "core-js/modules/esnext.iterator.for-each.js"
|
|
230
|
+
var esnext_iterator_for_each_js_ = __webpack_require__(1058);
|
|
250
231
|
// EXTERNAL MODULE: external {"root":"Vue","commonjs":"vue","commonjs2":"vue","amd":"vue"}
|
|
251
232
|
var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(1895);
|
|
252
233
|
// EXTERNAL MODULE: external "@element-plus/icons-vue"
|
|
@@ -265,6 +246,8 @@ var message = __webpack_require__(1349);
|
|
|
265
246
|
var vue_i18n_cjs_js_ = __webpack_require__(7080);
|
|
266
247
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0].use[0]!./src/webgl/measure/Measure.vue?vue&type=script&setup=true&lang=js
|
|
267
248
|
|
|
249
|
+
|
|
250
|
+
|
|
268
251
|
const _hoisted_1 = {
|
|
269
252
|
class: "kq-measure3d-box"
|
|
270
253
|
};
|
|
@@ -413,7 +396,6 @@ const __default__ = {
|
|
|
413
396
|
type: Boolean,
|
|
414
397
|
default: true
|
|
415
398
|
},
|
|
416
|
-
|
|
417
399
|
/**
|
|
418
400
|
* 例:"center","topLeft","topRight","bottomLeft","bottomRight", "topCenter", "bottomCenter" {top:'16px',left:'16px'}, {top:16,left:16}
|
|
419
401
|
*/
|
|
@@ -443,22 +425,20 @@ const __default__ = {
|
|
|
443
425
|
default: true
|
|
444
426
|
}
|
|
445
427
|
},
|
|
446
|
-
|
|
447
428
|
setup(__props, {
|
|
448
429
|
expose: __expose
|
|
449
430
|
}) {
|
|
450
431
|
const props = __props;
|
|
451
432
|
let measureType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 测量类型
|
|
452
|
-
|
|
453
433
|
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
454
434
|
let isResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
455
435
|
let isTips = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
456
|
-
let distanceValue = null;
|
|
457
|
-
|
|
458
|
-
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.distanceUnit || "");
|
|
459
|
-
|
|
460
|
-
let nauticalMileUnit = props.settingParams && props.settingParams.nauticalMileUnit || "nmi";
|
|
461
|
-
|
|
436
|
+
let distanceValue = null;
|
|
437
|
+
// 默认显示距离的单位
|
|
438
|
+
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.distanceUnit || "");
|
|
439
|
+
// 海里单位选择
|
|
440
|
+
let nauticalMileUnit = props.settingParams && props.settingParams.nauticalMileUnit || "nmi";
|
|
441
|
+
// 面积单位
|
|
462
442
|
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
463
443
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(0);
|
|
464
444
|
const {
|
|
@@ -467,8 +447,8 @@ const __default__ = {
|
|
|
467
447
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(Object.assign({}, proxy.$i18n.global.messages[proxy.$i18n.global.locale]["webgl"], proxy.$i18n.global.messages[proxy.$i18n.global.locale]["leaflet"]));
|
|
468
448
|
let mode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("space");
|
|
469
449
|
let modeList = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(loadModeData());
|
|
470
|
-
let viewModel = null;
|
|
471
|
-
|
|
450
|
+
let viewModel = null;
|
|
451
|
+
// 国际化
|
|
472
452
|
let {
|
|
473
453
|
locale,
|
|
474
454
|
messages
|
|
@@ -481,10 +461,10 @@ const __default__ = {
|
|
|
481
461
|
modeList.value = loadModeData();
|
|
482
462
|
distanceUnits.value = setDistanceUnits();
|
|
483
463
|
areaUnits.value = setAreaUnits();
|
|
484
|
-
});
|
|
464
|
+
});
|
|
485
465
|
|
|
466
|
+
// 距离测量单位
|
|
486
467
|
let distanceUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
487
|
-
|
|
488
468
|
let setDistanceUnits = () => {
|
|
489
469
|
return [{
|
|
490
470
|
label: language.value.kilometre,
|
|
@@ -497,11 +477,9 @@ const __default__ = {
|
|
|
497
477
|
value: nauticalMileUnit
|
|
498
478
|
}];
|
|
499
479
|
};
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
480
|
+
distanceUnits.value = setDistanceUnits();
|
|
481
|
+
// 面积测量单位
|
|
503
482
|
let areaUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
504
|
-
|
|
505
483
|
let setAreaUnits = () => {
|
|
506
484
|
return [{
|
|
507
485
|
label: language.value.squareKilometers,
|
|
@@ -517,11 +495,12 @@ const __default__ = {
|
|
|
517
495
|
value: "ha"
|
|
518
496
|
}];
|
|
519
497
|
};
|
|
498
|
+
areaUnits.value = setAreaUnits();
|
|
520
499
|
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
500
|
+
// 组件容器Ref
|
|
501
|
+
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
524
502
|
|
|
503
|
+
// 生成组件默认header
|
|
525
504
|
let headerTemp = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
526
505
|
let headerTempRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)();
|
|
527
506
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
|
|
@@ -538,13 +517,12 @@ const __default__ = {
|
|
|
538
517
|
gis_utils_.utils.getWebMap(props.target, scenceView => {
|
|
539
518
|
if (scenceView) {
|
|
540
519
|
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer);
|
|
541
|
-
viewModel.nauticalMileUnit = nauticalMileUnit;
|
|
542
|
-
|
|
520
|
+
viewModel.nauticalMileUnit = nauticalMileUnit;
|
|
521
|
+
//注册测量事件,以获取测量结果
|
|
543
522
|
viewModel.measureEvent.addEventListener(function (res) {
|
|
544
523
|
if (measureType.value === "distance") {
|
|
545
524
|
if (res.distance) {
|
|
546
525
|
distanceValue = res.distance;
|
|
547
|
-
|
|
548
526
|
if (props.settingParams && props.settingParams.distanceUnit) {
|
|
549
527
|
distanceUnit.value = props.settingParams && props.settingParams.distanceUnit || "";
|
|
550
528
|
onChangeUnit(distanceUnit.value);
|
|
@@ -562,7 +540,6 @@ const __default__ = {
|
|
|
562
540
|
} else if (measureType.value === "area") {
|
|
563
541
|
if (res && res.area || res && res.area == 0) {
|
|
564
542
|
distanceValue = res.area;
|
|
565
|
-
|
|
566
543
|
if (props.settingParams && props.settingParams.areaUnit) {
|
|
567
544
|
areaUnit.value = props.settingParams && props.settingParams.areaUnit || "";
|
|
568
545
|
onChangeUnit(areaUnit.value);
|
|
@@ -584,7 +561,6 @@ const __default__ = {
|
|
|
584
561
|
} else if (measureType.value === "coordinate") {
|
|
585
562
|
if (res && res.coordinate) {
|
|
586
563
|
let convertValue = null;
|
|
587
|
-
|
|
588
564
|
if (props.settingParams && props.settingParams.isConvert) {
|
|
589
565
|
result.value = {
|
|
590
566
|
longitude: res.coordinate.longitude ? convertXY(res.coordinate.longitude) : 0,
|
|
@@ -599,11 +575,9 @@ const __default__ = {
|
|
|
599
575
|
height: res.coordinate.height ? res.coordinate.height.toFixed(2) : 0
|
|
600
576
|
};
|
|
601
577
|
}
|
|
602
|
-
|
|
603
578
|
if (res.measureResult && res.measureResult.labels && res.measureResult.labels.length > 0) {
|
|
604
579
|
res.measureResult.labels._labels.forEach(label => {
|
|
605
580
|
label.text = label.text.replace('X', language.value.longitude).replace('Y', language.value.latitude).replace('Z', language.value.elevation).replace(/\n/g, '°\n');
|
|
606
|
-
|
|
607
581
|
if (convertValue) {
|
|
608
582
|
label.text = label.text.replace(res.coordinate.longitude.toFixed(5) + "°", convertValue[0]).replace(res.coordinate.latitude.toFixed(5) + "°", convertValue[1]);
|
|
609
583
|
}
|
|
@@ -626,14 +600,11 @@ const __default__ = {
|
|
|
626
600
|
handler.setInputAction(function () {
|
|
627
601
|
if (!viewModel._measureHandler.active) return;
|
|
628
602
|
let isDrawing = viewModel._measureHandler.isDrawing;
|
|
629
|
-
|
|
630
603
|
if (!isDrawing) {
|
|
631
604
|
let measureResults = viewModel._measureHandler.measureResults;
|
|
632
|
-
|
|
633
605
|
if (measureResults && measureResults.length > 0) {
|
|
634
606
|
measureResults[0].destroy();
|
|
635
607
|
}
|
|
636
|
-
|
|
637
608
|
if (measureType.value === "coordinate") {
|
|
638
609
|
isTips.value = false;
|
|
639
610
|
isResult.value = true;
|
|
@@ -642,7 +613,6 @@ const __default__ = {
|
|
|
642
613
|
isResult.value = false;
|
|
643
614
|
}
|
|
644
615
|
}
|
|
645
|
-
|
|
646
616
|
if (isDrawing) {
|
|
647
617
|
if (measureType.value !== 'distance' && measureType.value !== 'area') {
|
|
648
618
|
continueMeasure();
|
|
@@ -651,7 +621,6 @@ const __default__ = {
|
|
|
651
621
|
}, Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
652
622
|
handler.setInputAction(function () {
|
|
653
623
|
let isDrawing = viewModel._measureHandler.isDrawing;
|
|
654
|
-
|
|
655
624
|
if (!isDrawing) {
|
|
656
625
|
isActive.value = null;
|
|
657
626
|
viewModel.stopMeasure();
|
|
@@ -662,36 +631,33 @@ const __default__ = {
|
|
|
662
631
|
window.measureClickHandler = handler;
|
|
663
632
|
}
|
|
664
633
|
});
|
|
665
|
-
});
|
|
666
|
-
|
|
634
|
+
});
|
|
635
|
+
// 经纬度转度分秒
|
|
667
636
|
function convertXY(val) {
|
|
668
637
|
if (!val) {
|
|
669
638
|
return "";
|
|
670
|
-
}
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
639
|
+
}
|
|
640
|
+
// 度=经纬度的整数部分
|
|
641
|
+
let d = Math.floor(Number(val));
|
|
642
|
+
// 经纬度的小数部分*60
|
|
643
|
+
let temp1 = (Number(val) - Number(d)) * 60;
|
|
644
|
+
// 分=(经纬度的小数部分*60)的整数部分
|
|
645
|
+
let f = Math.floor(Number(temp1));
|
|
646
|
+
// 秒=(经纬度的小数部分*60-分)*60
|
|
679
647
|
let m = Math.floor((Number(temp1) - Number(f)) * 60);
|
|
680
648
|
return d + "°" + f + "′" + m + "″";
|
|
681
649
|
}
|
|
682
650
|
/**
|
|
683
651
|
* @description 监听header生成
|
|
684
652
|
*/
|
|
685
|
-
|
|
686
|
-
|
|
687
653
|
const watchCreateHeaderTemp = () => {
|
|
688
654
|
if (props.showHeaderTemp) {
|
|
689
655
|
// 生成headerTemp
|
|
690
656
|
headerTemp.value = (0,util_.createHeaderTemp)(boxRef.value, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toRefs)(props), headerTempRef, measureTitle);
|
|
691
657
|
}
|
|
692
|
-
};
|
|
693
|
-
|
|
658
|
+
};
|
|
694
659
|
|
|
660
|
+
//加载测量模式数据
|
|
695
661
|
function loadModeData() {
|
|
696
662
|
return [{
|
|
697
663
|
label: language.value.spaceMeasure,
|
|
@@ -704,7 +670,6 @@ const __default__ = {
|
|
|
704
670
|
value: "model"
|
|
705
671
|
}];
|
|
706
672
|
}
|
|
707
|
-
|
|
708
673
|
function formatDistance(dis) {
|
|
709
674
|
if (dis > 5000) {
|
|
710
675
|
dis = dis / 1000;
|
|
@@ -712,87 +677,72 @@ const __default__ = {
|
|
|
712
677
|
} else {
|
|
713
678
|
distanceUnit.value = "m";
|
|
714
679
|
}
|
|
715
|
-
|
|
716
680
|
return dis.toFixed(2) + " " + distanceUnit.value;
|
|
717
681
|
}
|
|
718
|
-
|
|
719
682
|
function formatArea(area) {
|
|
720
683
|
areaUnit.value = "m²";
|
|
721
|
-
|
|
722
684
|
if (area > 1000000) {
|
|
723
685
|
area = area / 1000000;
|
|
724
686
|
areaUnit.value = "km²";
|
|
725
687
|
}
|
|
726
|
-
|
|
727
688
|
return area.toFixed(2) + " " + areaUnit.value;
|
|
728
689
|
}
|
|
690
|
+
|
|
729
691
|
/**
|
|
730
692
|
* @description 监听单位变化操作
|
|
731
693
|
* @param {string} unit - 单位
|
|
732
694
|
*/
|
|
733
|
-
|
|
734
|
-
|
|
735
695
|
function onChangeUnit(unit) {
|
|
736
696
|
result.value = convertValueUnitTotal(distanceValue, unit);
|
|
737
697
|
viewModel && viewModel.updateDistanceUnit(distanceValue, unit);
|
|
738
698
|
}
|
|
699
|
+
|
|
739
700
|
/**
|
|
740
701
|
* @description 测量距离数值单位换算
|
|
741
702
|
* @param {string} value - 原始数值
|
|
742
703
|
* @param {string} unit - 单位
|
|
743
704
|
* @returns {string} 新数值
|
|
744
705
|
*/
|
|
745
|
-
|
|
746
|
-
|
|
747
706
|
function convertValueUnitTotal(value, unit) {
|
|
748
707
|
let newValue = "";
|
|
749
|
-
|
|
750
708
|
switch (unit) {
|
|
751
709
|
case "m":
|
|
752
710
|
newValue = value.toFixed(2) + " m";
|
|
753
711
|
break;
|
|
754
|
-
|
|
755
712
|
case "km":
|
|
756
713
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
757
714
|
break;
|
|
758
|
-
|
|
759
715
|
case nauticalMileUnit:
|
|
760
716
|
newValue = (value / 1852).toFixed(2) + " " + nauticalMileUnit;
|
|
761
717
|
break;
|
|
762
|
-
|
|
763
718
|
case "m²":
|
|
764
719
|
newValue = value.toFixed(2) + " m²";
|
|
765
720
|
break;
|
|
766
|
-
|
|
767
721
|
case "km²":
|
|
768
722
|
newValue = (value / 1000000).toFixed(2) + " km²";
|
|
769
723
|
break;
|
|
770
|
-
|
|
771
724
|
case "mu":
|
|
772
725
|
newValue = (value * 2 / 3).toFixed(2) + " mu";
|
|
773
726
|
break;
|
|
774
|
-
|
|
775
727
|
case "ha":
|
|
776
728
|
newValue = (value / 10000).toFixed(2) + " ha";
|
|
777
729
|
break;
|
|
778
|
-
|
|
779
730
|
default:
|
|
780
731
|
break;
|
|
781
732
|
}
|
|
782
|
-
|
|
783
733
|
return newValue;
|
|
784
|
-
}
|
|
785
|
-
|
|
734
|
+
}
|
|
786
735
|
|
|
736
|
+
// 销毁
|
|
787
737
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onBeforeUnmount)(() => {
|
|
788
738
|
clearMeasure();
|
|
789
|
-
|
|
790
739
|
if (window.measureClickHandler) {
|
|
791
740
|
window.measureClickHandler.removeInputAction(Cesium.ScreenSpaceEventType.LEFT_CLICK);
|
|
792
741
|
window.measureClickHandler.removeInputAction(Cesium.ScreenSpaceEventType.RIGHT_CLICK);
|
|
793
742
|
}
|
|
794
|
-
});
|
|
743
|
+
});
|
|
795
744
|
|
|
745
|
+
//开始测量
|
|
796
746
|
function startMeasure(type) {
|
|
797
747
|
if (mode.value === "ground") {
|
|
798
748
|
if (!viewModel.checkTerrainAdded()) {
|
|
@@ -803,7 +753,6 @@ const __default__ = {
|
|
|
803
753
|
return;
|
|
804
754
|
}
|
|
805
755
|
}
|
|
806
|
-
|
|
807
756
|
if (mode.value === "model") {
|
|
808
757
|
if (!viewModel.checkModelAdded()) {
|
|
809
758
|
(0,message/* default */.Z)({
|
|
@@ -813,91 +762,73 @@ const __default__ = {
|
|
|
813
762
|
return;
|
|
814
763
|
}
|
|
815
764
|
}
|
|
816
|
-
|
|
817
765
|
viewModel.clear();
|
|
818
766
|
result.value = 0;
|
|
819
767
|
isTips.value = true;
|
|
820
768
|
isResult.value = false;
|
|
821
769
|
measureType.value = type;
|
|
822
770
|
isActive.value = type;
|
|
823
|
-
|
|
824
771
|
switch (type) {
|
|
825
772
|
case "distance":
|
|
826
773
|
viewModel.distanceMeasure(mode.value);
|
|
827
774
|
break;
|
|
828
|
-
|
|
829
775
|
case "area":
|
|
830
776
|
viewModel.areaMeasure(mode.value);
|
|
831
777
|
break;
|
|
832
|
-
|
|
833
778
|
case "height":
|
|
834
779
|
viewModel.heightMeasure();
|
|
835
780
|
break;
|
|
836
|
-
|
|
837
781
|
case "coordinate":
|
|
838
782
|
viewModel.coordinateMeasure();
|
|
839
783
|
break;
|
|
840
|
-
|
|
841
784
|
case "azimuth":
|
|
842
785
|
viewModel.azimuthMeasure();
|
|
843
786
|
break;
|
|
844
|
-
|
|
845
787
|
case "slope":
|
|
846
788
|
if (mode.value === "ground") {
|
|
847
789
|
viewModel.terrainSlopeMeasure();
|
|
848
790
|
} else if (mode.value === "model") {
|
|
849
791
|
viewModel.sceneSlopeMeasure();
|
|
850
792
|
}
|
|
851
|
-
|
|
852
793
|
break;
|
|
853
|
-
|
|
854
794
|
default:
|
|
855
795
|
break;
|
|
856
796
|
}
|
|
857
797
|
}
|
|
858
|
-
|
|
859
798
|
function continueMeasure() {
|
|
860
799
|
setTimeout(() => {
|
|
861
800
|
switch (measureType.value) {
|
|
862
801
|
case "distance":
|
|
863
802
|
viewModel.distanceMeasure(mode.value);
|
|
864
803
|
break;
|
|
865
|
-
|
|
866
804
|
case "area":
|
|
867
805
|
viewModel.areaMeasure(mode.value);
|
|
868
806
|
break;
|
|
869
|
-
|
|
870
807
|
case "height":
|
|
871
808
|
viewModel.heightMeasure();
|
|
872
809
|
break;
|
|
873
|
-
|
|
874
810
|
case "coordinate":
|
|
875
811
|
viewModel.coordinateMeasure();
|
|
876
812
|
break;
|
|
877
|
-
|
|
878
813
|
case "azimuth":
|
|
879
814
|
viewModel.azimuthMeasure();
|
|
880
815
|
break;
|
|
881
|
-
|
|
882
816
|
case "slope":
|
|
883
817
|
if (mode.value === "ground") {
|
|
884
818
|
viewModel.terrainSlopeMeasure();
|
|
885
819
|
} else if (mode.value === "model") {
|
|
886
820
|
viewModel.sceneSlopeMeasure();
|
|
887
821
|
}
|
|
888
|
-
|
|
889
822
|
break;
|
|
890
|
-
|
|
891
823
|
default:
|
|
892
824
|
break;
|
|
893
825
|
}
|
|
894
826
|
}, 300);
|
|
895
827
|
}
|
|
828
|
+
|
|
896
829
|
/**
|
|
897
830
|
* 清除测量
|
|
898
831
|
*/
|
|
899
|
-
|
|
900
|
-
|
|
901
832
|
function clearMeasure() {
|
|
902
833
|
viewModel && viewModel.clear();
|
|
903
834
|
measureType.value = null;
|
|
@@ -905,7 +836,6 @@ const __default__ = {
|
|
|
905
836
|
isTips.value = false;
|
|
906
837
|
isResult.value = false;
|
|
907
838
|
}
|
|
908
|
-
|
|
909
839
|
__expose({
|
|
910
840
|
loadModeData,
|
|
911
841
|
formatDistance,
|
|
@@ -913,18 +843,12 @@ const __default__ = {
|
|
|
913
843
|
startMeasure,
|
|
914
844
|
clearMeasure
|
|
915
845
|
});
|
|
916
|
-
|
|
917
846
|
return (_ctx, _cache) => {
|
|
918
847
|
const _component_kq_option = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-option");
|
|
919
|
-
|
|
920
848
|
const _component_kq_select = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-select");
|
|
921
|
-
|
|
922
849
|
const _component_kq_icon = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-icon");
|
|
923
|
-
|
|
924
850
|
const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
|
|
925
|
-
|
|
926
851
|
const _component_kq_divider = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-divider");
|
|
927
|
-
|
|
928
852
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", {
|
|
929
853
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)(["kq-measure3d", {
|
|
930
854
|
'kq-box-shadow': __props.showShadow
|
|
@@ -935,11 +859,7 @@ const __default__ = {
|
|
|
935
859
|
key: 0,
|
|
936
860
|
ref_key: "headerTempRef",
|
|
937
861
|
ref: headerTempRef
|
|
938
|
-
}, null, 512
|
|
939
|
-
/* NEED_PATCH */
|
|
940
|
-
)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mode), 1
|
|
941
|
-
/* TEXT */
|
|
942
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
862
|
+
}, null, 512 /* NEED_PATCH */)) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_4, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).mode), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
943
863
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode),
|
|
944
864
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(mode) ? mode.value = $event : mode = $event)
|
|
945
865
|
}, {
|
|
@@ -948,18 +868,10 @@ const __default__ = {
|
|
|
948
868
|
key: item.value,
|
|
949
869
|
label: item.label,
|
|
950
870
|
value: item.value
|
|
951
|
-
}, null, 8
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
/* KEYED_FRAGMENT */
|
|
956
|
-
))]),
|
|
957
|
-
_: 1
|
|
958
|
-
/* STABLE */
|
|
959
|
-
|
|
960
|
-
}, 8
|
|
961
|
-
/* PROPS */
|
|
962
|
-
, ["modelValue"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
871
|
+
}, null, 8 /* PROPS */, ["label", "value"]);
|
|
872
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
873
|
+
_: 1 /* STABLE */
|
|
874
|
+
}, 8 /* PROPS */, ["modelValue"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
963
875
|
onClick: _cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('distance'), ["stop"])),
|
|
964
876
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'distance' ? 'is-active' : null),
|
|
965
877
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).distance
|
|
@@ -968,16 +880,10 @@ const __default__ = {
|
|
|
968
880
|
size: 24
|
|
969
881
|
}, {
|
|
970
882
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconMeasureDistance))]),
|
|
971
|
-
_: 1
|
|
972
|
-
/* STABLE */
|
|
973
|
-
|
|
883
|
+
_: 1 /* STABLE */
|
|
974
884
|
})]),
|
|
975
|
-
_: 1
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
}, 8
|
|
979
|
-
/* PROPS */
|
|
980
|
-
, ["class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
885
|
+
_: 1 /* STABLE */
|
|
886
|
+
}, 8 /* PROPS */, ["class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
981
887
|
onClick: _cache[2] || (_cache[2] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('area'), ["stop"])),
|
|
982
888
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'area' ? 'is-active' : null),
|
|
983
889
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).area
|
|
@@ -986,16 +892,10 @@ const __default__ = {
|
|
|
986
892
|
size: 24
|
|
987
893
|
}, {
|
|
988
894
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconMeasureArea))]),
|
|
989
|
-
_: 1
|
|
990
|
-
/* STABLE */
|
|
991
|
-
|
|
895
|
+
_: 1 /* STABLE */
|
|
992
896
|
})]),
|
|
993
|
-
_: 1
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
}, 8
|
|
997
|
-
/* PROPS */
|
|
998
|
-
, ["class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
897
|
+
_: 1 /* STABLE */
|
|
898
|
+
}, 8 /* PROPS */, ["class", "title"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
999
899
|
onClick: _cache[3] || (_cache[3] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('height'), ["stop"])),
|
|
1000
900
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'height' ? 'is-active' : null),
|
|
1001
901
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).height
|
|
@@ -1004,16 +904,10 @@ const __default__ = {
|
|
|
1004
904
|
size: 24
|
|
1005
905
|
}, {
|
|
1006
906
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconMeasureCoordinate))]),
|
|
1007
|
-
_: 1
|
|
1008
|
-
/* STABLE */
|
|
1009
|
-
|
|
907
|
+
_: 1 /* STABLE */
|
|
1010
908
|
})]),
|
|
1011
|
-
_: 1
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
}, 8
|
|
1015
|
-
/* PROPS */
|
|
1016
|
-
, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) == 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
909
|
+
_: 1 /* STABLE */
|
|
910
|
+
}, 8 /* PROPS */, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) == 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1017
911
|
onClick: _cache[4] || (_cache[4] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('azimuth'), ["stop"])),
|
|
1018
912
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'azimuth' ? 'is-active' : null),
|
|
1019
913
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).azimuth
|
|
@@ -1022,16 +916,10 @@ const __default__ = {
|
|
|
1022
916
|
size: 24
|
|
1023
917
|
}, {
|
|
1024
918
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconAzimuthMeasure))]),
|
|
1025
|
-
_: 1
|
|
1026
|
-
/* STABLE */
|
|
1027
|
-
|
|
919
|
+
_: 1 /* STABLE */
|
|
1028
920
|
})]),
|
|
1029
|
-
_: 1
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
}, 8
|
|
1033
|
-
/* PROPS */
|
|
1034
|
-
, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) == 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
921
|
+
_: 1 /* STABLE */
|
|
922
|
+
}, 8 /* PROPS */, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) == 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1035
923
|
onClick: _cache[5] || (_cache[5] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('coordinate'), ["stop"])),
|
|
1036
924
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'coordinate' ? 'is-active' : null),
|
|
1037
925
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).coordinate
|
|
@@ -1040,16 +928,10 @@ const __default__ = {
|
|
|
1040
928
|
size: 24
|
|
1041
929
|
}, {
|
|
1042
930
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconGroundSurvey))]),
|
|
1043
|
-
_: 1
|
|
1044
|
-
/* STABLE */
|
|
1045
|
-
|
|
931
|
+
_: 1 /* STABLE */
|
|
1046
932
|
})]),
|
|
1047
|
-
_: 1
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
}, 8
|
|
1051
|
-
/* PROPS */
|
|
1052
|
-
, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) == 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
933
|
+
_: 1 /* STABLE */
|
|
934
|
+
}, 8 /* PROPS */, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) == 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1053
935
|
onClick: _cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('slope'), ["stop"])),
|
|
1054
936
|
class: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeClass)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) == 'slope' ? 'is-active' : null),
|
|
1055
937
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).slope
|
|
@@ -1058,16 +940,10 @@ const __default__ = {
|
|
|
1058
940
|
size: 24
|
|
1059
941
|
}, {
|
|
1060
942
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(client_icons_vue_.IconSlopeMeasure))]),
|
|
1061
|
-
_: 1
|
|
1062
|
-
/* STABLE */
|
|
1063
|
-
|
|
943
|
+
_: 1 /* STABLE */
|
|
1064
944
|
})]),
|
|
1065
|
-
_: 1
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
}, 8
|
|
1069
|
-
/* PROPS */
|
|
1070
|
-
, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) != 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
945
|
+
_: 1 /* STABLE */
|
|
946
|
+
}, 8 /* PROPS */, ["class", "title"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode) != 'space']]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1071
947
|
type: "danger",
|
|
1072
948
|
plain: "",
|
|
1073
949
|
onClick: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)(clearMeasure, ["stop"]),
|
|
@@ -1078,22 +954,10 @@ const __default__ = {
|
|
|
1078
954
|
size: 24
|
|
1079
955
|
}, {
|
|
1080
956
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(icons_vue_.Delete))]),
|
|
1081
|
-
_: 1
|
|
1082
|
-
/* STABLE */
|
|
1083
|
-
|
|
957
|
+
_: 1 /* STABLE */
|
|
1084
958
|
})]),
|
|
1085
|
-
_: 1
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
}, 8
|
|
1089
|
-
/* PROPS */
|
|
1090
|
-
, ["onClick", "title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isTips) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips1), 1
|
|
1091
|
-
/* TEXT */
|
|
1092
|
-
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips), 1
|
|
1093
|
-
/* TEXT */
|
|
1094
|
-
))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_12, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).unit), 1
|
|
1095
|
-
/* TEXT */
|
|
1096
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
959
|
+
_: 1 /* STABLE */
|
|
960
|
+
}, 8 /* PROPS */, ["onClick", "title"])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isTips) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_7, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips1), 1 /* TEXT */)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p", _hoisted_8, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureTips), 1 /* TEXT */))])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isResult) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_divider), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_10, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' || (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_12, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).unit), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'distance' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
1097
961
|
key: 0,
|
|
1098
962
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(distanceUnit),
|
|
1099
963
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(distanceUnit) ? distanceUnit.value = $event : distanceUnit = $event),
|
|
@@ -1104,18 +968,10 @@ const __default__ = {
|
|
|
1104
968
|
key: item.value,
|
|
1105
969
|
label: item.label,
|
|
1106
970
|
value: item.value
|
|
1107
|
-
}, null, 8
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
/* KEYED_FRAGMENT */
|
|
1112
|
-
))]),
|
|
1113
|
-
_: 1
|
|
1114
|
-
/* STABLE */
|
|
1115
|
-
|
|
1116
|
-
}, 8
|
|
1117
|
-
/* PROPS */
|
|
1118
|
-
, ["modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
971
|
+
}, null, 8 /* PROPS */, ["label", "value"]);
|
|
972
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
973
|
+
_: 1 /* STABLE */
|
|
974
|
+
}, 8 /* PROPS */, ["modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'area' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_select, {
|
|
1119
975
|
key: 1,
|
|
1120
976
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(areaUnit),
|
|
1121
977
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(areaUnit) ? areaUnit.value = $event : areaUnit = $event),
|
|
@@ -1126,65 +982,12 @@ const __default__ = {
|
|
|
1126
982
|
key: item.value,
|
|
1127
983
|
label: item.label,
|
|
1128
984
|
value: item.value
|
|
1129
|
-
}, null, 8
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
/* KEYED_FRAGMENT */
|
|
1134
|
-
))]),
|
|
1135
|
-
_: 1
|
|
1136
|
-
/* STABLE */
|
|
1137
|
-
|
|
1138
|
-
}, 8
|
|
1139
|
-
/* PROPS */
|
|
1140
|
-
, ["modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureResult), 1
|
|
1141
|
-
/* TEXT */
|
|
1142
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_16, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).spaceDistance), 1
|
|
1143
|
-
/* TEXT */
|
|
1144
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_17, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).spaceDistance) + " m", 1
|
|
1145
|
-
/* TEXT */
|
|
1146
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_18, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).horizontalDistance), 1
|
|
1147
|
-
/* TEXT */
|
|
1148
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_19, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).horizontalDistance) + " m", 1
|
|
1149
|
-
/* TEXT */
|
|
1150
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_20, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).verticalDistance), 1
|
|
1151
|
-
/* TEXT */
|
|
1152
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_21, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).verticalDistance) + " m", 1
|
|
1153
|
-
/* TEXT */
|
|
1154
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_22, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).angle), 1
|
|
1155
|
-
/* TEXT */
|
|
1156
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_23, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).angle) + " °", 1
|
|
1157
|
-
/* TEXT */
|
|
1158
|
-
)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'coordinate' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_24, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_25, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longitude), 1
|
|
1159
|
-
/* TEXT */
|
|
1160
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_26, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).longitude), 1
|
|
1161
|
-
/* TEXT */
|
|
1162
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_27, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude), 1
|
|
1163
|
-
/* TEXT */
|
|
1164
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_28, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).latitude), 1
|
|
1165
|
-
/* TEXT */
|
|
1166
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_29, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).elevation), 1
|
|
1167
|
-
/* TEXT */
|
|
1168
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_30, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).height) + " m", 1
|
|
1169
|
-
/* TEXT */
|
|
1170
|
-
)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_31, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_32, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).azimuth), 1
|
|
1171
|
-
/* TEXT */
|
|
1172
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_33, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).azimuth) + " °", 1
|
|
1173
|
-
/* TEXT */
|
|
1174
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_34, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).distance), 1
|
|
1175
|
-
/* TEXT */
|
|
1176
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_35, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).distance) + " m", 1
|
|
1177
|
-
/* TEXT */
|
|
1178
|
-
)])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_36, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_37, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language)[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType)]), 1
|
|
1179
|
-
/* TEXT */
|
|
1180
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_38, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result)), 1
|
|
1181
|
-
/* TEXT */
|
|
1182
|
-
)]))])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
1183
|
-
/* CLASS */
|
|
1184
|
-
);
|
|
985
|
+
}, null, 8 /* PROPS */, ["label", "value"]);
|
|
986
|
+
}), 128 /* KEYED_FRAGMENT */))]),
|
|
987
|
+
_: 1 /* STABLE */
|
|
988
|
+
}, 8 /* PROPS */, ["modelValue"])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_13, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_14, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).measureResult), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'height' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_15, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_16, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).spaceDistance), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_17, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).spaceDistance) + " m", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_18, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).horizontalDistance), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_19, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).horizontalDistance) + " m", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_20, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).verticalDistance), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_21, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).verticalDistance) + " m", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_22, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).angle), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_23, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).angle) + " °", 1 /* TEXT */)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'coordinate' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_24, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_25, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).longitude), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_26, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).longitude), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_27, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).latitude), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_28, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).latitude), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_29, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).elevation), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_30, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).height) + " m", 1 /* TEXT */)])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType) === 'azimuth' ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_31, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_32, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).azimuth), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_33, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).azimuth) + " °", 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_34, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).distance), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_35, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result).distance) + " m", 1 /* TEXT */)])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_36, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_37, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language)[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType)]), 1 /* TEXT */), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", _hoisted_38, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(result)), 1 /* TEXT */)]))])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2 /* CLASS */);
|
|
1185
989
|
};
|
|
1186
990
|
}
|
|
1187
|
-
|
|
1188
991
|
}));
|
|
1189
992
|
;// CONCATENATED MODULE: ./src/webgl/measure/Measure.vue?vue&type=script&setup=true&lang=js
|
|
1190
993
|
|
|
@@ -1212,6 +1015,20 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
1212
1015
|
|
|
1213
1016
|
/***/ }),
|
|
1214
1017
|
|
|
1018
|
+
/***/ 8470:
|
|
1019
|
+
/***/ (function(module) {
|
|
1020
|
+
|
|
1021
|
+
module.exports = require("core-js/modules/esnext.iterator.constructor.js");
|
|
1022
|
+
|
|
1023
|
+
/***/ }),
|
|
1024
|
+
|
|
1025
|
+
/***/ 1058:
|
|
1026
|
+
/***/ (function(module) {
|
|
1027
|
+
|
|
1028
|
+
module.exports = require("core-js/modules/esnext.iterator.for-each.js");
|
|
1029
|
+
|
|
1030
|
+
/***/ }),
|
|
1031
|
+
|
|
1215
1032
|
/***/ 9389:
|
|
1216
1033
|
/***/ (function(module) {
|
|
1217
1034
|
|
|
@@ -1271,7 +1088,6 @@ function _defineProperty(obj, key, value) {
|
|
|
1271
1088
|
} else {
|
|
1272
1089
|
obj[key] = value;
|
|
1273
1090
|
}
|
|
1274
|
-
|
|
1275
1091
|
return obj;
|
|
1276
1092
|
}
|
|
1277
1093
|
|
|
@@ -1350,13 +1166,13 @@ var __webpack_exports__ = {};
|
|
|
1350
1166
|
!function() {
|
|
1351
1167
|
__webpack_require__.r(__webpack_exports__);
|
|
1352
1168
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
1353
|
-
/* harmony export */ "MeasureViewModel": function() { return /* reexport safe */
|
|
1169
|
+
/* harmony export */ "MeasureViewModel": function() { return /* reexport safe */ _MeasureViewModel__WEBPACK_IMPORTED_MODULE_1__.Z; },
|
|
1354
1170
|
/* harmony export */ "default": function() { return /* reexport safe */ _Measure__WEBPACK_IMPORTED_MODULE_0__.Z; }
|
|
1355
1171
|
/* harmony export */ });
|
|
1356
1172
|
/* harmony import */ var _Measure__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8918);
|
|
1357
|
-
/* harmony import */ var
|
|
1358
|
-
/* harmony import */ var
|
|
1359
|
-
/* harmony import */ var
|
|
1173
|
+
/* harmony import */ var _MeasureViewModel__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(193);
|
|
1174
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(7997);
|
|
1175
|
+
/* harmony import */ var _init__WEBPACK_IMPORTED_MODULE_2___default = /*#__PURE__*/__webpack_require__.n(_init__WEBPACK_IMPORTED_MODULE_2__);
|
|
1360
1176
|
/*
|
|
1361
1177
|
* Copyright (C) 2019 KQ GEO Technologies Co., Ltd.
|
|
1362
1178
|
* All rights reserved.
|
|
@@ -1364,13 +1180,11 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
1364
1180
|
|
|
1365
1181
|
|
|
1366
1182
|
|
|
1367
|
-
|
|
1368
1183
|
_Measure__WEBPACK_IMPORTED_MODULE_0__/* ["default"].install */ .Z.install = (Vue, opts) => {
|
|
1369
|
-
|
|
1184
|
+
_init__WEBPACK_IMPORTED_MODULE_2___default()(Vue, opts);
|
|
1370
1185
|
Vue.component(_Measure__WEBPACK_IMPORTED_MODULE_0__/* ["default"].name */ .Z.name, _Measure__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z);
|
|
1371
1186
|
};
|
|
1372
1187
|
|
|
1373
|
-
|
|
1374
1188
|
}();
|
|
1375
1189
|
/******/ return __webpack_exports__;
|
|
1376
1190
|
/******/ })()
|