@mapgis/webclient-cesium-plugin 17.6.0 → 17.6.11
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/README.md +75 -0
- package/dist/es5/webclient-cesium-plugin.min.js +8 -8
- package/dist/es5/webclient-common.min.js +10 -10
- package/dist/webclient-cesium-plugin-es6.min.js +8 -8
- package/documention/FirstPersonPerspective.html +917 -0
- package/documention/FollowPerspective.html +833 -0
- package/documention/GodPerspective.html +735 -0
- package/documention/MapGISMapServerImageryProvider.html +0 -2
- package/documention/MapGISMapServerSingleImageryProvider.html +0 -2
- package/documention/NormalPerspective.html +833 -0
- package/documention/PointFluidSource.html +0 -12
- package/documention/Puddle.html +1452 -0
- package/documention/RouteAnimationControl.html +1088 -0
- package/documention/RouteAnimationLabel.html +661 -0
- package/documention/RouteAnimationModel.html +1327 -0
- package/documention/RouteAnimationPath.html +1406 -0
- package/documention/RouteAnimationPerspective.html +512 -0
- package/documention/RouteAnimationTool.html +1538 -0
- package/documention/SSR.html +1132 -0
- package/documention/TerrainExcavateTool.html +1607 -0
- package/documention/VolumeCloud.html +1271 -0
- package/documention/VolumeFluidSource.html +0 -4
- package/documention/global.html +3 -165
- package/package.json +1 -1
|
@@ -551,10 +551,6 @@ import { SketchEditor } from "@mapgis/webclient-leaflet-plugin" <br/><
|
|
|
551
551
|
<h4 class="name" id="intensity">
|
|
552
552
|
<a class="href-link" href="#intensity">#</a>
|
|
553
553
|
|
|
554
|
-
|
|
555
|
-
<span class='tag'>readonly</span>
|
|
556
|
-
|
|
557
|
-
|
|
558
554
|
<span class="code-name">
|
|
559
555
|
intensity
|
|
560
556
|
</span>
|
package/documention/global.html
CHANGED
|
@@ -2611,171 +2611,6 @@ will reject with an array of all rejected inputs.</p></div>
|
|
|
2611
2611
|
|
|
2612
2612
|
|
|
2613
2613
|
|
|
2614
|
-
</div>
|
|
2615
|
-
|
|
2616
|
-
<div class="member">
|
|
2617
|
-
|
|
2618
|
-
|
|
2619
|
-
|
|
2620
|
-
<h4 class="name" id="buildModuleUrl">
|
|
2621
|
-
<a class="href-link" href="#buildModuleUrl">#</a>
|
|
2622
|
-
|
|
2623
|
-
<span class="code-name" style="font-size:30px">
|
|
2624
|
-
|
|
2625
|
-
buildModuleUrl<span class="signature">(relativeUrl)</span>
|
|
2626
|
-
|
|
2627
|
-
</span>
|
|
2628
|
-
</h4>
|
|
2629
|
-
|
|
2630
|
-
|
|
2631
|
-
|
|
2632
|
-
<div class="description">
|
|
2633
|
-
<p>Given a relative URL under the MapGIS base URL, returns an absolute URL.</p>
|
|
2634
|
-
</div>
|
|
2635
|
-
|
|
2636
|
-
|
|
2637
|
-
|
|
2638
|
-
|
|
2639
|
-
|
|
2640
|
-
|
|
2641
|
-
|
|
2642
|
-
|
|
2643
|
-
|
|
2644
|
-
|
|
2645
|
-
<h4>参数:</h4>
|
|
2646
|
-
|
|
2647
|
-
<div class="table-container">
|
|
2648
|
-
<table class="params table">
|
|
2649
|
-
<thead>
|
|
2650
|
-
<tr>
|
|
2651
|
-
|
|
2652
|
-
<th>名称</th>
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
<th>类型</th>
|
|
2656
|
-
|
|
2657
|
-
|
|
2658
|
-
|
|
2659
|
-
<th class="last">描述</th>
|
|
2660
|
-
</tr>
|
|
2661
|
-
</thead>
|
|
2662
|
-
|
|
2663
|
-
<tbody>
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
|
|
2667
|
-
<tr class="deep-level-0">
|
|
2668
|
-
|
|
2669
|
-
<td class="name"><code>relativeUrl</code></td>
|
|
2670
|
-
|
|
2671
|
-
|
|
2672
|
-
<td class="type">
|
|
2673
|
-
|
|
2674
|
-
|
|
2675
|
-
<span class="param-type">String</span>
|
|
2676
|
-
|
|
2677
|
-
|
|
2678
|
-
|
|
2679
|
-
</td>
|
|
2680
|
-
|
|
2681
|
-
|
|
2682
|
-
|
|
2683
|
-
<td class="description last"><p>The relative path.</p></td>
|
|
2684
|
-
</tr>
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
</tbody>
|
|
2690
|
-
</table>
|
|
2691
|
-
</div>
|
|
2692
|
-
|
|
2693
|
-
|
|
2694
|
-
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
|
|
2698
|
-
<dl class="details">
|
|
2699
|
-
|
|
2700
|
-
|
|
2701
|
-
|
|
2702
|
-
|
|
2703
|
-
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
|
|
2718
|
-
|
|
2719
|
-
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
|
|
2723
|
-
|
|
2724
|
-
|
|
2725
|
-
|
|
2726
|
-
|
|
2727
|
-
|
|
2728
|
-
|
|
2729
|
-
|
|
2730
|
-
</dl>
|
|
2731
|
-
|
|
2732
|
-
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2739
|
-
|
|
2740
|
-
|
|
2741
|
-
|
|
2742
|
-
|
|
2743
|
-
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
|
|
2748
|
-
|
|
2749
|
-
<div class='columns method-parameter'>
|
|
2750
|
-
<div class="column is-2"><label>返回值:</label></div>
|
|
2751
|
-
<div class="column is-10">
|
|
2752
|
-
|
|
2753
|
-
|
|
2754
|
-
|
|
2755
|
-
<div class="columns">
|
|
2756
|
-
|
|
2757
|
-
<div class='param-desc column is-7'><p>The absolutely URL representation of the provided path.</p></div>
|
|
2758
|
-
|
|
2759
|
-
|
|
2760
|
-
<div class='column is-5 has-text-left'>
|
|
2761
|
-
<label>类型: </label>
|
|
2762
|
-
|
|
2763
|
-
<span class="param-type">String</span>
|
|
2764
|
-
|
|
2765
|
-
|
|
2766
|
-
</div>
|
|
2767
|
-
|
|
2768
|
-
</div>
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
</div>
|
|
2772
|
-
</div>
|
|
2773
|
-
|
|
2774
|
-
|
|
2775
|
-
|
|
2776
|
-
|
|
2777
|
-
|
|
2778
|
-
|
|
2779
2614
|
</div>
|
|
2780
2615
|
|
|
2781
2616
|
<div class="member">
|
|
@@ -6997,6 +6832,9 @@ only has then.</p>
|
|
|
6997
6832
|
|
|
6998
6833
|
|
|
6999
6834
|
<span class="param-type">String</span>
|
|
6835
|
+
|
|
|
6836
|
+
|
|
6837
|
+
<span class="param-type">Resource</span>
|
|
7000
6838
|
|
|
7001
6839
|
|
|
7002
6840
|
|
package/package.json
CHANGED