@kq_npm/client3d_webgl_vue 3.0.4-beta → 3.0.6-beta
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 +77 -66
- package/adddata/style/adddata.css +1 -1
- package/aspectanalysis/index.js +8 -0
- package/baseterraingallery/index.js +8 -0
- package/boxclip/index.js +8 -0
- package/excavatefillanalysis/index.js +8 -0
- package/flight/index.js +25 -14
- package/flight/style/flight.css +1 -1
- package/floodanalysis/index.js +8 -0
- package/gpuspatialquery/index.js +8 -0
- package/headertemp/index.js +8 -0
- package/index.js +159 -142
- package/isolineanalysis/index.js +8 -0
- package/measure/index.js +73 -62
- package/measure/style/measure.css +1 -1
- package/modelselect/index.js +8 -0
- package/package.json +1 -1
- package/particleeffect/index.js +8 -0
- package/planeclip/index.js +8 -0
- package/profileanalysis/index.js +8 -0
- package/roller/index.js +8 -0
- package/roller/style/roller.css +1 -1
- package/scenceview/index.js +159 -142
- package/screenshot/index.js +8 -0
- package/shadowanalysis/index.js +8 -0
- package/sightlineanalysis/index.js +8 -0
- package/skylineanalysis/index.js +8 -0
- package/slopeanalysis/index.js +8 -0
- package/style.css +1 -1
- package/terrainoperation/index.js +8 -0
- package/viewshedanalysis/index.js +8 -0
- package/weathereffect/index.js +8 -0
package/scenceview/index.js
CHANGED
|
@@ -910,34 +910,37 @@ var headertemp = __webpack_require__(519);
|
|
|
910
910
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/adddata/AddData.vue?vue&type=script&setup=true&lang=js
|
|
911
911
|
|
|
912
912
|
const _hoisted_1 = {
|
|
913
|
-
class: "kq3d-add-data-
|
|
913
|
+
class: "kq3d-add-data-box"
|
|
914
914
|
};
|
|
915
915
|
const _hoisted_2 = {
|
|
916
|
-
class: "kq3d-add-data-
|
|
916
|
+
class: "kq3d-add-data-desc"
|
|
917
917
|
};
|
|
918
918
|
const _hoisted_3 = {
|
|
919
|
-
class: "kq3d-add-data-
|
|
919
|
+
class: "kq3d-add-data-upload_text"
|
|
920
920
|
};
|
|
921
921
|
const _hoisted_4 = {
|
|
922
|
-
class: "kq3d-add-data-
|
|
922
|
+
class: "kq3d-add-data-filelist"
|
|
923
923
|
};
|
|
924
|
-
const _hoisted_5 =
|
|
925
|
-
|
|
926
|
-
class: "kq3d-add-data-footer"
|
|
924
|
+
const _hoisted_5 = {
|
|
925
|
+
class: "kq3d-add-data-file"
|
|
927
926
|
};
|
|
927
|
+
const _hoisted_6 = ["title"];
|
|
928
928
|
const _hoisted_7 = {
|
|
929
|
-
class: "
|
|
929
|
+
class: "kq3d-add-data-footer"
|
|
930
930
|
};
|
|
931
931
|
const _hoisted_8 = {
|
|
932
|
-
class: "
|
|
932
|
+
class: "btns_box"
|
|
933
933
|
};
|
|
934
934
|
const _hoisted_9 = {
|
|
935
935
|
class: "kq3d-add-data-tip"
|
|
936
936
|
};
|
|
937
937
|
const _hoisted_10 = {
|
|
938
|
-
class: "kq3d-add-data-
|
|
938
|
+
class: "kq3d-add-data-tip"
|
|
939
939
|
};
|
|
940
940
|
const _hoisted_11 = {
|
|
941
|
+
class: "kq3d-add-data-footer"
|
|
942
|
+
};
|
|
943
|
+
const _hoisted_12 = {
|
|
941
944
|
class: "btns_box"
|
|
942
945
|
};
|
|
943
946
|
|
|
@@ -1005,8 +1008,8 @@ const __default__ = {
|
|
|
1005
1008
|
|
|
1006
1009
|
let dataSourceType = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
1007
1010
|
let dataSource = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
|
|
1008
|
-
url:
|
|
1009
|
-
name:
|
|
1011
|
+
url: "",
|
|
1012
|
+
name: ""
|
|
1010
1013
|
});
|
|
1011
1014
|
let upload_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
1012
1015
|
let upload_btn_ref = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
@@ -1049,98 +1052,98 @@ const __default__ = {
|
|
|
1049
1052
|
// namePlaceholder: language.value.unnamedLayer,
|
|
1050
1053
|
// urlPlaceholder: language.value.format +':http://<host>:<port>/xxx/<servername>/info.xml',
|
|
1051
1054
|
// description: language.value.imagertyObTerrainTileFiledescription
|
|
1052
|
-
// },
|
|
1055
|
+
// },
|
|
1053
1056
|
{
|
|
1054
|
-
type:
|
|
1057
|
+
type: "kqgis3dserver",
|
|
1055
1058
|
name: language.value.KQGIS3DServer,
|
|
1056
1059
|
namePlaceholder: language.value.unnamedLayer,
|
|
1057
|
-
urlPlaceholder: language.value.format +
|
|
1060
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/realspace",
|
|
1058
1061
|
description: language.value.imagerty3DServerdescription
|
|
1059
1062
|
}, {
|
|
1060
|
-
type:
|
|
1063
|
+
type: "kqgismapserver",
|
|
1061
1064
|
name: language.value.KQGISMapServer,
|
|
1062
1065
|
namePlaceholder: language.value.unnamedLayer,
|
|
1063
|
-
urlPlaceholder: language.value.format +
|
|
1066
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/map",
|
|
1064
1067
|
description: language.value.imagertyMapServerdescription
|
|
1065
1068
|
}, {
|
|
1066
|
-
type:
|
|
1069
|
+
type: "kqgisimageserver",
|
|
1067
1070
|
name: language.value.KQGISImageServer,
|
|
1068
1071
|
namePlaceholder: language.value.imageCollectionName,
|
|
1069
|
-
urlPlaceholder: language.value.format +
|
|
1072
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/image",
|
|
1070
1073
|
description: language.value.imagertyImageServerdescription
|
|
1071
1074
|
}, {
|
|
1072
|
-
type:
|
|
1073
|
-
name: language.value.KQGISDataflowServer +
|
|
1075
|
+
type: "kqgisdataflowserver",
|
|
1076
|
+
name: language.value.KQGISDataflowServer + "(未实现)",
|
|
1074
1077
|
namePlaceholder: language.value.unnamedLayer,
|
|
1075
|
-
urlPlaceholder: language.value.format +
|
|
1078
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/dataflow",
|
|
1076
1079
|
description: language.value.imagertyDataflowServerdescription
|
|
1077
1080
|
}, {
|
|
1078
|
-
type:
|
|
1079
|
-
name: language.value.KQGISTileServer +
|
|
1081
|
+
type: "kqgistileserver",
|
|
1082
|
+
name: language.value.KQGISTileServer + "(未实现)",
|
|
1080
1083
|
namePlaceholder: language.value.unnamedLayer,
|
|
1081
|
-
urlPlaceholder: language.value.format +
|
|
1084
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/tile",
|
|
1082
1085
|
description: language.value.imagertyTileServerdescription
|
|
1083
1086
|
}, {
|
|
1084
|
-
type:
|
|
1087
|
+
type: "arcgismapserver",
|
|
1085
1088
|
name: language.value.ArcGISMapServer,
|
|
1086
1089
|
namePlaceholder: language.value.unnamedLayer,
|
|
1087
|
-
urlPlaceholder: language.value.format +
|
|
1090
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/ArcGIS/rest/services/<servername>/MapServer",
|
|
1088
1091
|
description: language.value.imagertyArcGISMapServerdescription
|
|
1089
1092
|
}, {
|
|
1090
|
-
type:
|
|
1093
|
+
type: "wms",
|
|
1091
1094
|
name: language.value.OGCWMS,
|
|
1092
1095
|
namePlaceholder: language.value.unnamedLayer,
|
|
1093
|
-
urlPlaceholder: language.value.format +
|
|
1096
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/map/wms",
|
|
1094
1097
|
description: language.value.imagertyOGCWMSdescription
|
|
1095
1098
|
}, {
|
|
1096
|
-
type:
|
|
1099
|
+
type: "wmts",
|
|
1097
1100
|
name: language.value.OGCWMTS,
|
|
1098
1101
|
namePlaceholder: language.value.unnamedLayer,
|
|
1099
|
-
urlPlaceholder: language.value.format +
|
|
1102
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/kqgis/rest/services/<servername>/map/wmts",
|
|
1100
1103
|
description: language.value.imagertyOGCWMTSdescription
|
|
1101
1104
|
}, {
|
|
1102
|
-
type:
|
|
1105
|
+
type: "3dtiles",
|
|
1103
1106
|
name: language.value.Cesium3DTilesFile,
|
|
1104
1107
|
namePlaceholder: language.value.unnamedLayer,
|
|
1105
|
-
urlPlaceholder: language.value.format +
|
|
1108
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/tileset.json",
|
|
1106
1109
|
description: language.value.imagerty3DTilesFiledescription
|
|
1107
1110
|
}, {
|
|
1108
|
-
type:
|
|
1111
|
+
type: "stkterrain",
|
|
1109
1112
|
name: language.value.StkTerrainTileFile,
|
|
1110
1113
|
namePlaceholder: language.value.unnamedLayer,
|
|
1111
|
-
urlPlaceholder: language.value.format +
|
|
1114
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/xxx/<foldername>/",
|
|
1112
1115
|
description: language.value.imagertyStkTerrainTileFiledescription
|
|
1113
1116
|
}, {
|
|
1114
|
-
type:
|
|
1117
|
+
type: "geojson",
|
|
1115
1118
|
name: language.value.GeoJson,
|
|
1116
1119
|
namePlaceholder: language.value.unnamedLayer,
|
|
1117
|
-
urlPlaceholder: language.value.format +
|
|
1120
|
+
urlPlaceholder: language.value.format + ": http://<host>:<port>/xxx.geojson",
|
|
1118
1121
|
description: language.value.imagertyGeoJsondescription
|
|
1119
1122
|
}, {
|
|
1120
|
-
type:
|
|
1121
|
-
name: language.value.MVT +
|
|
1123
|
+
type: "mvt",
|
|
1124
|
+
name: language.value.MVT + "(未实现)",
|
|
1122
1125
|
namePlaceholder: language.value.unnamedLayer,
|
|
1123
|
-
urlPlaceholder: language.value.format +
|
|
1126
|
+
urlPlaceholder: language.value.format + ":http://<host>:<port>/mvt/style.json",
|
|
1124
1127
|
description: language.value.imagertyMVTdescription
|
|
1125
1128
|
}
|
|
1126
1129
|
/*, {
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1130
|
+
type: 'wfs',
|
|
1131
|
+
name: language.value.OGCWFS,
|
|
1132
|
+
namePlaceholder: language.value.wfsLayer,
|
|
1133
|
+
urlPlaceholder: language.value.format +':http://<host>:<port>/ArcGIS/rest/services/<servername>/wfs',
|
|
1134
|
+
description: language.value.imagertyOGCWFSdescription
|
|
1132
1135
|
}, {
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1136
|
+
type: 'kml',
|
|
1137
|
+
name: language.value.KML,
|
|
1138
|
+
namePlaceholder: language.value.unnamedLayer,
|
|
1139
|
+
urlPlaceholder: language.value.format +': http://<host>:<port>/xxx/<servername>/xxx.kml',
|
|
1140
|
+
description: language.value.imagertyKMLdescription
|
|
1138
1141
|
}, {
|
|
1139
|
-
|
|
1140
|
-
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1142
|
+
type: 'czml',
|
|
1143
|
+
name: language.value.CZML,
|
|
1144
|
+
namePlaceholder: language.value.unnamedLayer,
|
|
1145
|
+
urlPlaceholder: language.value.format +': http://<host>:<port>/xxx/<servername>/xxx.czml',
|
|
1146
|
+
description: language.value.imagertyCZMLdescription
|
|
1144
1147
|
}*/
|
|
1145
1148
|
];
|
|
1146
1149
|
dataSourceType.value = dataSourceTypeList.value[0];
|
|
@@ -1250,11 +1253,11 @@ const __default__ = {
|
|
|
1250
1253
|
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => props.activeName = $event),
|
|
1251
1254
|
onTabChange: handleChange
|
|
1252
1255
|
}, {
|
|
1253
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "tabs"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
|
|
1256
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "tabs"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_tab_pane, {
|
|
1254
1257
|
label: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).localData,
|
|
1255
1258
|
name: "upload"
|
|
1256
1259
|
}, {
|
|
1257
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1260
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_2, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
|
|
1258
1261
|
class: ""
|
|
1259
1262
|
}, {
|
|
1260
1263
|
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createTextVNode)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).fileFormatDescription), 1
|
|
@@ -1284,7 +1287,7 @@ const __default__ = {
|
|
|
1284
1287
|
ref_key: "upload_ref",
|
|
1285
1288
|
ref: upload_ref
|
|
1286
1289
|
}, {
|
|
1287
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1290
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_3, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).dragFileToArea), 1
|
|
1288
1291
|
/* TEXT */
|
|
1289
1292
|
)]),
|
|
1290
1293
|
_: 1
|
|
@@ -1292,7 +1295,7 @@ const __default__ = {
|
|
|
1292
1295
|
|
|
1293
1296
|
}, 8
|
|
1294
1297
|
/* PROPS */
|
|
1295
|
-
, ["file-list"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).length === 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1298
|
+
, ["file-list"]), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).length === 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_4, [((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(true), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)(external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.Fragment, null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderList)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(operatorArray), (rowItem, i) => {
|
|
1296
1299
|
return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createBlock)(_component_kq_row, {
|
|
1297
1300
|
key: i,
|
|
1298
1301
|
gutter: 20
|
|
@@ -1302,7 +1305,7 @@ const __default__ = {
|
|
|
1302
1305
|
span: 8,
|
|
1303
1306
|
key: j
|
|
1304
1307
|
}, {
|
|
1305
|
-
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1308
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(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_icon, {
|
|
1306
1309
|
class: "kq3d-add-data-doc"
|
|
1307
1310
|
}, {
|
|
1308
1311
|
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_.Document))]),
|
|
@@ -1313,7 +1316,7 @@ const __default__ = {
|
|
|
1313
1316
|
title: file.name
|
|
1314
1317
|
}, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)(file.name), 9
|
|
1315
1318
|
/* TEXT, PROPS */
|
|
1316
|
-
,
|
|
1319
|
+
, _hoisted_6), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_icon, {
|
|
1317
1320
|
class: "kq3d-add-data-close",
|
|
1318
1321
|
onClick: $event => removeFile(file)
|
|
1319
1322
|
}, {
|
|
@@ -1343,7 +1346,7 @@ const __default__ = {
|
|
|
1343
1346
|
/* KEYED_FRAGMENT */
|
|
1344
1347
|
))], 512
|
|
1345
1348
|
/* NEED_PATCH */
|
|
1346
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).length > 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1349
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(fileList).length > 0]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_7, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "loadingFilesSwitch"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_8, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_upload, {
|
|
1347
1350
|
action: "",
|
|
1348
1351
|
"show-file-list": false,
|
|
1349
1352
|
"auto-upload": false,
|
|
@@ -1436,7 +1439,7 @@ const __default__ = {
|
|
|
1436
1439
|
|
|
1437
1440
|
}, 8
|
|
1438
1441
|
/* PROPS */
|
|
1439
|
-
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
1442
|
+
, ["modelValue"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_9, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).description), 1
|
|
1440
1443
|
/* TEXT */
|
|
1441
1444
|
)]),
|
|
1442
1445
|
_: 1
|
|
@@ -1458,7 +1461,7 @@ const __default__ = {
|
|
|
1458
1461
|
placeholder: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).urlPlaceholder
|
|
1459
1462
|
}, null, 8
|
|
1460
1463
|
/* PROPS */
|
|
1461
|
-
, ["modelValue", "placeholder"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span",
|
|
1464
|
+
, ["modelValue", "placeholder"]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("span", _hoisted_10, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(dataSourceType).urlPlaceholder), 1
|
|
1462
1465
|
/* TEXT */
|
|
1463
1466
|
)]),
|
|
1464
1467
|
_: 1
|
|
@@ -1494,7 +1497,7 @@ const __default__ = {
|
|
|
1494
1497
|
_: 1
|
|
1495
1498
|
/* STABLE */
|
|
1496
1499
|
|
|
1497
|
-
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
1500
|
+
}), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_11, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.renderSlot)(_ctx.$slots, "loadingURLSwitch"), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_12, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
1498
1501
|
onClick: _cache[6] || (_cache[6] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => loadURL(), ["stop"])),
|
|
1499
1502
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).loadFiles,
|
|
1500
1503
|
type: "primary"
|
|
@@ -1525,7 +1528,7 @@ const __default__ = {
|
|
|
1525
1528
|
|
|
1526
1529
|
}, 8
|
|
1527
1530
|
/* PROPS */
|
|
1528
|
-
, ["label"])]),
|
|
1531
|
+
, ["label"])])]),
|
|
1529
1532
|
_: 3
|
|
1530
1533
|
/* FORWARDED */
|
|
1531
1534
|
|
|
@@ -5345,27 +5348,30 @@ var headertemp = __webpack_require__(519);
|
|
|
5345
5348
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/flight/Flight.vue?vue&type=script&setup=true&lang=js
|
|
5346
5349
|
|
|
5347
5350
|
const _hoisted_1 = {
|
|
5348
|
-
|
|
5351
|
+
class: "kq-flight3d-box"
|
|
5349
5352
|
};
|
|
5350
5353
|
const _hoisted_2 = {
|
|
5351
|
-
|
|
5354
|
+
key: 0
|
|
5352
5355
|
};
|
|
5353
5356
|
const _hoisted_3 = {
|
|
5354
|
-
class: "kq-flight3d-
|
|
5357
|
+
class: "kq-flight3d-btns"
|
|
5355
5358
|
};
|
|
5356
5359
|
const _hoisted_4 = {
|
|
5357
|
-
|
|
5360
|
+
class: "kq-flight3d-list-title"
|
|
5358
5361
|
};
|
|
5359
5362
|
const _hoisted_5 = {
|
|
5360
|
-
|
|
5363
|
+
key: 1
|
|
5361
5364
|
};
|
|
5362
5365
|
const _hoisted_6 = {
|
|
5363
|
-
|
|
5366
|
+
class: "kq-flight3d-add-title"
|
|
5364
5367
|
};
|
|
5365
5368
|
const _hoisted_7 = {
|
|
5366
|
-
key:
|
|
5369
|
+
key: 0
|
|
5367
5370
|
};
|
|
5368
5371
|
const _hoisted_8 = {
|
|
5372
|
+
key: 1
|
|
5373
|
+
};
|
|
5374
|
+
const _hoisted_9 = {
|
|
5369
5375
|
style: {
|
|
5370
5376
|
"text-align": "right"
|
|
5371
5377
|
}
|
|
@@ -5811,7 +5817,7 @@ const __default__ = {
|
|
|
5811
5817
|
isRight: __props.isRight
|
|
5812
5818
|
}, null, 8
|
|
5813
5819
|
/* PROPS */
|
|
5814
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (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)(isAdd) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
5820
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (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_.unref)(isAdd) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("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_.createVNode)(_component_kq_button, {
|
|
5815
5821
|
onClick: addPath,
|
|
5816
5822
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).addPath
|
|
5817
5823
|
}, {
|
|
@@ -5857,7 +5863,7 @@ const __default__ = {
|
|
|
5857
5863
|
_: 1
|
|
5858
5864
|
/* STABLE */
|
|
5859
5865
|
|
|
5860
|
-
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
5866
|
+
})]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _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).pathName), 1
|
|
5861
5867
|
/* TEXT */
|
|
5862
5868
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_menu, {
|
|
5863
5869
|
class: "pathlist-ul"
|
|
@@ -6008,7 +6014,7 @@ const __default__ = {
|
|
|
6008
6014
|
/* NEED_PATCH */
|
|
6009
6015
|
)], 512
|
|
6010
6016
|
/* NEED_PATCH */
|
|
6011
|
-
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showMoreMenu)]])])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
6017
|
+
), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(showMoreMenu)]])])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div", _hoisted_5, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div", _hoisted_6, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
6012
6018
|
text: "",
|
|
6013
6019
|
onClick: cancel
|
|
6014
6020
|
}, {
|
|
@@ -6023,9 +6029,9 @@ const __default__ = {
|
|
|
6023
6029
|
_: 1
|
|
6024
6030
|
/* STABLE */
|
|
6025
6031
|
|
|
6026
|
-
}), !(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isEdit) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span",
|
|
6032
|
+
}), !(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isEdit) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span", _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).addPath), 1
|
|
6027
6033
|
/* TEXT */
|
|
6028
|
-
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span",
|
|
6034
|
+
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("span", _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).editPath), 1
|
|
6029
6035
|
/* TEXT */
|
|
6030
6036
|
))]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_form_item, {
|
|
6031
6037
|
class: "kq-flight3d-item-name",
|
|
@@ -6195,7 +6201,7 @@ const __default__ = {
|
|
|
6195
6201
|
|
|
6196
6202
|
}, 8
|
|
6197
6203
|
/* PROPS */
|
|
6198
|
-
, ["label"]), (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",
|
|
6204
|
+
, ["label"]), (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_9, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_button, {
|
|
6199
6205
|
type: "primary",
|
|
6200
6206
|
onClick: save
|
|
6201
6207
|
}, {
|
|
@@ -6214,7 +6220,7 @@ const __default__ = {
|
|
|
6214
6220
|
_: 1
|
|
6215
6221
|
/* STABLE */
|
|
6216
6222
|
|
|
6217
|
-
})])]))], 2
|
|
6223
|
+
})])]))])], 2
|
|
6218
6224
|
/* CLASS */
|
|
6219
6225
|
);
|
|
6220
6226
|
};
|
|
@@ -8383,6 +8389,14 @@ const __default__ = {
|
|
|
8383
8389
|
(0,util_.addClass)(dom, "kq-is-hide");
|
|
8384
8390
|
(0,util_.removeClass)(dom, "kq-is-show");
|
|
8385
8391
|
}
|
|
8392
|
+
} else {
|
|
8393
|
+
if (props.showShadow) {
|
|
8394
|
+
(0,util_.removeClass)(dom, ["kq-is-hide", "kq-light-shadow"]);
|
|
8395
|
+
(0,util_.addClass)(dom, ["kq-is-show", "kq-box-shadow"]);
|
|
8396
|
+
} else {
|
|
8397
|
+
(0,util_.removeClass)(dom, "kq-is-hide");
|
|
8398
|
+
(0,util_.addClass)(dom, "kq-is-show");
|
|
8399
|
+
}
|
|
8386
8400
|
}
|
|
8387
8401
|
}); // 图标按钮点击事件
|
|
8388
8402
|
|
|
@@ -11221,108 +11235,111 @@ var headertemp = __webpack_require__(519);
|
|
|
11221
11235
|
;// CONCATENATED MODULE: ./node_modules/babel-loader/lib/index.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/measure/Measure.vue?vue&type=script&setup=true&lang=js
|
|
11222
11236
|
|
|
11223
11237
|
const _hoisted_1 = {
|
|
11224
|
-
class: "kq-measure3d-
|
|
11238
|
+
class: "kq-measure3d-box"
|
|
11225
11239
|
};
|
|
11226
11240
|
const _hoisted_2 = {
|
|
11227
|
-
class: "
|
|
11241
|
+
class: "kq-measure3d-mode"
|
|
11228
11242
|
};
|
|
11229
11243
|
const _hoisted_3 = {
|
|
11244
|
+
class: "panel"
|
|
11245
|
+
};
|
|
11246
|
+
const _hoisted_4 = {
|
|
11230
11247
|
class: "title",
|
|
11231
11248
|
style: {
|
|
11232
11249
|
"line-height": "14px"
|
|
11233
11250
|
}
|
|
11234
11251
|
};
|
|
11235
|
-
const
|
|
11252
|
+
const _hoisted_5 = {
|
|
11236
11253
|
class: "kq-measure3d-btns"
|
|
11237
11254
|
};
|
|
11238
|
-
const
|
|
11239
|
-
key:
|
|
11255
|
+
const _hoisted_6 = {
|
|
11256
|
+
key: 0,
|
|
11240
11257
|
class: "kq-measure3d-tip"
|
|
11241
11258
|
};
|
|
11242
|
-
const
|
|
11259
|
+
const _hoisted_7 = {
|
|
11243
11260
|
key: 0
|
|
11244
11261
|
};
|
|
11245
|
-
const
|
|
11262
|
+
const _hoisted_8 = {
|
|
11246
11263
|
key: 1
|
|
11247
11264
|
};
|
|
11248
|
-
const
|
|
11249
|
-
key:
|
|
11265
|
+
const _hoisted_9 = {
|
|
11266
|
+
key: 1,
|
|
11250
11267
|
class: "kq-measure3d-result"
|
|
11251
11268
|
};
|
|
11252
|
-
const
|
|
11269
|
+
const _hoisted_10 = {
|
|
11253
11270
|
class: "kq-measure3d-result-panel"
|
|
11254
11271
|
};
|
|
11255
|
-
const
|
|
11272
|
+
const _hoisted_11 = {
|
|
11256
11273
|
key: 0,
|
|
11257
11274
|
class: "panel"
|
|
11258
11275
|
};
|
|
11259
|
-
const
|
|
11276
|
+
const _hoisted_12 = {
|
|
11260
11277
|
class: "title"
|
|
11261
11278
|
};
|
|
11262
|
-
const
|
|
11279
|
+
const _hoisted_13 = {
|
|
11263
11280
|
class: "panel"
|
|
11264
11281
|
};
|
|
11265
|
-
const
|
|
11282
|
+
const _hoisted_14 = {
|
|
11266
11283
|
class: "title"
|
|
11267
11284
|
};
|
|
11268
|
-
const
|
|
11285
|
+
const _hoisted_15 = {
|
|
11269
11286
|
key: 0,
|
|
11270
11287
|
class: "result"
|
|
11271
11288
|
};
|
|
11272
|
-
const
|
|
11289
|
+
const _hoisted_16 = {
|
|
11273
11290
|
class: "tit"
|
|
11274
11291
|
};
|
|
11275
|
-
const
|
|
11292
|
+
const _hoisted_17 = {
|
|
11276
11293
|
class: "res"
|
|
11277
11294
|
};
|
|
11278
|
-
const
|
|
11295
|
+
const _hoisted_18 = {
|
|
11279
11296
|
class: "tit"
|
|
11280
11297
|
};
|
|
11281
|
-
const
|
|
11298
|
+
const _hoisted_19 = {
|
|
11282
11299
|
class: "res"
|
|
11283
11300
|
};
|
|
11284
|
-
const
|
|
11301
|
+
const _hoisted_20 = {
|
|
11285
11302
|
class: "tit"
|
|
11286
11303
|
};
|
|
11287
|
-
const
|
|
11304
|
+
const _hoisted_21 = {
|
|
11288
11305
|
class: "res"
|
|
11289
11306
|
};
|
|
11290
|
-
const
|
|
11307
|
+
const _hoisted_22 = {
|
|
11291
11308
|
class: "tit"
|
|
11292
11309
|
};
|
|
11293
|
-
const
|
|
11310
|
+
const _hoisted_23 = {
|
|
11294
11311
|
class: "res"
|
|
11295
11312
|
};
|
|
11296
|
-
const
|
|
11313
|
+
const _hoisted_24 = {
|
|
11297
11314
|
key: 1,
|
|
11298
11315
|
class: "result"
|
|
11299
11316
|
};
|
|
11300
|
-
const
|
|
11317
|
+
const _hoisted_25 = {
|
|
11301
11318
|
class: "tit"
|
|
11302
11319
|
};
|
|
11303
|
-
const
|
|
11320
|
+
const _hoisted_26 = {
|
|
11304
11321
|
class: "res"
|
|
11305
11322
|
};
|
|
11306
|
-
const
|
|
11323
|
+
const _hoisted_27 = {
|
|
11307
11324
|
class: "tit"
|
|
11308
11325
|
};
|
|
11309
|
-
const
|
|
11326
|
+
const _hoisted_28 = {
|
|
11310
11327
|
class: "res"
|
|
11311
11328
|
};
|
|
11312
|
-
const
|
|
11329
|
+
const _hoisted_29 = {
|
|
11313
11330
|
class: "tit"
|
|
11314
11331
|
};
|
|
11315
|
-
const
|
|
11332
|
+
const _hoisted_30 = {
|
|
11316
11333
|
class: "res"
|
|
11317
11334
|
};
|
|
11318
|
-
const
|
|
11335
|
+
const _hoisted_31 = {
|
|
11319
11336
|
key: 2,
|
|
11320
11337
|
class: "result"
|
|
11321
11338
|
};
|
|
11322
|
-
const
|
|
11339
|
+
const _hoisted_32 = {
|
|
11323
11340
|
class: "tit"
|
|
11324
11341
|
};
|
|
11325
|
-
const
|
|
11342
|
+
const _hoisted_33 = {
|
|
11326
11343
|
class: "res"
|
|
11327
11344
|
};
|
|
11328
11345
|
|
|
@@ -11409,23 +11426,23 @@ const __default__ = {
|
|
|
11409
11426
|
viewModel = new MeasureViewModel/* default */.Z(scenceView._viewer); //注册测量事件,以获取测量结果
|
|
11410
11427
|
|
|
11411
11428
|
viewModel.measureEvent.addEventListener(function (res) {
|
|
11412
|
-
if (measureType.value ===
|
|
11429
|
+
if (measureType.value === "distance") {
|
|
11413
11430
|
if (res.distance) {
|
|
11414
11431
|
distanceValue = res.distance;
|
|
11415
11432
|
result.value = formatDistance(res.distance);
|
|
11416
11433
|
}
|
|
11417
|
-
} else if (measureType.value ===
|
|
11434
|
+
} else if (measureType.value === "height" && res) {
|
|
11418
11435
|
result.value = {
|
|
11419
11436
|
spaceDistance: res.distance ? res.distance.toFixed(2) : 0,
|
|
11420
11437
|
horizontalDistance: res.hDistance ? res.hDistance.toFixed(2) : 0,
|
|
11421
11438
|
verticalDistance: res.vDistance ? res.vDistance.toFixed(2) : 0,
|
|
11422
11439
|
angle: res.angle ? res.angle.toFixed(2) : 0
|
|
11423
11440
|
};
|
|
11424
|
-
} else if (measureType.value ===
|
|
11441
|
+
} else if (measureType.value === "area") {
|
|
11425
11442
|
if (res && res.area) result.value = formatArea(res.area);
|
|
11426
|
-
} else if (measureType.value ===
|
|
11443
|
+
} else if (measureType.value === "azimuth") {
|
|
11427
11444
|
if (res && res.azimuth) result.value = formatAzimuth(res.azimuth);
|
|
11428
|
-
} else if (measureType.value ===
|
|
11445
|
+
} else if (measureType.value === "coordinate") {
|
|
11429
11446
|
if (res && res.coordinate) {
|
|
11430
11447
|
result.value = {
|
|
11431
11448
|
longitude: res.coordinate.longitude ? res.coordinate.longitude.toFixed(5) : 0,
|
|
@@ -11438,7 +11455,7 @@ const __default__ = {
|
|
|
11438
11455
|
});
|
|
11439
11456
|
viewModel.activeEvent.addEventListener(function (active) {
|
|
11440
11457
|
if (!active) {
|
|
11441
|
-
if (measureType.value ===
|
|
11458
|
+
if (measureType.value === "height" && result.value.angle === 0) return;
|
|
11442
11459
|
isActive.value = null;
|
|
11443
11460
|
isResult.value = true;
|
|
11444
11461
|
}
|
|
@@ -11605,7 +11622,7 @@ const __default__ = {
|
|
|
11605
11622
|
isRight: __props.isRight
|
|
11606
11623
|
}, null, 8
|
|
11607
11624
|
/* PROPS */
|
|
11608
|
-
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (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)("
|
|
11625
|
+
, ["showShadow", "headerTempTitle", "headerTempIcon", "isCollapse", "isRight"])) : (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
|
|
11609
11626
|
/* TEXT */
|
|
11610
11627
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
11611
11628
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(mode),
|
|
@@ -11628,7 +11645,7 @@ const __default__ = {
|
|
|
11628
11645
|
|
|
11629
11646
|
}, 8
|
|
11630
11647
|
/* PROPS */
|
|
11631
|
-
, ["modelValue", "disabled"])])]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("div",
|
|
11648
|
+
, ["modelValue", "disabled"])])]), (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, {
|
|
11632
11649
|
onClick: _cache[1] || (_cache[1] = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withModifiers)($event => startMeasure('distance'), ["stop"])),
|
|
11633
11650
|
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),
|
|
11634
11651
|
title: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).distance
|
|
@@ -11720,11 +11737,11 @@ const __default__ = {
|
|
|
11720
11737
|
|
|
11721
11738
|
}, 8
|
|
11722
11739
|
/* PROPS */
|
|
11723
|
-
, ["onClick", "title"])]), !!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) ? ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
11740
|
+
, ["onClick", "title"])]), !!(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(isActive) ? ((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_.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
|
|
11724
11741
|
/* TEXT */
|
|
11725
|
-
)) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("p",
|
|
11742
|
+
)) : ((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
|
|
11726
11743
|
/* TEXT */
|
|
11727
|
-
))])) : (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",
|
|
11744
|
+
))])) : (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_.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
|
|
11728
11745
|
/* TEXT */
|
|
11729
11746
|
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_select, {
|
|
11730
11747
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(distanceUnit),
|
|
@@ -11747,41 +11764,41 @@ const __default__ = {
|
|
|
11747
11764
|
|
|
11748
11765
|
}, 8
|
|
11749
11766
|
/* PROPS */
|
|
11750
|
-
, ["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_.createElementVNode)("div",
|
|
11767
|
+
, ["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_.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
|
|
11751
11768
|
/* TEXT */
|
|
11752
|
-
), (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",
|
|
11769
|
+
), (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
|
|
11753
11770
|
/* TEXT */
|
|
11754
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11771
|
+
), (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
|
|
11755
11772
|
/* TEXT */
|
|
11756
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11773
|
+
), (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
|
|
11757
11774
|
/* TEXT */
|
|
11758
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11775
|
+
), (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
|
|
11759
11776
|
/* TEXT */
|
|
11760
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11777
|
+
), (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
|
|
11761
11778
|
/* TEXT */
|
|
11762
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11779
|
+
), (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
|
|
11763
11780
|
/* TEXT */
|
|
11764
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11781
|
+
), (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
|
|
11765
11782
|
/* TEXT */
|
|
11766
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11783
|
+
), (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
|
|
11767
11784
|
/* TEXT */
|
|
11768
|
-
)])) : (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",
|
|
11785
|
+
)])) : (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
|
|
11769
11786
|
/* TEXT */
|
|
11770
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11787
|
+
), (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
|
|
11771
11788
|
/* TEXT */
|
|
11772
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11789
|
+
), (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
|
|
11773
11790
|
/* TEXT */
|
|
11774
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11791
|
+
), (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
|
|
11775
11792
|
/* TEXT */
|
|
11776
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11793
|
+
), (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).height), 1
|
|
11777
11794
|
/* TEXT */
|
|
11778
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11795
|
+
), (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
|
|
11779
11796
|
/* TEXT */
|
|
11780
|
-
)])) : ((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("div",
|
|
11797
|
+
)])) : ((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)[(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(measureType)]), 1
|
|
11781
11798
|
/* TEXT */
|
|
11782
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p",
|
|
11799
|
+
), (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)), 1
|
|
11783
11800
|
/* TEXT */
|
|
11784
|
-
)]))])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)], 2
|
|
11801
|
+
)]))])])])) : (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createCommentVNode)("v-if", true)])], 2
|
|
11785
11802
|
/* CLASS */
|
|
11786
11803
|
);
|
|
11787
11804
|
};
|