@mapgis/webclient-common 17.2.2 → 17.2.3
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 +8 -0
- package/dist/es5/webclient-common.min.js +3 -3
- package/dist/webclient-common-es6.min.js +3 -3
- package/documention/ArcGISMapImageSubLayer.html +14 -14
- package/documention/ArcGISTileLayer.html +14 -14
- package/documention/BaseScene.html +320 -6791
- package/documention/BaseView.html +18 -18
- package/documention/Callout3D.html +5 -5
- package/documention/Cesium3DTilesCacheLayer.html +16 -16
- package/documention/Circle.html +5 -5
- package/documention/Extent.html +5 -5
- package/documention/ExtrudeSymbol3DLayer.html +5 -5
- package/documention/FeatureLayer.html +14 -14
- package/documention/FillSymbol.html +5 -5
- package/documention/FillSymbol3DLayer.html +5 -5
- package/documention/GeoJSONLayer.html +14 -14
- package/documention/Geometry.html +5 -5
- package/documention/GraphicsLayer.html +14 -14
- package/documention/GroupLayer.html +14 -14
- package/documention/IGSMapImageSubLayer.html +14 -14
- package/documention/IGSSceneLayer.html +5 -5
- package/documention/IGSSceneSubLayer.html +14 -14
- package/documention/IGSTileLayer.html +14 -14
- package/documention/ISSceneSubLayer.html +14 -744
- package/documention/IconSymbol3DLayer.html +5 -5
- package/documention/LabelClass.html +5 -5
- package/documention/Layer.html +13 -13
- package/documention/LineCallout3D.html +5 -5
- package/documention/LineString.html +5 -5
- package/documention/LineSymbol.html +5 -5
- package/documention/LineSymbol3DLayer.html +5 -5
- package/documention/M3DModelCacheLayer.html +19 -19
- package/documention/MapGISTextSymbol.html +5 -5
- package/documention/MapImageLayer.html +28 -28
- package/documention/MapView.html +19 -19
- package/documention/MarkerSymbol.html +5 -5
- package/documention/MultiLineString.html +5 -5
- package/documention/MultiPoint.html +5 -5
- package/documention/MultiPolygon.html +5 -5
- package/documention/OGCLayer.html +14 -14
- package/documention/ObjectSymbol3DLayer.html +5 -5
- package/documention/OverlayLayer.html +14 -14
- package/documention/PathSymbol3DLayer.html +5 -5
- package/documention/PictureFillSymbol.html +5 -5
- package/documention/Point.html +5 -5
- package/documention/Polygon.html +5 -5
- package/documention/S3MTilesCacheLayer.html +14 -14
- package/documention/SceneLayer.html +14 -14
- package/documention/SceneView.html +19 -19
- package/documention/SimpleFillSymbol.html +5 -5
- package/documention/SketchBaseDrawTool.html +5 -5
- package/documention/SketchCircleDrawTool.html +5 -5
- package/documention/SketchEditor.html +2 -2
- package/documention/SketchEditorCesium.html +2 -2
- package/documention/SketchExtentDrawTool.html +5 -5
- package/documention/SketchFreehandPolygonDrawTool.html +5 -5
- package/documention/SketchFreehandPolylineDrawTool.html +5 -5
- package/documention/SketchPointDrawTool.html +5 -5
- package/documention/SketchPolygonDrawTool.html +10 -10
- package/documention/SketchPolylineDrawTool.html +10 -10
- package/documention/SubLayer.html +13 -13
- package/documention/Symbol.html +5 -5
- package/documention/Symbol3DLayer.html +5 -5
- package/documention/Symbol3DVerticalOffset.html +5 -5
- package/documention/TerrainCacheLayer.html +14 -14
- package/documention/TextSymbol.html +5 -5
- package/documention/TextSymbol3DLayer.html +5 -5
- package/documention/TileLayer.html +14 -14
- package/documention/UnknownLayer.html +14 -14
- package/documention/VectorTileGroupSubLayer.html +14 -14
- package/documention/VectorTileLayer.html +14 -14
- package/documention/VectorTileSubLayer.html +14 -14
- package/documention/WFSLayer.html +14 -14
- package/documention/WMSLayer.html +14 -14
- package/documention/WMSSubLayer.html +14 -14
- package/documention/WMTSLayer.html +14 -14
- package/documention/WMTSSubLayer.html +14 -14
- package/documention/WaterSymbol3DLayer.html +5 -5
- package/documention/WebTileLayer.html +14 -14
- package/documention/index.html +38 -38
- package/package.json +1 -1
|
@@ -601,7 +601,7 @@ const symbol = new TextSymbol3DLayer({
|
|
|
601
601
|
</tr>
|
|
602
602
|
|
|
603
603
|
<tr class="deep-level-0">
|
|
604
|
-
<td class="name"><code><a href="#
|
|
604
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
605
605
|
<td class="name">
|
|
606
606
|
<code>
|
|
607
607
|
|
|
@@ -1031,11 +1031,11 @@ const symbol = new TextSymbol3DLayer({
|
|
|
1031
1031
|
|
|
1032
1032
|
</span>
|
|
1033
1033
|
|
|
1034
|
-
<h4 class="name" id="
|
|
1035
|
-
<a class="href-link" href="#
|
|
1034
|
+
<h4 class="name" id="extensionOptions">
|
|
1035
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
1036
1036
|
|
|
1037
1037
|
<span class="code-name">
|
|
1038
|
-
|
|
1038
|
+
extensionOptions
|
|
1039
1039
|
</span>
|
|
1040
1040
|
|
|
1041
1041
|
</h4>
|
|
@@ -1060,7 +1060,7 @@ const symbol = new TextSymbol3DLayer({
|
|
|
1060
1060
|
|
|
1061
1061
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1062
1062
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1063
|
-
<a goto="
|
|
1063
|
+
<a goto="extensionOptions" link="Symbol.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Symbol#extensionOptions" Symbol.html#extensionOptions>Symbol#extensionOptions</a>
|
|
1064
1064
|
</li></ul></dd>
|
|
1065
1065
|
|
|
1066
1066
|
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
</tr>
|
|
275
275
|
|
|
276
276
|
<tr class="deep-level-0">
|
|
277
|
-
<td class="name"><code><a href="#
|
|
277
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
278
278
|
<td class="name">
|
|
279
279
|
<code>
|
|
280
280
|
|
|
@@ -288,11 +288,11 @@
|
|
|
288
288
|
|
|
289
289
|
</code>
|
|
290
290
|
</td>
|
|
291
|
-
<td class="name"><code><p
|
|
291
|
+
<td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
|
|
292
292
|
</tr>
|
|
293
293
|
|
|
294
294
|
<tr class="deep-level-0">
|
|
295
|
-
<td class="name"><code><a href="#
|
|
295
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
296
296
|
<td class="name">
|
|
297
297
|
<code>
|
|
298
298
|
|
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
|
|
307
307
|
</code>
|
|
308
308
|
</td>
|
|
309
|
-
<td class="name"><code><p
|
|
309
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
310
310
|
</tr>
|
|
311
311
|
|
|
312
312
|
<tr class="deep-level-0">
|
|
@@ -865,11 +865,11 @@
|
|
|
865
865
|
|
|
866
866
|
</span>
|
|
867
867
|
|
|
868
|
-
<h4 class="name" id="
|
|
869
|
-
<a class="href-link" href="#
|
|
868
|
+
<h4 class="name" id="extendProps">
|
|
869
|
+
<a class="href-link" href="#extendProps">#</a>
|
|
870
870
|
|
|
871
871
|
<span class="code-name">
|
|
872
|
-
|
|
872
|
+
extendProps
|
|
873
873
|
</span>
|
|
874
874
|
|
|
875
875
|
</h4>
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
|
|
879
879
|
|
|
880
880
|
<div class="description">
|
|
881
|
-
<p
|
|
881
|
+
<p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
|
|
882
882
|
</div>
|
|
883
883
|
|
|
884
884
|
|
|
@@ -894,7 +894,7 @@
|
|
|
894
894
|
|
|
895
895
|
<dt class="inherited-from">Inherited From:</dt>
|
|
896
896
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
897
|
-
<a goto="
|
|
897
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
898
898
|
</li></ul></dd>
|
|
899
899
|
|
|
900
900
|
|
|
@@ -950,11 +950,11 @@
|
|
|
950
950
|
|
|
951
951
|
</span>
|
|
952
952
|
|
|
953
|
-
<h4 class="name" id="
|
|
954
|
-
<a class="href-link" href="#
|
|
953
|
+
<h4 class="name" id="extensionOptions">
|
|
954
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
955
955
|
|
|
956
956
|
<span class="code-name">
|
|
957
|
-
|
|
957
|
+
extensionOptions
|
|
958
958
|
</span>
|
|
959
959
|
|
|
960
960
|
</h4>
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
|
|
964
964
|
|
|
965
965
|
<div class="description">
|
|
966
|
-
<p
|
|
966
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
967
967
|
</div>
|
|
968
968
|
|
|
969
969
|
|
|
@@ -979,7 +979,7 @@
|
|
|
979
979
|
|
|
980
980
|
<dt class="inherited-from">Inherited From:</dt>
|
|
981
981
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
982
|
-
<a goto="
|
|
982
|
+
<a goto="extensionOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extensionOptions" Layer.html#extensionOptions>Layer#extensionOptions</a>
|
|
983
983
|
</li></ul></dd>
|
|
984
984
|
|
|
985
985
|
|
|
@@ -244,7 +244,7 @@
|
|
|
244
244
|
</tr>
|
|
245
245
|
|
|
246
246
|
<tr class="deep-level-0">
|
|
247
|
-
<td class="name"><code><a href="#
|
|
247
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
248
248
|
<td class="name">
|
|
249
249
|
<code>
|
|
250
250
|
|
|
@@ -258,11 +258,11 @@
|
|
|
258
258
|
|
|
259
259
|
</code>
|
|
260
260
|
</td>
|
|
261
|
-
<td class="name"><code><p
|
|
261
|
+
<td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
|
|
262
262
|
</tr>
|
|
263
263
|
|
|
264
264
|
<tr class="deep-level-0">
|
|
265
|
-
<td class="name"><code><a href="#
|
|
265
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
266
266
|
<td class="name">
|
|
267
267
|
<code>
|
|
268
268
|
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
|
|
277
277
|
</code>
|
|
278
278
|
</td>
|
|
279
|
-
<td class="name"><code><p
|
|
279
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
280
280
|
</tr>
|
|
281
281
|
|
|
282
282
|
<tr class="deep-level-0">
|
|
@@ -774,11 +774,11 @@
|
|
|
774
774
|
|
|
775
775
|
</span>
|
|
776
776
|
|
|
777
|
-
<h4 class="name" id="
|
|
778
|
-
<a class="href-link" href="#
|
|
777
|
+
<h4 class="name" id="extendProps">
|
|
778
|
+
<a class="href-link" href="#extendProps">#</a>
|
|
779
779
|
|
|
780
780
|
<span class="code-name">
|
|
781
|
-
|
|
781
|
+
extendProps
|
|
782
782
|
</span>
|
|
783
783
|
|
|
784
784
|
</h4>
|
|
@@ -787,7 +787,7 @@
|
|
|
787
787
|
|
|
788
788
|
|
|
789
789
|
<div class="description">
|
|
790
|
-
<p
|
|
790
|
+
<p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
|
|
791
791
|
</div>
|
|
792
792
|
|
|
793
793
|
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
|
|
804
804
|
<dt class="inherited-from">Inherited From:</dt>
|
|
805
805
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
806
|
-
<a goto="
|
|
806
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
807
807
|
</li></ul></dd>
|
|
808
808
|
|
|
809
809
|
|
|
@@ -859,11 +859,11 @@
|
|
|
859
859
|
|
|
860
860
|
</span>
|
|
861
861
|
|
|
862
|
-
<h4 class="name" id="
|
|
863
|
-
<a class="href-link" href="#
|
|
862
|
+
<h4 class="name" id="extensionOptions">
|
|
863
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
864
864
|
|
|
865
865
|
<span class="code-name">
|
|
866
|
-
|
|
866
|
+
extensionOptions
|
|
867
867
|
</span>
|
|
868
868
|
|
|
869
869
|
</h4>
|
|
@@ -872,7 +872,7 @@
|
|
|
872
872
|
|
|
873
873
|
|
|
874
874
|
<div class="description">
|
|
875
|
-
<p
|
|
875
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
876
876
|
</div>
|
|
877
877
|
|
|
878
878
|
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
|
|
889
889
|
<dt class="inherited-from">Inherited From:</dt>
|
|
890
890
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
891
|
-
<a goto="
|
|
891
|
+
<a goto="extensionOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extensionOptions" Layer.html#extensionOptions>Layer#extensionOptions</a>
|
|
892
892
|
</li></ul></dd>
|
|
893
893
|
|
|
894
894
|
|
|
@@ -409,7 +409,7 @@
|
|
|
409
409
|
<tbody>
|
|
410
410
|
|
|
411
411
|
<tr class="deep-level-0">
|
|
412
|
-
<td class="name"><code><a href="#
|
|
412
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
413
413
|
<td class="name">
|
|
414
414
|
<code>
|
|
415
415
|
|
|
@@ -423,11 +423,11 @@
|
|
|
423
423
|
|
|
424
424
|
</code>
|
|
425
425
|
</td>
|
|
426
|
-
<td class="name"><code><p
|
|
426
|
+
<td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
|
|
427
427
|
</tr>
|
|
428
428
|
|
|
429
429
|
<tr class="deep-level-0">
|
|
430
|
-
<td class="name"><code><a href="#
|
|
430
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
431
431
|
<td class="name">
|
|
432
432
|
<code>
|
|
433
433
|
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
|
|
442
442
|
</code>
|
|
443
443
|
</td>
|
|
444
|
-
<td class="name"><code><p
|
|
444
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
445
445
|
</tr>
|
|
446
446
|
|
|
447
447
|
<tr class="deep-level-0">
|
|
@@ -591,11 +591,11 @@
|
|
|
591
591
|
|
|
592
592
|
</span>
|
|
593
593
|
|
|
594
|
-
<h4 class="name" id="
|
|
595
|
-
<a class="href-link" href="#
|
|
594
|
+
<h4 class="name" id="extendProps">
|
|
595
|
+
<a class="href-link" href="#extendProps">#</a>
|
|
596
596
|
|
|
597
597
|
<span class="code-name">
|
|
598
|
-
|
|
598
|
+
extendProps
|
|
599
599
|
</span>
|
|
600
600
|
|
|
601
601
|
</h4>
|
|
@@ -604,7 +604,7 @@
|
|
|
604
604
|
|
|
605
605
|
|
|
606
606
|
<div class="description">
|
|
607
|
-
<p
|
|
607
|
+
<p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
|
|
608
608
|
</div>
|
|
609
609
|
|
|
610
610
|
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
|
|
621
621
|
<dt class="inherited-from">Inherited From:</dt>
|
|
622
622
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
623
|
-
<a goto="
|
|
623
|
+
<a goto="extendProps" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendProps" SubLayer.html#extendProps>SubLayer#extendProps</a>
|
|
624
624
|
</li></ul></dd>
|
|
625
625
|
|
|
626
626
|
|
|
@@ -676,11 +676,11 @@
|
|
|
676
676
|
|
|
677
677
|
</span>
|
|
678
678
|
|
|
679
|
-
<h4 class="name" id="
|
|
680
|
-
<a class="href-link" href="#
|
|
679
|
+
<h4 class="name" id="extensionOptions">
|
|
680
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
681
681
|
|
|
682
682
|
<span class="code-name">
|
|
683
|
-
|
|
683
|
+
extensionOptions
|
|
684
684
|
</span>
|
|
685
685
|
|
|
686
686
|
</h4>
|
|
@@ -689,7 +689,7 @@
|
|
|
689
689
|
|
|
690
690
|
|
|
691
691
|
<div class="description">
|
|
692
|
-
<p
|
|
692
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
693
693
|
</div>
|
|
694
694
|
|
|
695
695
|
|
|
@@ -705,7 +705,7 @@
|
|
|
705
705
|
|
|
706
706
|
<dt class="inherited-from">Inherited From:</dt>
|
|
707
707
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
708
|
-
<a goto="
|
|
708
|
+
<a goto="extensionOptions" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extensionOptions" SubLayer.html#extensionOptions>SubLayer#extensionOptions</a>
|
|
709
709
|
</li></ul></dd>
|
|
710
710
|
|
|
711
711
|
|
|
@@ -752,7 +752,7 @@ const customLayer = new VectorTileLayerCustom({
|
|
|
752
752
|
</tr>
|
|
753
753
|
|
|
754
754
|
<tr class="deep-level-0">
|
|
755
|
-
<td class="name"><code><a href="#
|
|
755
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
756
756
|
<td class="name">
|
|
757
757
|
<code>
|
|
758
758
|
|
|
@@ -766,11 +766,11 @@ const customLayer = new VectorTileLayerCustom({
|
|
|
766
766
|
|
|
767
767
|
</code>
|
|
768
768
|
</td>
|
|
769
|
-
<td class="name"><code><p
|
|
769
|
+
<td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
|
|
770
770
|
</tr>
|
|
771
771
|
|
|
772
772
|
<tr class="deep-level-0">
|
|
773
|
-
<td class="name"><code><a href="#
|
|
773
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
774
774
|
<td class="name">
|
|
775
775
|
<code>
|
|
776
776
|
|
|
@@ -784,7 +784,7 @@ const customLayer = new VectorTileLayerCustom({
|
|
|
784
784
|
|
|
785
785
|
</code>
|
|
786
786
|
</td>
|
|
787
|
-
<td class="name"><code><p
|
|
787
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
788
788
|
</tr>
|
|
789
789
|
|
|
790
790
|
<tr class="deep-level-0">
|
|
@@ -1639,11 +1639,11 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
1639
1639
|
|
|
1640
1640
|
</span>
|
|
1641
1641
|
|
|
1642
|
-
<h4 class="name" id="
|
|
1643
|
-
<a class="href-link" href="#
|
|
1642
|
+
<h4 class="name" id="extendProps">
|
|
1643
|
+
<a class="href-link" href="#extendProps">#</a>
|
|
1644
1644
|
|
|
1645
1645
|
<span class="code-name">
|
|
1646
|
-
|
|
1646
|
+
extendProps
|
|
1647
1647
|
</span>
|
|
1648
1648
|
|
|
1649
1649
|
</h4>
|
|
@@ -1652,7 +1652,7 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
1652
1652
|
|
|
1653
1653
|
|
|
1654
1654
|
<div class="description">
|
|
1655
|
-
<p
|
|
1655
|
+
<p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
|
|
1656
1656
|
</div>
|
|
1657
1657
|
|
|
1658
1658
|
|
|
@@ -1668,7 +1668,7 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
1668
1668
|
|
|
1669
1669
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1670
1670
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1671
|
-
<a goto="
|
|
1671
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
1672
1672
|
</li></ul></dd>
|
|
1673
1673
|
|
|
1674
1674
|
|
|
@@ -1724,11 +1724,11 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
1724
1724
|
|
|
1725
1725
|
</span>
|
|
1726
1726
|
|
|
1727
|
-
<h4 class="name" id="
|
|
1728
|
-
<a class="href-link" href="#
|
|
1727
|
+
<h4 class="name" id="extensionOptions">
|
|
1728
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
1729
1729
|
|
|
1730
1730
|
<span class="code-name">
|
|
1731
|
-
|
|
1731
|
+
extensionOptions
|
|
1732
1732
|
</span>
|
|
1733
1733
|
|
|
1734
1734
|
</h4>
|
|
@@ -1737,7 +1737,7 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
1737
1737
|
|
|
1738
1738
|
|
|
1739
1739
|
<div class="description">
|
|
1740
|
-
<p
|
|
1740
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
1741
1741
|
</div>
|
|
1742
1742
|
|
|
1743
1743
|
|
|
@@ -1753,7 +1753,7 @@ off-screen: 使用矢量瓦片来绘制注记;
|
|
|
1753
1753
|
|
|
1754
1754
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1755
1755
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1756
|
-
<a goto="
|
|
1756
|
+
<a goto="extensionOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extensionOptions" Layer.html#extensionOptions>Layer#extensionOptions</a>
|
|
1757
1757
|
</li></ul></dd>
|
|
1758
1758
|
|
|
1759
1759
|
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
<tbody>
|
|
442
442
|
|
|
443
443
|
<tr class="deep-level-0">
|
|
444
|
-
<td class="name"><code><a href="#
|
|
444
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
445
445
|
<td class="name">
|
|
446
446
|
<code>
|
|
447
447
|
|
|
@@ -455,11 +455,11 @@
|
|
|
455
455
|
|
|
456
456
|
</code>
|
|
457
457
|
</td>
|
|
458
|
-
<td class="name"><code><p
|
|
458
|
+
<td class="name"><code><p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
|
|
459
459
|
</tr>
|
|
460
460
|
|
|
461
461
|
<tr class="deep-level-0">
|
|
462
|
-
<td class="name"><code><a href="#
|
|
462
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
463
463
|
<td class="name">
|
|
464
464
|
<code>
|
|
465
465
|
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
|
|
474
474
|
</code>
|
|
475
475
|
</td>
|
|
476
|
-
<td class="name"><code><p
|
|
476
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
477
477
|
</tr>
|
|
478
478
|
|
|
479
479
|
<tr class="deep-level-0">
|
|
@@ -691,11 +691,11 @@
|
|
|
691
691
|
|
|
692
692
|
</span>
|
|
693
693
|
|
|
694
|
-
<h4 class="name" id="
|
|
695
|
-
<a class="href-link" href="#
|
|
694
|
+
<h4 class="name" id="extendProps">
|
|
695
|
+
<a class="href-link" href="#extendProps">#</a>
|
|
696
696
|
|
|
697
697
|
<span class="code-name">
|
|
698
|
-
|
|
698
|
+
extendProps
|
|
699
699
|
</span>
|
|
700
700
|
|
|
701
701
|
</h4>
|
|
@@ -704,7 +704,7 @@
|
|
|
704
704
|
|
|
705
705
|
|
|
706
706
|
<div class="description">
|
|
707
|
-
<p
|
|
707
|
+
<p>初始化当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
|
|
708
708
|
</div>
|
|
709
709
|
|
|
710
710
|
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
|
|
721
721
|
<dt class="inherited-from">Inherited From:</dt>
|
|
722
722
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
723
|
-
<a goto="
|
|
723
|
+
<a goto="extendProps" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extendProps" SubLayer.html#extendProps>SubLayer#extendProps</a>
|
|
724
724
|
</li></ul></dd>
|
|
725
725
|
|
|
726
726
|
|
|
@@ -776,11 +776,11 @@
|
|
|
776
776
|
|
|
777
777
|
</span>
|
|
778
778
|
|
|
779
|
-
<h4 class="name" id="
|
|
780
|
-
<a class="href-link" href="#
|
|
779
|
+
<h4 class="name" id="extensionOptions">
|
|
780
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
781
781
|
|
|
782
782
|
<span class="code-name">
|
|
783
|
-
|
|
783
|
+
extensionOptions
|
|
784
784
|
</span>
|
|
785
785
|
|
|
786
786
|
</h4>
|
|
@@ -789,7 +789,7 @@
|
|
|
789
789
|
|
|
790
790
|
|
|
791
791
|
<div class="description">
|
|
792
|
-
<p
|
|
792
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
793
793
|
</div>
|
|
794
794
|
|
|
795
795
|
|
|
@@ -805,7 +805,7 @@
|
|
|
805
805
|
|
|
806
806
|
<dt class="inherited-from">Inherited From:</dt>
|
|
807
807
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
808
|
-
<a goto="
|
|
808
|
+
<a goto="extensionOptions" link="SubLayer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="SubLayer#extensionOptions" SubLayer.html#extensionOptions>SubLayer#extensionOptions</a>
|
|
809
809
|
</li></ul></dd>
|
|
810
810
|
|
|
811
811
|
|
|
@@ -1007,7 +1007,7 @@ wfsLayer.visible = false</code></pre>
|
|
|
1007
1007
|
</tr>
|
|
1008
1008
|
|
|
1009
1009
|
<tr class="deep-level-0">
|
|
1010
|
-
<td class="name"><code><a href="#
|
|
1010
|
+
<td class="name"><code><a href="#extendProps">extendProps</a></code></td>
|
|
1011
1011
|
<td class="name">
|
|
1012
1012
|
<code>
|
|
1013
1013
|
|
|
@@ -1021,11 +1021,11 @@ wfsLayer.visible = false</code></pre>
|
|
|
1021
1021
|
|
|
1022
1022
|
</code>
|
|
1023
1023
|
</td>
|
|
1024
|
-
<td class="name"><code><p
|
|
1024
|
+
<td class="name"><code><p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p></code></td>
|
|
1025
1025
|
</tr>
|
|
1026
1026
|
|
|
1027
1027
|
<tr class="deep-level-0">
|
|
1028
|
-
<td class="name"><code><a href="#
|
|
1028
|
+
<td class="name"><code><a href="#extensionOptions">extensionOptions</a></code></td>
|
|
1029
1029
|
<td class="name">
|
|
1030
1030
|
<code>
|
|
1031
1031
|
|
|
@@ -1039,7 +1039,7 @@ wfsLayer.visible = false</code></pre>
|
|
|
1039
1039
|
|
|
1040
1040
|
</code>
|
|
1041
1041
|
</td>
|
|
1042
|
-
<td class="name"><code><p
|
|
1042
|
+
<td class="name"><code><p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p></code></td>
|
|
1043
1043
|
</tr>
|
|
1044
1044
|
|
|
1045
1045
|
<tr class="deep-level-0">
|
|
@@ -1836,11 +1836,11 @@ wfsLayer.visible = false</code></pre>
|
|
|
1836
1836
|
|
|
1837
1837
|
</span>
|
|
1838
1838
|
|
|
1839
|
-
<h4 class="name" id="
|
|
1840
|
-
<a class="href-link" href="#
|
|
1839
|
+
<h4 class="name" id="extendProps">
|
|
1840
|
+
<a class="href-link" href="#extendProps">#</a>
|
|
1841
1841
|
|
|
1842
1842
|
<span class="code-name">
|
|
1843
|
-
|
|
1843
|
+
extendProps
|
|
1844
1844
|
</span>
|
|
1845
1845
|
|
|
1846
1846
|
</h4>
|
|
@@ -1849,7 +1849,7 @@ wfsLayer.visible = false</code></pre>
|
|
|
1849
1849
|
|
|
1850
1850
|
|
|
1851
1851
|
<div class="description">
|
|
1852
|
-
<p
|
|
1852
|
+
<p>当前图层对象上不支持的属性,二次开发用户希望挂在图层对像上的属性可以存储到该属性中</p>
|
|
1853
1853
|
</div>
|
|
1854
1854
|
|
|
1855
1855
|
|
|
@@ -1865,7 +1865,7 @@ wfsLayer.visible = false</code></pre>
|
|
|
1865
1865
|
|
|
1866
1866
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1867
1867
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1868
|
-
<a goto="
|
|
1868
|
+
<a goto="extendProps" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extendProps" Layer.html#extendProps>Layer#extendProps</a>
|
|
1869
1869
|
</li></ul></dd>
|
|
1870
1870
|
|
|
1871
1871
|
|
|
@@ -1921,11 +1921,11 @@ wfsLayer.visible = false</code></pre>
|
|
|
1921
1921
|
|
|
1922
1922
|
</span>
|
|
1923
1923
|
|
|
1924
|
-
<h4 class="name" id="
|
|
1925
|
-
<a class="href-link" href="#
|
|
1924
|
+
<h4 class="name" id="extensionOptions">
|
|
1925
|
+
<a class="href-link" href="#extensionOptions">#</a>
|
|
1926
1926
|
|
|
1927
1927
|
<span class="code-name">
|
|
1928
|
-
|
|
1928
|
+
extensionOptions
|
|
1929
1929
|
</span>
|
|
1930
1930
|
|
|
1931
1931
|
</h4>
|
|
@@ -1934,7 +1934,7 @@ wfsLayer.visible = false</code></pre>
|
|
|
1934
1934
|
|
|
1935
1935
|
|
|
1936
1936
|
<div class="description">
|
|
1937
|
-
<p
|
|
1937
|
+
<p>初始化图层的额外参数,可以通过该参数传入引擎原生的构造参数</p>
|
|
1938
1938
|
</div>
|
|
1939
1939
|
|
|
1940
1940
|
|
|
@@ -1950,7 +1950,7 @@ wfsLayer.visible = false</code></pre>
|
|
|
1950
1950
|
|
|
1951
1951
|
<dt class="inherited-from">Inherited From:</dt>
|
|
1952
1952
|
<dd class="inherited-from"><ul class="dummy"><li>
|
|
1953
|
-
<a goto="
|
|
1953
|
+
<a goto="extensionOptions" link="Layer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="Layer#extensionOptions" Layer.html#extensionOptions>Layer#extensionOptions</a>
|
|
1954
1954
|
</li></ul></dd>
|
|
1955
1955
|
|
|
1956
1956
|
|