@kq_npm/client3d_webgl_vue 2.7.2-beta → 2.7.4-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.
@@ -1678,8 +1678,19 @@ const __default__ = {
1678
1678
 
1679
1679
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
1680
1680
  interval: props.settingParams && props.settingParams.interval || 500,
1681
+ // 采样间隔
1682
+ minInterval: props.settingParams && props.settingParams.minInterval || 100,
1683
+ // 采样间隔最小值
1684
+ maxInterval: props.settingParams && props.settingParams.maxInterval || 1000,
1685
+ // 采样间隔最大值
1681
1686
  arrowWidth: props.settingParams && props.settingParams.arrowWidth || 20,
1682
- arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00"
1687
+ // 箭头宽度
1688
+ minArrowWidth: props.settingParams && props.settingParams.minArrowWidth || 1,
1689
+ // 箭头宽度最小值
1690
+ maxArrowWidth: props.settingParams && props.settingParams.maxArrowWidth || 30,
1691
+ // 箭头宽度最大值
1692
+ arrowColor: props.settingParams && props.settingParams.arrowColor || "#FFFF00" // 箭头颜色
1693
+
1683
1694
  });
1684
1695
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
1685
1696
  currentLang.value = proxy.$i18n.locale; // 获取当前语言
@@ -1687,7 +1698,14 @@ const __default__ = {
1687
1698
  gis_utils_.utils.getWebMap(null, scenceView => {
1688
1699
  if (scenceView) {
1689
1700
  language.value = scenceView._language;
1690
- viewModel = new AspectAnalysisViewModel/* default */.Z(scenceView, formItem);
1701
+ viewModel = new AspectAnalysisViewModel/* default */.Z(scenceView, {
1702
+ interval: formItem.interval,
1703
+ // 采样间隔
1704
+ arrowWidth: formItem.arrowWidth,
1705
+ // 箭头宽度
1706
+ arrowColor: formItem.arrowColor // 箭头颜色
1707
+
1708
+ });
1691
1709
  }
1692
1710
  });
1693
1711
  }); // 参数改变
@@ -1790,12 +1808,12 @@ const __default__ = {
1790
1808
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
1791
1809
  "onUpdate:modelValue": _cache[0] || (_cache[0] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval = $event),
1792
1810
  step: 1,
1793
- min: 100,
1794
- max: 1000,
1811
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
1812
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
1795
1813
  onInput: _cache[1] || (_cache[1] = $event => paramsChanged('interval'))
1796
1814
  }, null, 8
1797
1815
  /* PROPS */
1798
- , ["modelValue"])]),
1816
+ , ["modelValue", "min", "max"])]),
1799
1817
  _: 1
1800
1818
  /* STABLE */
1801
1819
 
@@ -1806,13 +1824,13 @@ const __default__ = {
1806
1824
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval,
1807
1825
  "onUpdate:modelValue": _cache[2] || (_cache[2] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).interval = $event),
1808
1826
  step: 1,
1809
- min: 100,
1810
- max: 1000,
1827
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minInterval,
1828
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxInterval,
1811
1829
  "controls-position": "right",
1812
1830
  onInput: _cache[3] || (_cache[3] = $event => paramsChanged('interval'))
1813
1831
  }, null, 8
1814
1832
  /* PROPS */
1815
- , ["modelValue"])]),
1833
+ , ["modelValue", "min", "max"])]),
1816
1834
  _: 1
1817
1835
  /* STABLE */
1818
1836
 
@@ -1846,12 +1864,12 @@ const __default__ = {
1846
1864
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
1847
1865
  "onUpdate:modelValue": _cache[4] || (_cache[4] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth = $event),
1848
1866
  step: 1,
1849
- min: 1,
1850
- max: 30,
1867
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
1868
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
1851
1869
  onInput: _cache[5] || (_cache[5] = $event => paramsChanged('arrowWidth'))
1852
1870
  }, null, 8
1853
1871
  /* PROPS */
1854
- , ["modelValue"])]),
1872
+ , ["modelValue", "min", "max"])]),
1855
1873
  _: 1
1856
1874
  /* STABLE */
1857
1875
 
@@ -1862,13 +1880,13 @@ const __default__ = {
1862
1880
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth,
1863
1881
  "onUpdate:modelValue": _cache[6] || (_cache[6] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).arrowWidth = $event),
1864
1882
  step: 1,
1865
- min: 1,
1866
- max: 30,
1883
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minArrowWidth,
1884
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxArrowWidth,
1867
1885
  "controls-position": "right",
1868
1886
  onInput: _cache[7] || (_cache[7] = $event => paramsChanged('arrowWidth'))
1869
1887
  }, null, 8
1870
1888
  /* PROPS */
1871
- , ["modelValue"])]),
1889
+ , ["modelValue", "min", "max"])]),
1872
1890
  _: 1
1873
1891
  /* STABLE */
1874
1892
 
@@ -8342,26 +8360,59 @@ const __default__ = {
8342
8360
 
8343
8361
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
8344
8362
  fillType: props.settingParams && props.settingParams.fillType || 0,
8363
+ // 填充类型
8364
+ fillTypeShow: props.settingParams && props.settingParams.fillTypeShow || true,
8365
+ // 填充类型是否显示
8345
8366
  elevationMarking: props.settingParams && props.settingParams.elevationMarking || true,
8367
+ // 高程标注
8346
8368
  firstCurve: props.settingParams && props.settingParams.firstCurve !== undefined || true,
8369
+ // 首曲线
8347
8370
  firstCurveWidth: props.settingParams && props.settingParams.firstCurveWidth || 2,
8371
+ // 首曲线宽度
8372
+ minFirstCurveWidth: props.settingParams && props.settingParams.minFirstCurveWidth || 0,
8373
+ // 首曲线宽度最下值
8374
+ maxFirstCurveWidth: props.settingParams && props.settingParams.maxFirstCurveWidth || 5,
8375
+ // 首曲线宽度最大值
8348
8376
  firstCurveColor: props.settingParams && props.settingParams.firstCurveColor || "#E6A23C",
8377
+ // 首曲线颜色
8349
8378
  rememberCurve: props.settingParams && props.settingParams.rememberCurve !== undefined || true,
8379
+ // 计曲线
8350
8380
  rememberCurveWidth: props.settingParams && props.settingParams.rememberCurveWidth || 4,
8381
+ // 计曲线宽度
8382
+ minRememberCurveWidth: props.settingParams && props.settingParams.minRememberCurveWidth || 0,
8383
+ // 计曲线宽度最小值
8384
+ maxRememberCurveWidth: props.settingParams && props.settingParams.maxRememberCurveWidth || 5,
8385
+ // 计曲线宽度最大值
8351
8386
  rememberCurveColor: props.settingParams && props.settingParams.rememberCurveColor || "#409EFF",
8387
+ // 计曲线颜色
8352
8388
  intervalCurve: props.settingParams && props.settingParams.intervalCurve !== undefined || true,
8389
+ // 间曲线
8353
8390
  intervalCurveWidth: props.settingParams && props.settingParams.intervalCurveWidth || 1,
8391
+ // 间曲线宽度
8354
8392
  intervalCurveColor: props.settingParams && props.settingParams.intervalCurveColor || "#67C23A",
8393
+ // 间曲线颜色
8355
8394
  extraCurve: props.settingParams && props.settingParams.extraCurve !== undefined || true,
8395
+ // 助曲线
8356
8396
  extraCurveWidth: props.settingParams && props.settingParams.extraCurveWidth || 1,
8397
+ // 助曲线宽度
8398
+ minExtraCurveWidth: props.settingParams && props.settingParams.minExtraCurveWidth || 1,
8399
+ // 助曲线宽度最小值
8400
+ maxExtraCurveWidth: props.settingParams && props.settingParams.maxExtraCurveWidth || 1,
8401
+ // 助曲线宽度最大值
8357
8402
  extraCurveColor: props.settingParams && props.settingParams.extraCurveColor || "#F56C6C",
8403
+ // 助曲线颜色
8358
8404
  fillStyle: props.settingParams && props.settingParams.fillStyle || 1,
8405
+ // 填充样式
8359
8406
  colorTableHeight: props.settingParams && props.settingParams.colorTableHeight || [1000, 2000, 3000, 4000, 8000],
8360
8407
  colorTable: props.settingParams && props.settingParams.colorTable || ["#00FF00", "#0000FF", "#FFFF00", "#FF7F00", "#FF0000"],
8361
8408
  colorImage: props.settingParams && props.settingParams.colorImage || "0",
8409
+ // 渐变颜色
8362
8410
  minHeight: props.settingParams && props.settingParams.minHeight || 300,
8411
+ // 最小高度
8363
8412
  maxHeight: props.settingParams && props.settingParams.maxHeight || 5100,
8364
- surfaceAlpha: props.settingParams && props.settingParams.surfaceAlpha || 0.6
8413
+ // 最大高度
8414
+ surfaceAlpha: props.settingParams && props.settingParams.surfaceAlpha || 0.6 // 面透明度
8415
+
8365
8416
  });
8366
8417
  let viewModel = null;
8367
8418
  (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.onMounted)(() => {
@@ -8593,7 +8644,7 @@ const __default__ = {
8593
8644
 
8594
8645
  const _component_kq_button = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.resolveComponent)("kq-button");
8595
8646
 
8596
- return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
8647
+ return (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.openBlock)(), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementBlock)("section", _hoisted_1, [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withDirectives)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
8597
8648
  gutter: 20
8598
8649
  }, {
8599
8650
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_col, {
@@ -8642,11 +8693,17 @@ const __default__ = {
8642
8693
  _: 1
8643
8694
  /* STABLE */
8644
8695
 
8645
- }), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
8696
+ }, 512
8697
+ /* NEED_PATCH */
8698
+ ), [[external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.vShow, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillTypeShow]]), (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_row, {
8646
8699
  class: "kq3d-isoline-analysis-tip"
8647
8700
  }, {
8648
- default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", null, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 1
8649
- /* TEXT */
8701
+ default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("p", {
8702
+ style: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.normalizeStyle)({
8703
+ 'margin-top': (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).fillTypeShow ? '16px' : '0px'
8704
+ })
8705
+ }, (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.toDisplayString)((0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(language).skylineTips), 5
8706
+ /* TEXT, STYLE */
8650
8707
  )]),
8651
8708
  _: 1
8652
8709
  /* STABLE */
@@ -8720,12 +8777,12 @@ const __default__ = {
8720
8777
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
8721
8778
  "onUpdate:modelValue": _cache[5] || (_cache[5] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
8722
8779
  step: 0.1,
8723
- min: 0,
8724
- max: 5,
8780
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
8781
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
8725
8782
  onInput: _cache[6] || (_cache[6] = $event => paramsChanged('firstCurveWidth'))
8726
8783
  }, null, 8
8727
8784
  /* PROPS */
8728
- , ["modelValue", "step"])]),
8785
+ , ["modelValue", "step", "min", "max"])]),
8729
8786
  _: 1
8730
8787
  /* STABLE */
8731
8788
 
@@ -8735,14 +8792,14 @@ const __default__ = {
8735
8792
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
8736
8793
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
8737
8794
  "onUpdate:modelValue": _cache[7] || (_cache[7] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
8738
- min: 0,
8739
- max: 5,
8795
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
8796
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
8740
8797
  step: 0.1,
8741
8798
  onInput: _cache[8] || (_cache[8] = $event => paramsChanged('firstCurveWidth')),
8742
8799
  "controls-position": "right"
8743
8800
  }, null, 8
8744
8801
  /* PROPS */
8745
- , ["modelValue", "step"])]),
8802
+ , ["modelValue", "min", "max", "step"])]),
8746
8803
  _: 1
8747
8804
  /* STABLE */
8748
8805
 
@@ -8818,12 +8875,12 @@ const __default__ = {
8818
8875
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
8819
8876
  "onUpdate:modelValue": _cache[13] || (_cache[13] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
8820
8877
  step: 0.1,
8821
- min: 0,
8822
- max: 5,
8878
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
8879
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
8823
8880
  onInput: _cache[14] || (_cache[14] = $event => paramsChanged('rememberCurveWidth'))
8824
8881
  }, null, 8
8825
8882
  /* PROPS */
8826
- , ["modelValue", "step"])]),
8883
+ , ["modelValue", "step", "min", "max"])]),
8827
8884
  _: 1
8828
8885
  /* STABLE */
8829
8886
 
@@ -8833,14 +8890,14 @@ const __default__ = {
8833
8890
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
8834
8891
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
8835
8892
  "onUpdate:modelValue": _cache[15] || (_cache[15] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
8836
- min: 0,
8837
- max: 5,
8893
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
8894
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
8838
8895
  step: 0.1,
8839
8896
  onInput: _cache[16] || (_cache[16] = $event => paramsChanged('rememberCurveWidth')),
8840
8897
  "controls-position": "right"
8841
8898
  }, null, 8
8842
8899
  /* PROPS */
8843
- , ["modelValue", "step"])]),
8900
+ , ["modelValue", "min", "max", "step"])]),
8844
8901
  _: 1
8845
8902
  /* STABLE */
8846
8903
 
@@ -8916,12 +8973,12 @@ const __default__ = {
8916
8973
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
8917
8974
  "onUpdate:modelValue": _cache[21] || (_cache[21] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
8918
8975
  step: 0.1,
8919
- min: 0,
8920
- max: 5,
8976
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
8977
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
8921
8978
  onInput: _cache[22] || (_cache[22] = $event => paramsChanged('intervalCurveWidth'))
8922
8979
  }, null, 8
8923
8980
  /* PROPS */
8924
- , ["modelValue", "step"])]),
8981
+ , ["modelValue", "step", "min", "max"])]),
8925
8982
  _: 1
8926
8983
  /* STABLE */
8927
8984
 
@@ -8931,14 +8988,14 @@ const __default__ = {
8931
8988
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
8932
8989
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
8933
8990
  "onUpdate:modelValue": _cache[23] || (_cache[23] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
8934
- min: 0,
8935
- max: 5,
8991
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
8992
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
8936
8993
  step: 0.1,
8937
8994
  onInput: _cache[24] || (_cache[24] = $event => paramsChanged('intervalCurveWidth')),
8938
8995
  "controls-position": "right"
8939
8996
  }, null, 8
8940
8997
  /* PROPS */
8941
- , ["modelValue", "step"])]),
8998
+ , ["modelValue", "min", "max", "step"])]),
8942
8999
  _: 1
8943
9000
  /* STABLE */
8944
9001
 
@@ -9014,12 +9071,12 @@ const __default__ = {
9014
9071
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
9015
9072
  "onUpdate:modelValue": _cache[29] || (_cache[29] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
9016
9073
  step: 0.1,
9017
- min: 0,
9018
- max: 5,
9074
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
9075
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
9019
9076
  onInput: _cache[30] || (_cache[30] = $event => paramsChanged('extraCurveWidth'))
9020
9077
  }, null, 8
9021
9078
  /* PROPS */
9022
- , ["modelValue", "step"])]),
9079
+ , ["modelValue", "step", "min", "max"])]),
9023
9080
  _: 1
9024
9081
  /* STABLE */
9025
9082
 
@@ -9029,14 +9086,14 @@ const __default__ = {
9029
9086
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
9030
9087
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
9031
9088
  "onUpdate:modelValue": _cache[31] || (_cache[31] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
9032
- min: 0,
9033
- max: 5,
9089
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
9090
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
9034
9091
  step: 0.1,
9035
9092
  onInput: _cache[32] || (_cache[32] = $event => paramsChanged('extraCurveWidth')),
9036
9093
  "controls-position": "right"
9037
9094
  }, null, 8
9038
9095
  /* PROPS */
9039
- , ["modelValue", "step"])]),
9096
+ , ["modelValue", "min", "max", "step"])]),
9040
9097
  _: 1
9041
9098
  /* STABLE */
9042
9099
 
@@ -9437,7 +9494,7 @@ const __default__ = {
9437
9494
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createElementVNode)("img", {
9438
9495
  class: "kq3d-isoline-analysis-legend",
9439
9496
  src: item.src,
9440
- alt: ""
9497
+ alt: ""
9441
9498
  }, null, 8
9442
9499
  /* PROPS */
9443
9500
  , _hoisted_9)]),
@@ -9539,12 +9596,12 @@ const __default__ = {
9539
9596
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
9540
9597
  "onUpdate:modelValue": _cache[59] || (_cache[59] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
9541
9598
  step: 0.1,
9542
- min: 0,
9543
- max: 5,
9599
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
9600
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
9544
9601
  onInput: _cache[60] || (_cache[60] = $event => paramsChanged('firstCurveWidth'))
9545
9602
  }, null, 8
9546
9603
  /* PROPS */
9547
- , ["modelValue", "step"])]),
9604
+ , ["modelValue", "step", "min", "max"])]),
9548
9605
  _: 1
9549
9606
  /* STABLE */
9550
9607
 
@@ -9554,14 +9611,14 @@ const __default__ = {
9554
9611
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
9555
9612
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth,
9556
9613
  "onUpdate:modelValue": _cache[61] || (_cache[61] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).firstCurveWidth = $event),
9557
- min: 0,
9558
- max: 5,
9614
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minFirstCurveWidth,
9615
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxFirstCurveWidth,
9559
9616
  step: 0.1,
9560
9617
  onInput: _cache[62] || (_cache[62] = $event => paramsChanged('firstCurveWidth')),
9561
9618
  "controls-position": "right"
9562
9619
  }, null, 8
9563
9620
  /* PROPS */
9564
- , ["modelValue", "step"])]),
9621
+ , ["modelValue", "min", "max", "step"])]),
9565
9622
  _: 1
9566
9623
  /* STABLE */
9567
9624
 
@@ -9637,12 +9694,12 @@ const __default__ = {
9637
9694
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
9638
9695
  "onUpdate:modelValue": _cache[67] || (_cache[67] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
9639
9696
  step: 0.1,
9640
- min: 0,
9641
- max: 5,
9697
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
9698
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
9642
9699
  onInput: _cache[68] || (_cache[68] = $event => paramsChanged('rememberCurveWidth'))
9643
9700
  }, null, 8
9644
9701
  /* PROPS */
9645
- , ["modelValue", "step"])]),
9702
+ , ["modelValue", "step", "min", "max"])]),
9646
9703
  _: 1
9647
9704
  /* STABLE */
9648
9705
 
@@ -9652,14 +9709,14 @@ const __default__ = {
9652
9709
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
9653
9710
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth,
9654
9711
  "onUpdate:modelValue": _cache[69] || (_cache[69] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).rememberCurveWidth = $event),
9655
- min: 0,
9656
- max: 5,
9712
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minRememberCurveWidth,
9713
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxRememberCurveWidth,
9657
9714
  step: 0.1,
9658
9715
  onInput: _cache[70] || (_cache[70] = $event => paramsChanged('rememberCurveWidth')),
9659
9716
  "controls-position": "right"
9660
9717
  }, null, 8
9661
9718
  /* PROPS */
9662
- , ["modelValue", "step"])]),
9719
+ , ["modelValue", "min", "max", "step"])]),
9663
9720
  _: 1
9664
9721
  /* STABLE */
9665
9722
 
@@ -9735,12 +9792,12 @@ const __default__ = {
9735
9792
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
9736
9793
  "onUpdate:modelValue": _cache[75] || (_cache[75] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
9737
9794
  step: 0.1,
9738
- min: 0,
9739
- max: 5,
9795
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
9796
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
9740
9797
  onInput: _cache[76] || (_cache[76] = $event => paramsChanged('intervalCurveWidth'))
9741
9798
  }, null, 8
9742
9799
  /* PROPS */
9743
- , ["modelValue", "step"])]),
9800
+ , ["modelValue", "step", "min", "max"])]),
9744
9801
  _: 1
9745
9802
  /* STABLE */
9746
9803
 
@@ -9750,14 +9807,14 @@ const __default__ = {
9750
9807
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
9751
9808
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth,
9752
9809
  "onUpdate:modelValue": _cache[77] || (_cache[77] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).intervalCurveWidth = $event),
9753
- min: 0,
9754
- max: 5,
9810
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minIntervalCurveWidth,
9811
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxIntervalCurveWidth,
9755
9812
  step: 0.1,
9756
9813
  onInput: _cache[78] || (_cache[78] = $event => paramsChanged('intervalCurveWidth')),
9757
9814
  "controls-position": "right"
9758
9815
  }, null, 8
9759
9816
  /* PROPS */
9760
- , ["modelValue", "step"])]),
9817
+ , ["modelValue", "min", "max", "step"])]),
9761
9818
  _: 1
9762
9819
  /* STABLE */
9763
9820
 
@@ -9833,12 +9890,12 @@ const __default__ = {
9833
9890
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
9834
9891
  "onUpdate:modelValue": _cache[83] || (_cache[83] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
9835
9892
  step: 0.1,
9836
- min: 0,
9837
- max: 5,
9893
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
9894
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
9838
9895
  onInput: _cache[84] || (_cache[84] = $event => paramsChanged('extraCurveWidth'))
9839
9896
  }, null, 8
9840
9897
  /* PROPS */
9841
- , ["modelValue", "step"])]),
9898
+ , ["modelValue", "step", "min", "max"])]),
9842
9899
  _: 1
9843
9900
  /* STABLE */
9844
9901
 
@@ -9848,14 +9905,14 @@ const __default__ = {
9848
9905
  default: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.withCtx)(() => [(0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.createVNode)(_component_kq_input_number, {
9849
9906
  modelValue: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth,
9850
9907
  "onUpdate:modelValue": _cache[85] || (_cache[85] = $event => (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).extraCurveWidth = $event),
9851
- min: 0,
9852
- max: 5,
9908
+ min: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).minExtraCurveWidth,
9909
+ max: (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.unref)(formItem).maxExtraCurveWidth,
9853
9910
  step: 0.1,
9854
9911
  onInput: _cache[86] || (_cache[86] = $event => paramsChanged('extraCurveWidth')),
9855
9912
  "controls-position": "right"
9856
9913
  }, null, 8
9857
9914
  /* PROPS */
9858
- , ["modelValue", "step"])]),
9915
+ , ["modelValue", "min", "max", "step"])]),
9859
9916
  _: 1
9860
9917
  /* STABLE */
9861
9918
 
@@ -18584,7 +18641,7 @@ class StatusBarViewModel {
18584
18641
 
18585
18642
  /***/ }),
18586
18643
 
18587
- /***/ 2281:
18644
+ /***/ 6466:
18588
18645
  /***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {
18589
18646
 
18590
18647
 
@@ -18658,9 +18715,9 @@ const __default__ = {
18658
18715
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
18659
18716
  var injectStylesIntoStyleTag = __webpack_require__(3379);
18660
18717
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
18661
- // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=b8692734&lang=scss
18662
- var StatusBarvue_type_style_index_0_id_b8692734_lang_scss = __webpack_require__(2356);
18663
- ;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=b8692734&lang=scss
18718
+ // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=0f45d5c6&lang=scss
18719
+ var StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss = __webpack_require__(1407);
18720
+ ;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=0f45d5c6&lang=scss
18664
18721
 
18665
18722
 
18666
18723
 
@@ -18669,12 +18726,12 @@ var options = {};
18669
18726
  options.insert = "head";
18670
18727
  options.singleton = false;
18671
18728
 
18672
- var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_b8692734_lang_scss/* default */.Z, options);
18729
+ var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss/* default */.Z, options);
18673
18730
 
18674
18731
 
18675
18732
 
18676
- /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_b8692734_lang_scss = (StatusBarvue_type_style_index_0_id_b8692734_lang_scss/* default.locals */.Z.locals || {});
18677
- ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=b8692734&lang=scss
18733
+ /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss = (StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss/* default.locals */.Z.locals || {});
18734
+ ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=0f45d5c6&lang=scss
18678
18735
 
18679
18736
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
18680
18737
 
@@ -18978,7 +19035,7 @@ const __default__ = {
18978
19035
  let language = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.ref)({}); // 获取组件传参
18979
19036
 
18980
19037
  let formItem = (0,external_root_Vue_commonjs_vue_commonjs2_vue_amd_vue_.reactive)({
18981
- terrainStyle: props.settingParams && props.settingParams.terrainStyle || 1,
19038
+ terrainStyle: props.settingParams && props.settingParams.terrainStyle || 0,
18982
19039
  // 地形操作类型。0:地形开挖;1:地形修改
18983
19040
  excavationDepth: props.settingParams && props.settingParams.excavationDepth || 500,
18984
19041
  // 地形开挖深度
@@ -20819,7 +20876,7 @@ ___CSS_LOADER_EXPORT___.push([module.id, ".coord{background:rgba(42,42,42,.8);bo
20819
20876
 
20820
20877
  /***/ }),
20821
20878
 
20822
- /***/ 2356:
20879
+ /***/ 1407:
20823
20880
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
20824
20881
 
20825
20882
  /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
@@ -21344,7 +21401,7 @@ var roller = __webpack_require__(1871);
21344
21401
  // EXTERNAL MODULE: ./src/webgl/underground/index.js + 3 modules
21345
21402
  var underground = __webpack_require__(8521);
21346
21403
  // EXTERNAL MODULE: ./src/webgl/statusbar/index.js + 5 modules
21347
- var statusbar = __webpack_require__(2281);
21404
+ var statusbar = __webpack_require__(6466);
21348
21405
  ;// CONCATENATED MODULE: ./src/webgl/components.js
21349
21406
  /**
21350
21407
  * Author: 朱鹏超
@@ -21854,12 +21911,22 @@ class DrawManager {
21854
21911
  }
21855
21912
 
21856
21913
  this._viewer.scene.globe.depthTestAgainstTerrain = false;
21857
- let geojsonDs = new Cesium.Kq3dGeoJsonDataSource(idCustom);
21914
+
21915
+ let geojsonDs = this._viewer.dataSources.getByName(idCustom);
21916
+
21917
+ if (geojsonDs.length === 0) {
21918
+ geojsonDs = new Cesium.Kq3dGeoJsonDataSource(idCustom);
21919
+
21920
+ this._viewer.dataSources.add(geojsonDs);
21921
+ } else {
21922
+ geojsonDs = geojsonDs[0];
21923
+ }
21924
+
21858
21925
  let that = this;
21859
21926
  geojsonDs.load(geojsonData, style).then(ds => {
21860
- if (style.polygon.outline && style.polygon.outlineDash) {
21927
+ if (style.polygon.outline) {
21861
21928
  ds.entities.values.forEach(entity => {
21862
- if (entity.polygon) {
21929
+ if (entity.polygon && !entity.polyline) {
21863
21930
  entity.polygon.outline = false;
21864
21931
  entity.polyline = {
21865
21932
  positions: entity.polygon.hierarchy._value.positions,
@@ -21872,8 +21939,6 @@ class DrawManager {
21872
21939
  });
21873
21940
  }
21874
21941
 
21875
- that._viewer.dataSources.add(ds);
21876
-
21877
21942
  if (!that._layerGroup.includes(idCustom)) {
21878
21943
  that._layerGroup.push(idCustom);
21879
21944
  }
@@ -118,7 +118,7 @@ class StatusBarViewModel {
118
118
 
119
119
  /***/ }),
120
120
 
121
- /***/ 2356:
121
+ /***/ 1407:
122
122
  /***/ (function(module, __webpack_exports__, __webpack_require__) {
123
123
 
124
124
  /* harmony import */ var _node_modules_css_loader_dist_runtime_api_js__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(7705);
@@ -578,9 +578,9 @@ const __default__ = {
578
578
  // EXTERNAL MODULE: ./node_modules/style-loader/dist/runtime/injectStylesIntoStyleTag.js
579
579
  var injectStylesIntoStyleTag = __webpack_require__(3379);
580
580
  var injectStylesIntoStyleTag_default = /*#__PURE__*/__webpack_require__.n(injectStylesIntoStyleTag);
581
- // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=b8692734&lang=scss
582
- var StatusBarvue_type_style_index_0_id_b8692734_lang_scss = __webpack_require__(2356);
583
- ;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=b8692734&lang=scss
581
+ // EXTERNAL MODULE: ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=0f45d5c6&lang=scss
582
+ var StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss = __webpack_require__(1407);
583
+ ;// CONCATENATED MODULE: ./node_modules/style-loader/dist/cjs.js!./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/dist/stylePostLoader.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/vue-loader/dist/index.js??ruleSet[0]!./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=0f45d5c6&lang=scss
584
584
 
585
585
 
586
586
 
@@ -589,12 +589,12 @@ var options = {};
589
589
  options.insert = "head";
590
590
  options.singleton = false;
591
591
 
592
- var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_b8692734_lang_scss/* default */.Z, options);
592
+ var update = injectStylesIntoStyleTag_default()(StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss/* default */.Z, options);
593
593
 
594
594
 
595
595
 
596
- /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_b8692734_lang_scss = (StatusBarvue_type_style_index_0_id_b8692734_lang_scss/* default.locals */.Z.locals || {});
597
- ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=b8692734&lang=scss
596
+ /* harmony default export */ var statusbar_StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss = (StatusBarvue_type_style_index_0_id_0f45d5c6_lang_scss/* default.locals */.Z.locals || {});
597
+ ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue?vue&type=style&index=0&id=0f45d5c6&lang=scss
598
598
 
599
599
  ;// CONCATENATED MODULE: ./src/webgl/statusbar/StatusBar.vue
600
600