@mapgis/webclient-common 17.2.1 → 17.2.2
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 +10 -2
- package/dist/es5/webclient-common.min.js +2 -2
- package/dist/webclient-common-es6.min.js +2 -2
- package/documention/BaseScene.html +7577 -0
- package/documention/Cesium3DTilesCacheLayer.html +2 -2
- package/documention/Collection.html +198 -4
- package/documention/IGSMapImageLayer.html +1 -3
- package/documention/IGSVectorTileLayer.html +1 -34
- package/documention/ISScene.html +1336 -0
- package/documention/ISSceneLayer.html +2028 -0
- package/documention/ISSceneServer.html +2234 -0
- package/documention/ISSceneSubLayer.html +3356 -0
- package/documention/PointSymbol3D.html +1 -1
- package/documention/S3MTilesCacheLayer.html +7726 -0
- package/documention/SketchEditorVideo.html +2 -2
- package/documention/SketchEditorVideoBase.html +3 -3
- package/documention/VideoMapView.html +4 -4
- package/documention/index.html +1 -1
- package/package.json +1 -1
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
<pre class="prettyprint"><code>// 使用igs服务的3dTiles服务地址
|
|
210
210
|
const cesium3DTilesCacheLayer = new Cesium3DTilesCacheLayer({
|
|
211
211
|
// 服务基地址
|
|
212
|
-
url: 'http://
|
|
212
|
+
url: 'http://webclient.smaryun.com:8089/igs/rest/services/Scene/大雁塔3DTilesServer/3DTilesServer',
|
|
213
213
|
// 初始化参数
|
|
214
214
|
extendOptions: {
|
|
215
215
|
// 开启自动跳转
|
|
@@ -220,7 +220,7 @@ const cesium3DTilesCacheLayer = new Cesium3DTilesCacheLayer({
|
|
|
220
220
|
// 使用tileset静态服务地址
|
|
221
221
|
const cesium3DTilesCacheLayer = new Cesium3DTilesCacheLayer({
|
|
222
222
|
// 服务基地址
|
|
223
|
-
url: 'http://
|
|
223
|
+
url: 'http://webclient.smaryun.com:8200/3DData/ModelCache/3DTileset/1.0/OSGB-大雁塔_3dtiles_meshopt_ktx2/tileset.json',
|
|
224
224
|
// 初始化参数
|
|
225
225
|
extendOptions: {
|
|
226
226
|
// 开启自动跳转
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
|
|
268
268
|
</code>
|
|
269
269
|
</td>
|
|
270
|
-
<td class="name"><code><p
|
|
270
|
+
<td class="name"><code><p>数组集合中的元素</p></code></td>
|
|
271
271
|
</tr>
|
|
272
272
|
|
|
273
273
|
<tr class="deep-level-0">
|
|
@@ -288,6 +288,24 @@
|
|
|
288
288
|
<td class="name"><code><p>items</p></code></td>
|
|
289
289
|
</tr>
|
|
290
290
|
|
|
291
|
+
<tr class="deep-level-0">
|
|
292
|
+
<td class="name"><code><a href="#length">length</a></code></td>
|
|
293
|
+
<td class="name">
|
|
294
|
+
<code>
|
|
295
|
+
|
|
296
|
+
<span class="param-type">
|
|
297
|
+
|
|
298
|
+
Number
|
|
299
|
+
|
|
300
|
+
</span>
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
</code>
|
|
305
|
+
</td>
|
|
306
|
+
<td class="name"><code><p>数组集合的长度</p></code></td>
|
|
307
|
+
</tr>
|
|
308
|
+
|
|
291
309
|
</tbody>
|
|
292
310
|
</table>
|
|
293
311
|
</div>
|
|
@@ -322,7 +340,7 @@
|
|
|
322
340
|
|
|
323
341
|
|
|
324
342
|
<div class="description">
|
|
325
|
-
<p
|
|
343
|
+
<p>数组集合中的元素</p>
|
|
326
344
|
</div>
|
|
327
345
|
|
|
328
346
|
|
|
@@ -429,6 +447,85 @@
|
|
|
429
447
|
|
|
430
448
|
|
|
431
449
|
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
|
|
453
|
+
|
|
454
|
+
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
</dl>
|
|
462
|
+
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
|
|
466
|
+
|
|
467
|
+
</div>
|
|
468
|
+
|
|
469
|
+
<div class="member">
|
|
470
|
+
|
|
471
|
+
<span class="method-parameter is-pulled-right">
|
|
472
|
+
<label>类型:</label>
|
|
473
|
+
|
|
474
|
+
<span class="param-type">
|
|
475
|
+
|
|
476
|
+
Number
|
|
477
|
+
|
|
478
|
+
</span>
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
|
|
482
|
+
</span>
|
|
483
|
+
|
|
484
|
+
<h4 class="name" id="length">
|
|
485
|
+
<a class="href-link" href="#length">#</a>
|
|
486
|
+
|
|
487
|
+
|
|
488
|
+
<span class='tag'>readonly</span>
|
|
489
|
+
|
|
490
|
+
|
|
491
|
+
<span class="code-name">
|
|
492
|
+
length
|
|
493
|
+
</span>
|
|
494
|
+
|
|
495
|
+
</h4>
|
|
496
|
+
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
|
|
500
|
+
<div class="description">
|
|
501
|
+
<p>数组集合的长度</p>
|
|
502
|
+
</div>
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
<dl class="details">
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
|
|
525
|
+
|
|
526
|
+
|
|
527
|
+
|
|
528
|
+
|
|
432
529
|
|
|
433
530
|
|
|
434
531
|
|
|
@@ -8352,7 +8449,7 @@ collection.unshift(1, 2)</code></pre>
|
|
|
8352
8449
|
|
|
8353
8450
|
</code>
|
|
8354
8451
|
</td>
|
|
8355
|
-
<td class="name"><code><p
|
|
8452
|
+
<td class="name"><code><p>数组集合中的元素</p></code></td>
|
|
8356
8453
|
</tr>
|
|
8357
8454
|
|
|
8358
8455
|
<tr class="deep-level-0">
|
|
@@ -8373,6 +8470,24 @@ collection.unshift(1, 2)</code></pre>
|
|
|
8373
8470
|
<td class="name"><code><p>items</p></code></td>
|
|
8374
8471
|
</tr>
|
|
8375
8472
|
|
|
8473
|
+
<tr class="deep-level-0">
|
|
8474
|
+
<td class="name"><code><a href="#length">length</a></code></td>
|
|
8475
|
+
<td class="name">
|
|
8476
|
+
<code>
|
|
8477
|
+
|
|
8478
|
+
<span class="param-type">
|
|
8479
|
+
|
|
8480
|
+
Number
|
|
8481
|
+
|
|
8482
|
+
</span>
|
|
8483
|
+
|
|
8484
|
+
|
|
8485
|
+
|
|
8486
|
+
</code>
|
|
8487
|
+
</td>
|
|
8488
|
+
<td class="name"><code><p>数组集合的长度</p></code></td>
|
|
8489
|
+
</tr>
|
|
8490
|
+
|
|
8376
8491
|
</tbody>
|
|
8377
8492
|
</table>
|
|
8378
8493
|
</div>
|
|
@@ -8407,7 +8522,7 @@ collection.unshift(1, 2)</code></pre>
|
|
|
8407
8522
|
|
|
8408
8523
|
|
|
8409
8524
|
<div class="description">
|
|
8410
|
-
<p
|
|
8525
|
+
<p>数组集合中的元素</p>
|
|
8411
8526
|
</div>
|
|
8412
8527
|
|
|
8413
8528
|
|
|
@@ -8514,6 +8629,85 @@ collection.unshift(1, 2)</code></pre>
|
|
|
8514
8629
|
|
|
8515
8630
|
|
|
8516
8631
|
|
|
8632
|
+
|
|
8633
|
+
|
|
8634
|
+
|
|
8635
|
+
|
|
8636
|
+
|
|
8637
|
+
|
|
8638
|
+
|
|
8639
|
+
|
|
8640
|
+
|
|
8641
|
+
|
|
8642
|
+
|
|
8643
|
+
</dl>
|
|
8644
|
+
|
|
8645
|
+
|
|
8646
|
+
|
|
8647
|
+
|
|
8648
|
+
|
|
8649
|
+
</div>
|
|
8650
|
+
|
|
8651
|
+
<div class="member">
|
|
8652
|
+
|
|
8653
|
+
<span class="method-parameter is-pulled-right">
|
|
8654
|
+
<label>类型:</label>
|
|
8655
|
+
|
|
8656
|
+
<span class="param-type">
|
|
8657
|
+
|
|
8658
|
+
Number
|
|
8659
|
+
|
|
8660
|
+
</span>
|
|
8661
|
+
|
|
8662
|
+
|
|
8663
|
+
|
|
8664
|
+
</span>
|
|
8665
|
+
|
|
8666
|
+
<h4 class="name" id="length">
|
|
8667
|
+
<a class="href-link" href="#length">#</a>
|
|
8668
|
+
|
|
8669
|
+
|
|
8670
|
+
<span class='tag'>readonly</span>
|
|
8671
|
+
|
|
8672
|
+
|
|
8673
|
+
<span class="code-name">
|
|
8674
|
+
length
|
|
8675
|
+
</span>
|
|
8676
|
+
|
|
8677
|
+
</h4>
|
|
8678
|
+
|
|
8679
|
+
|
|
8680
|
+
|
|
8681
|
+
|
|
8682
|
+
<div class="description">
|
|
8683
|
+
<p>数组集合的长度</p>
|
|
8684
|
+
</div>
|
|
8685
|
+
|
|
8686
|
+
|
|
8687
|
+
|
|
8688
|
+
|
|
8689
|
+
|
|
8690
|
+
<dl class="details">
|
|
8691
|
+
|
|
8692
|
+
|
|
8693
|
+
|
|
8694
|
+
|
|
8695
|
+
|
|
8696
|
+
|
|
8697
|
+
|
|
8698
|
+
|
|
8699
|
+
|
|
8700
|
+
|
|
8701
|
+
|
|
8702
|
+
|
|
8703
|
+
|
|
8704
|
+
|
|
8705
|
+
|
|
8706
|
+
|
|
8707
|
+
|
|
8708
|
+
|
|
8709
|
+
|
|
8710
|
+
|
|
8517
8711
|
|
|
8518
8712
|
|
|
8519
8713
|
|
|
@@ -936,9 +936,7 @@ import { IGSMapImageLayer } from "@mapgis/webclient-common"
|
|
|
936
936
|
// 添加图层
|
|
937
937
|
const igsMapImageLayer = new IGSMapImageLayer({
|
|
938
938
|
// 服务基地址
|
|
939
|
-
url: 'http://{ip}:{port}/igs/rest/services/{serviceName}/MapServer'
|
|
940
|
-
// 当sublayers为空时显示所有子图层
|
|
941
|
-
sublayers: []
|
|
939
|
+
url: 'http://{ip}:{port}/igs/rest/services/{serviceName}/MapServer'
|
|
942
940
|
});</code></pre>
|
|
943
941
|
|
|
944
942
|
|
|
@@ -235,7 +235,7 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
|
|
|
235
235
|
</td>
|
|
236
236
|
|
|
237
237
|
|
|
238
|
-
<td class="description last"><p
|
|
238
|
+
<td class="description last"><p>会通过该参数中指定的子图层列表对地图服务中的子图层进行过滤,不在列表中的子图层将不会显示;如果没有指定该参数,则会按照矢量瓦片服务中的子图层的属性显示所有子图层;如果该参数为空数组,则地图服务所有的子图层都不显示。<br>
|
|
239
239
|
目前支持的专题图如下:<br>
|
|
240
240
|
<a class="mapgis-link-name" title="UniqueValueRenderer" UniqueValueRenderer.html><code>1、单值专题图</code></a><br/>
|
|
241
241
|
<a class="mapgis-link-name" title="ClassBreakRenderer" ClassBreakRenderer.html><code>2、分段专题图</code></a><br/>
|
|
@@ -451,39 +451,6 @@ IGS2.0的样式文件地址:http://{ip}:8089/igs/rest/mrcs/vtiles/styles/{样
|
|
|
451
451
|
|
|
452
452
|
|
|
453
453
|
|
|
454
|
-
<tr class="deep-level-1">
|
|
455
|
-
|
|
456
|
-
<td class="name"><code>sublayers</code></td>
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
<td class="type">
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
<span class="param-type">
|
|
463
|
-
|
|
464
|
-
Array.<<a onclick="getTypeHTML(event)" link="IGSVectorTileSubLayer.html">IGSVectorTileSubLayer</a>>
|
|
465
|
-
|
|
466
|
-
</span>
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
</td>
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
<td class="default">
|
|
475
|
-
|
|
476
|
-
[]
|
|
477
|
-
|
|
478
|
-
</td>
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
<td class="description last"><p>子图层信息。指定的和服务器端获取图层的交集, 默认不设置,加载全部图层。可设置子图层的可见性,以及专题图参数。<br/></p></td>
|
|
482
|
-
</tr>
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
454
|
<tr class="deep-level-1">
|
|
488
455
|
|
|
489
456
|
<td class="name"><code>labelsRenderMode</code></td>
|