@kq_npm/client3d_webgl_vue 4.3.1 → 4.3.3-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 +35 -4
- package/adddata/style/adddata.css +110 -1
- package/aspectanalysis/style/aspectanalysis.css +101 -1
- package/baseterraingallery/index.js +2 -2
- package/baseterraingallery/style/baseterraingallery.css +88 -1
- package/boxclip/index.js +10 -0
- package/boxclip/style/boxclip.css +97 -1
- package/clientPrint/index.js +5 -15
- package/clientPrint/style/clientPrint.css +461 -1
- package/comparemap/index.js +136 -145
- package/comparemap/style/comparemap.css +35 -1
- package/compass/index.js +2 -2
- package/excavatefillanalysis/style/excavatefillanalysis.css +140 -1
- package/fixedzoomin/index.js +2 -2
- package/fixedzoomout/index.js +2 -2
- package/flight/index.js +13 -3
- package/flight/style/flight.css +150 -1
- package/floodanalysis/style/floodanalysis.css +95 -1
- package/geologicalbodyanalysis/index.js +10 -0
- package/geologicalbodyanalysis/style/geologicalbodyanalysis.css +64 -1
- package/gpuspatialquery/index.js +10 -0
- package/gpuspatialquery/style/gpuspatialquery.css +88 -1
- package/hawkeye/index.js +2 -2
- package/index.js +214 -48
- package/isolineanalysis/style/isolineanalysis.css +113 -1
- package/light/index.js +170 -169
- package/light/style/light.css +104 -1
- package/limitheightanalysis/index.js +126 -125
- package/limitheightanalysis/style/limitheightanalysis.css +88 -1
- package/measure/index.js +174 -45
- package/measure/style/measure.css +84 -1
- package/modelFlat/index.js +10 -0
- package/modelFlat/style/modelFlat.css +66 -1
- package/modelexcavate/index.js +10 -0
- package/modelexcavate/style/modelexcavate.css +66 -1
- package/modelfilter/index.js +10 -0
- package/modelfilter/style/modelfilter.css +66 -1
- package/modelprofileanalysis/index.js +165 -164
- package/modelprofileanalysis/style/modelprofileanalysis.css +94 -1
- package/modelselect/index.js +10 -0
- package/modelselect/style/modelselect.css +28 -1
- package/package.json +1 -1
- package/particleeffect/index.js +10 -0
- package/particleeffect/style/particleeffect.css +94 -1
- package/planeclip/index.js +10 -0
- package/planeclip/style/planeclip.css +94 -1
- package/resetview/index.js +2 -2
- package/roller/index.js +171 -170
- package/roller/style/roller.css +59 -1
- package/scaneffect/index.js +10 -0
- package/scaneffect/style/scaneffect.css +101 -1
- package/sceneset/index.js +10 -1
- package/sceneset/style/sceneset.css +86 -1
- package/sceneview/index.js +481 -309
- package/sceneview/style/sceneview.css +127 -1
- package/screenshot/index.js +159 -158
- package/screenshot/style/screenshot.css +53 -1
- package/shadowanalysis/style/shadowanalysis.css +141 -1
- package/sightlineanalysis/index.js +7 -5
- package/sightlineanalysis/style/divpoint.css +22 -1
- package/sightlineanalysis/style/sightlineanalysis.css +85 -1
- package/skylineanalysis/style/skylineanalysis.css +100 -1
- package/slopeanalysis/style/slopeanalysis.css +101 -1
- package/statusbar/index.js +12 -3
- package/style.css +3817 -1
- package/terrainoperation/index.js +10 -0
- package/terrainoperation/style/terrainoperation.css +66 -1
- package/terrainprofileanalysis/index.js +10 -0
- package/terrainprofileanalysis/style/terrainprofileanalysis.css +83 -1
- package/underground/index.js +3 -3
- package/underground/style/underground.css +19 -1
- package/videofusion/index.js +35 -5
- package/videofusion/style/videofusion.css +104 -1
- package/videoproject/index.js +35 -5
- package/videoproject/style/videoproject.css +104 -1
- package/viewshedanalysis/style/viewshedanalysis.css +88 -1
- package/weathereffect/style/weathereffect.css +95 -1
- package/wireframesketch/index.js +10 -0
- package/wireframesketch/style/wireframesketch.css +12 -1
package/measure/index.js
CHANGED
|
@@ -45,7 +45,7 @@ index_full_js_namespaceObject.ElMessage.install = (Vue, opts) => {
|
|
|
45
45
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
46
46
|
/* harmony export */ "Z": function() { return /* binding */ MeasureViewModel; }
|
|
47
47
|
/* harmony export */ });
|
|
48
|
-
/* harmony import */ var
|
|
48
|
+
/* harmony import */ var G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(8270);
|
|
49
49
|
|
|
50
50
|
//测量操作类
|
|
51
51
|
class MeasureViewModel {
|
|
@@ -53,13 +53,13 @@ class MeasureViewModel {
|
|
|
53
53
|
//测量事件
|
|
54
54
|
//活动事件
|
|
55
55
|
constructor(viewer) {
|
|
56
|
-
(0,
|
|
56
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_viewer", null);
|
|
57
57
|
|
|
58
|
-
(0,
|
|
58
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "_measureHandler", null);
|
|
59
59
|
|
|
60
|
-
(0,
|
|
60
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "measureEvent", null);
|
|
61
61
|
|
|
62
|
-
(0,
|
|
62
|
+
(0,G_0929_zl_kqgis_client_vue_node_modules_babel_runtime_helpers_esm_defineProperty_js__WEBPACK_IMPORTED_MODULE_0__/* ["default"] */ .Z)(this, "activeEvent", null);
|
|
63
63
|
|
|
64
64
|
this._measureHandler = new Cesium.Kq3dMeasureHandler(viewer);
|
|
65
65
|
this._viewer = viewer;
|
|
@@ -169,8 +169,24 @@ class MeasureViewModel {
|
|
|
169
169
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
170
170
|
break;
|
|
171
171
|
|
|
172
|
-
case "
|
|
173
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
172
|
+
case "nmi":
|
|
173
|
+
newValue = (value / 1852).toFixed(2) + " nmi";
|
|
174
|
+
break;
|
|
175
|
+
|
|
176
|
+
case "m²":
|
|
177
|
+
newValue = value.toFixed(2) + " m²";
|
|
178
|
+
break;
|
|
179
|
+
|
|
180
|
+
case "km²":
|
|
181
|
+
newValue = (value / 1000000).toFixed(2) + " km²";
|
|
182
|
+
break;
|
|
183
|
+
|
|
184
|
+
case "mu":
|
|
185
|
+
newValue = (value * 2 / 3).toFixed(2) + " mu";
|
|
186
|
+
break;
|
|
187
|
+
|
|
188
|
+
case "ha":
|
|
189
|
+
newValue = (value / 10000).toFixed(2) + " ha";
|
|
174
190
|
break;
|
|
175
191
|
|
|
176
192
|
default:
|
|
@@ -508,6 +524,10 @@ const __default__ = {
|
|
|
508
524
|
props: {
|
|
509
525
|
//指定组件绑定的viewer对象的div的id
|
|
510
526
|
target: String,
|
|
527
|
+
// 设置参数
|
|
528
|
+
settingParams: {
|
|
529
|
+
type: Object
|
|
530
|
+
},
|
|
511
531
|
// 是否显示阴影效果
|
|
512
532
|
showShadow: {
|
|
513
533
|
type: Boolean,
|
|
@@ -553,7 +573,9 @@ const __default__ = {
|
|
|
553
573
|
let isActive = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
554
574
|
let isResult = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(false);
|
|
555
575
|
let distanceValue = null;
|
|
556
|
-
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("");
|
|
576
|
+
let distanceUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.distanceUnit || ""); // 单位
|
|
577
|
+
|
|
578
|
+
let areaUnit = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(props.settingParams && props.settingParams.areaUnit || "");
|
|
557
579
|
let result = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("0");
|
|
558
580
|
let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({});
|
|
559
581
|
let mode = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)("space");
|
|
@@ -566,29 +588,49 @@ const __default__ = {
|
|
|
566
588
|
} = (0,vue_i18n_cjs_js_.useI18n)();
|
|
567
589
|
let measureTitle = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null);
|
|
568
590
|
(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.watch)(() => locale.value, (newVal, oldVal) => {
|
|
569
|
-
language.value = messages.value[newVal]["webgl"];
|
|
591
|
+
language.value = Object.assign({}, messages.value[newVal]["webgl"], messages.value[newVal]["leaflet"]);
|
|
570
592
|
measureTitle.value = language.value.measure;
|
|
571
593
|
modeList.value = loadModeData();
|
|
594
|
+
distanceUnits.value = setDistanceUnits();
|
|
595
|
+
areaUnits.value = setAreaUnits();
|
|
572
596
|
}); // 距离测量单位
|
|
573
597
|
|
|
574
|
-
let distanceUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
598
|
+
let distanceUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
599
|
+
|
|
600
|
+
let setDistanceUnits = () => {
|
|
601
|
+
return [{
|
|
602
|
+
label: language.value.kilometre,
|
|
603
|
+
value: "km"
|
|
604
|
+
}, {
|
|
605
|
+
label: language.value.metre,
|
|
606
|
+
value: "m"
|
|
607
|
+
}, {
|
|
608
|
+
label: language.value.nauticalMile,
|
|
609
|
+
value: "nmi"
|
|
610
|
+
}];
|
|
611
|
+
};
|
|
612
|
+
|
|
613
|
+
distanceUnits.value = setDistanceUnits(); // 面积测量单位
|
|
614
|
+
|
|
615
|
+
let areaUnits = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)([]);
|
|
616
|
+
|
|
617
|
+
let setAreaUnits = () => {
|
|
618
|
+
return [{
|
|
619
|
+
label: language.value.squareKilometers,
|
|
620
|
+
value: "km²"
|
|
621
|
+
}, {
|
|
622
|
+
label: language.value.squareMeter,
|
|
623
|
+
value: "m²"
|
|
624
|
+
}, {
|
|
625
|
+
label: language.value.mu,
|
|
626
|
+
value: "mu"
|
|
627
|
+
}, {
|
|
628
|
+
label: language.value.hectare,
|
|
629
|
+
value: "ha"
|
|
630
|
+
}];
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
areaUnits.value = setAreaUnits(); // 组件容器Ref
|
|
592
634
|
|
|
593
635
|
let boxRef = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)(null); // 生成组件默认header
|
|
594
636
|
|
|
@@ -611,7 +653,13 @@ const __default__ = {
|
|
|
611
653
|
if (measureType.value === "distance") {
|
|
612
654
|
if (res.distance) {
|
|
613
655
|
distanceValue = res.distance;
|
|
614
|
-
|
|
656
|
+
|
|
657
|
+
if (props.settingParams && props.settingParams.distanceUnit) {
|
|
658
|
+
distanceUnit.value = props.settingParams && props.settingParams.distanceUnit || "";
|
|
659
|
+
onChangeUnit(distanceUnit.value);
|
|
660
|
+
} else {
|
|
661
|
+
result.value = formatDistance(res.distance);
|
|
662
|
+
}
|
|
615
663
|
}
|
|
616
664
|
} else if (measureType.value === "height" && res) {
|
|
617
665
|
result.value = {
|
|
@@ -621,7 +669,16 @@ const __default__ = {
|
|
|
621
669
|
angle: res.angle ? res.angle.toFixed(2).replace(/\.?0+$/, '') : 0
|
|
622
670
|
};
|
|
623
671
|
} else if (measureType.value === "area") {
|
|
624
|
-
if (res && res.area
|
|
672
|
+
if (res && res.area || res && res.area == 0) {
|
|
673
|
+
distanceValue = res.area;
|
|
674
|
+
|
|
675
|
+
if (props.settingParams && props.settingParams.areaUnit) {
|
|
676
|
+
areaUnit.value = props.settingParams && props.settingParams.areaUnit || "";
|
|
677
|
+
onChangeUnit(areaUnit.value);
|
|
678
|
+
} else {
|
|
679
|
+
result.value = formatArea(res.area);
|
|
680
|
+
}
|
|
681
|
+
}
|
|
625
682
|
} else if (measureType.value === "azimuth" && res) {
|
|
626
683
|
if (res.positions && res.positions.length > 0) {
|
|
627
684
|
result.value = res.azimuth.toFixed(4) + " °";
|
|
@@ -632,16 +689,32 @@ const __default__ = {
|
|
|
632
689
|
} else result.value = 0;
|
|
633
690
|
} else if (measureType.value === "coordinate") {
|
|
634
691
|
if (res && res.coordinate) {
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
692
|
+
let convertValue = null;
|
|
693
|
+
|
|
694
|
+
if (props.settingParams && props.settingParams.isConvert) {
|
|
695
|
+
result.value = {
|
|
696
|
+
longitude: res.coordinate.longitude ? convertXY(res.coordinate.longitude) : 0,
|
|
697
|
+
latitude: res.coordinate.latitude ? convertXY(res.coordinate.latitude) : 0,
|
|
698
|
+
height: res.coordinate.height ? res.coordinate.height.toFixed(2) : 0
|
|
699
|
+
};
|
|
700
|
+
convertValue = [result.value.longitude, result.value.latitude];
|
|
701
|
+
} else {
|
|
702
|
+
result.value = {
|
|
703
|
+
longitude: res.coordinate.longitude ? res.coordinate.longitude.toFixed(5) + "°" : 0,
|
|
704
|
+
latitude: res.coordinate.latitude ? res.coordinate.latitude.toFixed(5) + "°" : 0,
|
|
705
|
+
height: res.coordinate.height ? res.coordinate.height.toFixed(2) : 0
|
|
706
|
+
};
|
|
707
|
+
}
|
|
708
|
+
|
|
640
709
|
viewModel.stopMeasure();
|
|
641
710
|
|
|
642
711
|
if (res.measureResult && res.measureResult.labels && res.measureResult.labels.length > 0) {
|
|
643
712
|
res.measureResult.labels._labels.forEach(label => {
|
|
644
713
|
label.text = label.text.replace('X', language.value.longitude).replace('Y', language.value.latitude).replace('Z', language.value.elevation).replace(/\n/g, '°\n');
|
|
714
|
+
|
|
715
|
+
if (convertValue) {
|
|
716
|
+
label.text = label.text.replace(res.coordinate.longitude.toFixed(5) + "°", convertValue[0]).replace(res.coordinate.latitude.toFixed(5) + "°", convertValue[1]);
|
|
717
|
+
}
|
|
645
718
|
});
|
|
646
719
|
}
|
|
647
720
|
}
|
|
@@ -657,11 +730,28 @@ const __default__ = {
|
|
|
657
730
|
});
|
|
658
731
|
}
|
|
659
732
|
});
|
|
660
|
-
});
|
|
733
|
+
}); // 经纬度转度分秒
|
|
734
|
+
|
|
735
|
+
function convertXY(val) {
|
|
736
|
+
if (!val) {
|
|
737
|
+
return "";
|
|
738
|
+
} // 度=经纬度的整数部分
|
|
739
|
+
|
|
740
|
+
|
|
741
|
+
let d = Math.floor(Number(val)); // 经纬度的小数部分*60
|
|
742
|
+
|
|
743
|
+
let temp1 = (Number(val) - Number(d)) * 60; // 分=(经纬度的小数部分*60)的整数部分
|
|
744
|
+
|
|
745
|
+
let f = Math.floor(Number(temp1)); // 秒=(经纬度的小数部分*60-分)*60
|
|
746
|
+
|
|
747
|
+
let m = Math.floor((Number(temp1) - Number(f)) * 60);
|
|
748
|
+
return d + "°" + f + "′" + m + "″";
|
|
749
|
+
}
|
|
661
750
|
/**
|
|
662
751
|
* @description 监听header生成
|
|
663
752
|
*/
|
|
664
753
|
|
|
754
|
+
|
|
665
755
|
const watchCreateHeaderTemp = () => {
|
|
666
756
|
if (props.showHeaderTemp) {
|
|
667
757
|
// 生成headerTemp
|
|
@@ -695,14 +785,14 @@ const __default__ = {
|
|
|
695
785
|
}
|
|
696
786
|
|
|
697
787
|
function formatArea(area) {
|
|
698
|
-
|
|
788
|
+
areaUnit.value = "m²";
|
|
699
789
|
|
|
700
790
|
if (area > 1000000) {
|
|
701
791
|
area = area / 1000000;
|
|
702
|
-
|
|
792
|
+
areaUnit.value = "km²";
|
|
703
793
|
}
|
|
704
794
|
|
|
705
|
-
return area.toFixed(2) + " " +
|
|
795
|
+
return area.toFixed(2) + " " + areaUnit.value;
|
|
706
796
|
}
|
|
707
797
|
/**
|
|
708
798
|
* @description 监听单位变化操作
|
|
@@ -734,8 +824,24 @@ const __default__ = {
|
|
|
734
824
|
newValue = (value / 1000).toFixed(2) + " km";
|
|
735
825
|
break;
|
|
736
826
|
|
|
737
|
-
case "
|
|
738
|
-
newValue = (value / 1852).toFixed(2) + "
|
|
827
|
+
case "nmi":
|
|
828
|
+
newValue = (value / 1852).toFixed(2) + " nmi";
|
|
829
|
+
break;
|
|
830
|
+
|
|
831
|
+
case "m²":
|
|
832
|
+
newValue = value.toFixed(2) + " m²";
|
|
833
|
+
break;
|
|
834
|
+
|
|
835
|
+
case "km²":
|
|
836
|
+
newValue = (value / 1000000).toFixed(2) + " km²";
|
|
837
|
+
break;
|
|
838
|
+
|
|
839
|
+
case "mu":
|
|
840
|
+
newValue = (value * 2 / 3).toFixed(2) + " mu";
|
|
841
|
+
break;
|
|
842
|
+
|
|
843
|
+
case "ha":
|
|
844
|
+
newValue = (value / 10000).toFixed(2) + " ha";
|
|
739
845
|
break;
|
|
740
846
|
|
|
741
847
|
default:
|
|
@@ -1007,9 +1113,10 @@ const __default__ = {
|
|
|
1007
1113
|
/* TEXT */
|
|
1008
1114
|
)) : ((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
|
|
1009
1115
|
/* TEXT */
|
|
1010
|
-
))])) : (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
|
|
1116
|
+
))])) : (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
|
|
1011
1117
|
/* TEXT */
|
|
1012
|
-
), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.
|
|
1118
|
+
), (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, {
|
|
1119
|
+
key: 0,
|
|
1013
1120
|
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(distanceUnit),
|
|
1014
1121
|
"onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(distanceUnit) ? distanceUnit.value = $event : distanceUnit = $event),
|
|
1015
1122
|
onChange: onChangeUnit
|
|
@@ -1030,7 +1137,29 @@ const __default__ = {
|
|
|
1030
1137
|
|
|
1031
1138
|
}, 8
|
|
1032
1139
|
/* PROPS */
|
|
1033
|
-
, ["modelValue"])
|
|
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_.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, {
|
|
1141
|
+
key: 1,
|
|
1142
|
+
modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(areaUnit),
|
|
1143
|
+
"onUpdate:modelValue": _cache[8] || (_cache[8] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.isRef)(areaUnit) ? areaUnit.value = $event : areaUnit = $event),
|
|
1144
|
+
onChange: onChangeUnit
|
|
1145
|
+
}, {
|
|
1146
|
+
default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [((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)(areaUnits), item => {
|
|
1147
|
+
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_option, {
|
|
1148
|
+
key: item.value,
|
|
1149
|
+
label: item.label,
|
|
1150
|
+
value: item.value
|
|
1151
|
+
}, null, 8
|
|
1152
|
+
/* PROPS */
|
|
1153
|
+
, ["label", "value"]);
|
|
1154
|
+
}), 128
|
|
1155
|
+
/* KEYED_FRAGMENT */
|
|
1156
|
+
))]),
|
|
1157
|
+
_: 1
|
|
1158
|
+
/* STABLE */
|
|
1159
|
+
|
|
1160
|
+
}, 8
|
|
1161
|
+
/* PROPS */
|
|
1162
|
+
, ["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
|
|
1034
1163
|
/* TEXT */
|
|
1035
1164
|
), (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
|
|
1036
1165
|
/* TEXT */
|
|
@@ -1050,11 +1179,11 @@ const __default__ = {
|
|
|
1050
1179
|
/* TEXT */
|
|
1051
1180
|
)])) : (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
|
|
1052
1181
|
/* TEXT */
|
|
1053
|
-
), (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)
|
|
1182
|
+
), (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
|
|
1054
1183
|
/* TEXT */
|
|
1055
1184
|
), (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
|
|
1056
1185
|
/* TEXT */
|
|
1057
|
-
), (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)
|
|
1186
|
+
), (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
|
|
1058
1187
|
/* TEXT */
|
|
1059
1188
|
), (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
|
|
1060
1189
|
/* TEXT */
|
|
@@ -1 +1,84 @@
|
|
|
1
|
-
.kq-measure3d
|
|
1
|
+
.kq-measure3d {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq-measure3d .kq-measure3d-box {
|
|
10
|
+
width: 370px;
|
|
11
|
+
}
|
|
12
|
+
.kq-measure3d p {
|
|
13
|
+
margin: 0;
|
|
14
|
+
}
|
|
15
|
+
.kq-measure3d .kq-measure3d-mode .panel {
|
|
16
|
+
width: 100%;
|
|
17
|
+
}
|
|
18
|
+
.kq-measure3d .kq-measure3d-mode .panel .title {
|
|
19
|
+
color: var(--kq-text-color-regular);
|
|
20
|
+
margin: 0 0 8px 0;
|
|
21
|
+
font-size: 14px;
|
|
22
|
+
}
|
|
23
|
+
.kq-measure3d .kq-measure3d-mode .panel .kq-select {
|
|
24
|
+
width: 100%;
|
|
25
|
+
}
|
|
26
|
+
.kq-measure3d .kq-measure3d-btns {
|
|
27
|
+
margin-top: 12px;
|
|
28
|
+
}
|
|
29
|
+
.kq-measure3d .kq-measure3d-btns .kq-button {
|
|
30
|
+
width: 48px;
|
|
31
|
+
height: 48px;
|
|
32
|
+
}
|
|
33
|
+
.kq-measure3d .kq-measure3d-btns .kq-button .kq-icon {
|
|
34
|
+
color: var(--kq-color-primary);
|
|
35
|
+
}
|
|
36
|
+
.kq-measure3d .kq-measure3d-btns .kq-button .icon-delete {
|
|
37
|
+
color: var(--kq-color-danger);
|
|
38
|
+
}
|
|
39
|
+
.kq-measure3d .kq-measure3d-btns .kq-button:hover .icon-delete, .kq-measure3d .kq-measure3d-btns .kq-button:active .icon-delete, .kq-measure3d .kq-measure3d-btns .kq-button:focus .icon-delete {
|
|
40
|
+
color: var(--kq-color-white) !important;
|
|
41
|
+
}
|
|
42
|
+
.kq-measure3d .kq-measure3d-btns .kq-button + .kq-button {
|
|
43
|
+
margin-left: 16px;
|
|
44
|
+
}
|
|
45
|
+
.kq-measure3d .kq-measure3d-tip {
|
|
46
|
+
color: var(--kq-text-color-regular);
|
|
47
|
+
font-size: 13px;
|
|
48
|
+
}
|
|
49
|
+
.kq-measure3d .kq-measure3d-tip .kq-divider {
|
|
50
|
+
margin: 16px 0;
|
|
51
|
+
}
|
|
52
|
+
.kq-measure3d .kq-measure3d-tip > p {
|
|
53
|
+
margin: 0;
|
|
54
|
+
}
|
|
55
|
+
.kq-measure3d .kq-measure3d-result .kq-divider {
|
|
56
|
+
margin: 16px 0;
|
|
57
|
+
}
|
|
58
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel {
|
|
59
|
+
padding-bottom: 16px;
|
|
60
|
+
}
|
|
61
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel:last-child {
|
|
62
|
+
padding: 0;
|
|
63
|
+
}
|
|
64
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel .title {
|
|
65
|
+
color: var(--kq-text-color-regular);
|
|
66
|
+
margin: 0 0 8px 0;
|
|
67
|
+
font-size: 14px;
|
|
68
|
+
}
|
|
69
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel .kq-select {
|
|
70
|
+
width: 100%;
|
|
71
|
+
}
|
|
72
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel .result {
|
|
73
|
+
padding: 8px;
|
|
74
|
+
background: var(--kq-sub-bg-color);
|
|
75
|
+
border-radius: var(--kq-border-radius-base);
|
|
76
|
+
color: var(--kq-text-color-regular);
|
|
77
|
+
font-size: 14px;
|
|
78
|
+
}
|
|
79
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel .result .tit {
|
|
80
|
+
padding-bottom: 8px;
|
|
81
|
+
}
|
|
82
|
+
.kq-measure3d .kq-measure3d-result .kq-measure3d-result-panel .panel .result .res + .tit {
|
|
83
|
+
padding-top: 12px;
|
|
84
|
+
}
|
package/modelFlat/index.js
CHANGED
|
@@ -46,6 +46,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
46
46
|
|
|
47
47
|
/***/ }),
|
|
48
48
|
|
|
49
|
+
/***/ 2118:
|
|
50
|
+
/***/ (function(module) {
|
|
51
|
+
|
|
52
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
53
|
+
|
|
54
|
+
/***/ }),
|
|
55
|
+
|
|
49
56
|
/***/ 7080:
|
|
50
57
|
/***/ (function(module) {
|
|
51
58
|
|
|
@@ -190,10 +197,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
190
197
|
var gis_utils_ = __webpack_require__(7135);
|
|
191
198
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
192
199
|
var defineProperty = __webpack_require__(8270);
|
|
200
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
201
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
193
202
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
194
203
|
var message = __webpack_require__(3694);
|
|
195
204
|
;// CONCATENATED MODULE: ./src/webgl/modelFlat/ModelFlatViewModel.js
|
|
196
205
|
|
|
206
|
+
|
|
197
207
|
//模型拾取逻辑类
|
|
198
208
|
|
|
199
209
|
class ModelFlatViewModel {
|
|
@@ -1 +1,66 @@
|
|
|
1
|
-
.kq3d-model-flat
|
|
1
|
+
.kq3d-model-flat {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq3d-model-flat .kq3d-model-flat-box {
|
|
10
|
+
width: 350px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-model-flat .kq-row {
|
|
13
|
+
margin-bottom: 8px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-model-flat .kq-form-item {
|
|
16
|
+
margin-bottom: 8px;
|
|
17
|
+
}
|
|
18
|
+
.kq3d-model-flat .kq3d-model-flat-span {
|
|
19
|
+
color: var(--kq-text-color-regular);
|
|
20
|
+
line-height: 32px;
|
|
21
|
+
font-size: var(--kq-font-size-base);
|
|
22
|
+
}
|
|
23
|
+
.kq3d-model-flat .kq3d-model-flat-tip {
|
|
24
|
+
color: var(--kq-text-color-regular);
|
|
25
|
+
font-size: var(--kq-font-size-base);
|
|
26
|
+
}
|
|
27
|
+
.kq3d-model-flat .kq3d-model-flat-tip p {
|
|
28
|
+
margin: 0px;
|
|
29
|
+
display: -webkit-box;
|
|
30
|
+
display: -ms-flexbox;
|
|
31
|
+
display: flex;
|
|
32
|
+
-webkit-box-align: center;
|
|
33
|
+
-ms-flex-align: center;
|
|
34
|
+
align-items: center;
|
|
35
|
+
-webkit-font-feature-settings: "tnum" on, "lnum" on;
|
|
36
|
+
font-feature-settings: "tnum" on, "lnum" on;
|
|
37
|
+
font-family: "Noto Sans SC";
|
|
38
|
+
font-style: normal;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
}
|
|
41
|
+
.kq3d-model-flat .kq-slider {
|
|
42
|
+
width: 100%;
|
|
43
|
+
}
|
|
44
|
+
.kq3d-model-flat .kq-slider .kq-slider__button {
|
|
45
|
+
width: 14px;
|
|
46
|
+
height: 14px;
|
|
47
|
+
}
|
|
48
|
+
.kq3d-model-flat .kq-input-number.is-controls-right {
|
|
49
|
+
width: 65px;
|
|
50
|
+
}
|
|
51
|
+
.kq3d-model-flat .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
52
|
+
.kq3d-model-flat .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
53
|
+
width: 20px;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-model-flat .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
56
|
+
padding-left: 0px;
|
|
57
|
+
padding-right: 20px;
|
|
58
|
+
}
|
|
59
|
+
.kq3d-model-flat .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
60
|
+
padding-left: 0px;
|
|
61
|
+
padding-right: 20px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-model-flat .kq3d-model-flat-footer {
|
|
64
|
+
text-align: right;
|
|
65
|
+
padding: 8px 0px 0px;
|
|
66
|
+
}
|
package/modelexcavate/index.js
CHANGED
|
@@ -46,6 +46,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
46
46
|
|
|
47
47
|
/***/ }),
|
|
48
48
|
|
|
49
|
+
/***/ 2118:
|
|
50
|
+
/***/ (function(module) {
|
|
51
|
+
|
|
52
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
53
|
+
|
|
54
|
+
/***/ }),
|
|
55
|
+
|
|
49
56
|
/***/ 7080:
|
|
50
57
|
/***/ (function(module) {
|
|
51
58
|
|
|
@@ -190,10 +197,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
190
197
|
var gis_utils_ = __webpack_require__(7135);
|
|
191
198
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
192
199
|
var defineProperty = __webpack_require__(8270);
|
|
200
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
201
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
193
202
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
194
203
|
var message = __webpack_require__(3694);
|
|
195
204
|
;// CONCATENATED MODULE: ./src/webgl/modelexcavate/ModelExcavateViewModel.js
|
|
196
205
|
|
|
206
|
+
|
|
197
207
|
//模型开挖逻辑类
|
|
198
208
|
|
|
199
209
|
class ModelExcavateViewModel {
|
|
@@ -1 +1,66 @@
|
|
|
1
|
-
.kq3d-model-excavate
|
|
1
|
+
.kq3d-model-excavate {
|
|
2
|
+
z-index: 999;
|
|
3
|
+
border-radius: var(--kq-border-radius-base);
|
|
4
|
+
padding: 16px;
|
|
5
|
+
pointer-events: auto;
|
|
6
|
+
cursor: default;
|
|
7
|
+
background-color: var(--kq-bg-color);
|
|
8
|
+
}
|
|
9
|
+
.kq3d-model-excavate .kq3d-model-excavate-box {
|
|
10
|
+
width: 350px;
|
|
11
|
+
}
|
|
12
|
+
.kq3d-model-excavate .kq-row {
|
|
13
|
+
margin-bottom: 8px;
|
|
14
|
+
}
|
|
15
|
+
.kq3d-model-excavate .kq-form-item {
|
|
16
|
+
margin-bottom: 8px;
|
|
17
|
+
}
|
|
18
|
+
.kq3d-model-excavate .kq3d-model-excavate-span {
|
|
19
|
+
color: var(--kq-text-color-regular);
|
|
20
|
+
line-height: 32px;
|
|
21
|
+
font-size: var(--kq-font-size-base);
|
|
22
|
+
}
|
|
23
|
+
.kq3d-model-excavate .kq3d-model-excavate-tip {
|
|
24
|
+
color: var(--kq-text-color-regular);
|
|
25
|
+
font-size: var(--kq-font-size-base);
|
|
26
|
+
}
|
|
27
|
+
.kq3d-model-excavate .kq3d-model-excavate-tip p {
|
|
28
|
+
margin: 0px;
|
|
29
|
+
display: -webkit-box;
|
|
30
|
+
display: -ms-flexbox;
|
|
31
|
+
display: flex;
|
|
32
|
+
-webkit-box-align: center;
|
|
33
|
+
-ms-flex-align: center;
|
|
34
|
+
align-items: center;
|
|
35
|
+
-webkit-font-feature-settings: "tnum" on, "lnum" on;
|
|
36
|
+
font-feature-settings: "tnum" on, "lnum" on;
|
|
37
|
+
font-family: "Noto Sans SC";
|
|
38
|
+
font-style: normal;
|
|
39
|
+
font-weight: 400;
|
|
40
|
+
}
|
|
41
|
+
.kq3d-model-excavate .kq-slider {
|
|
42
|
+
width: 100%;
|
|
43
|
+
}
|
|
44
|
+
.kq3d-model-excavate .kq-slider .kq-slider__button {
|
|
45
|
+
width: 14px;
|
|
46
|
+
height: 14px;
|
|
47
|
+
}
|
|
48
|
+
.kq3d-model-excavate .kq-input-number.is-controls-right {
|
|
49
|
+
width: 65px;
|
|
50
|
+
}
|
|
51
|
+
.kq3d-model-excavate .kq-input-number.is-controls-right .kq-input-number__increase,
|
|
52
|
+
.kq3d-model-excavate .kq-input-number.is-controls-right .kq-input-number__decrease {
|
|
53
|
+
width: 20px;
|
|
54
|
+
}
|
|
55
|
+
.kq3d-model-excavate .kq-input-number.is-controls-right .kq-input__wrapper {
|
|
56
|
+
padding-left: 0px;
|
|
57
|
+
padding-right: 20px;
|
|
58
|
+
}
|
|
59
|
+
.kq3d-model-excavate .kq-col-8 .kq-input-number .kq-input__wrapper {
|
|
60
|
+
padding-left: 0px;
|
|
61
|
+
padding-right: 20px;
|
|
62
|
+
}
|
|
63
|
+
.kq3d-model-excavate .kq3d-model-excavate-footer {
|
|
64
|
+
text-align: right;
|
|
65
|
+
padding: 8px 0px 0px;
|
|
66
|
+
}
|
package/modelfilter/index.js
CHANGED
|
@@ -43,6 +43,13 @@ module.exports = require("@kq_npm/client_icons_vue");
|
|
|
43
43
|
|
|
44
44
|
/***/ }),
|
|
45
45
|
|
|
46
|
+
/***/ 2118:
|
|
47
|
+
/***/ (function(module) {
|
|
48
|
+
|
|
49
|
+
module.exports = require("core-js/modules/es.array.push.js");
|
|
50
|
+
|
|
51
|
+
/***/ }),
|
|
52
|
+
|
|
46
53
|
/***/ 7080:
|
|
47
54
|
/***/ (function(module) {
|
|
48
55
|
|
|
@@ -194,10 +201,13 @@ var external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_ = __webpack_require__(
|
|
|
194
201
|
var gis_utils_ = __webpack_require__(7135);
|
|
195
202
|
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
|
|
196
203
|
var defineProperty = __webpack_require__(8270);
|
|
204
|
+
// EXTERNAL MODULE: external "core-js/modules/es.array.push.js"
|
|
205
|
+
var es_array_push_js_ = __webpack_require__(2118);
|
|
197
206
|
// EXTERNAL MODULE: ./src/common/_ui/message/index.js + 1 modules
|
|
198
207
|
var message = __webpack_require__(3694);
|
|
199
208
|
;// CONCATENATED MODULE: ./src/webgl/modelfilter/ModelFilterViewModel.js
|
|
200
209
|
|
|
210
|
+
|
|
201
211
|
//模型滤镜逻辑类
|
|
202
212
|
|
|
203
213
|
class ModelFilterViewModel {
|