@mapgis/webclient-mapboxgl-plugin 17.0.6 → 17.0.7

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.
Files changed (42) hide show
  1. package/README.md +8 -0
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
  4. package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
  5. package/package.json +1 -1
  6. package/documention/document_ArcGISVectorTileLayerView.js.html +0 -265
  7. package/documention/document_EchartsLayerView.js.html +0 -246
  8. package/documention/document_GraphicsLayerView.js.html +0 -314
  9. package/documention/document_IGSFeatureLayerView.js.html +0 -218
  10. package/documention/document_IGSMapImageLayerView.js.html +0 -240
  11. package/documention/document_IGSTileLayerView.js.html +0 -236
  12. package/documention/document_IGSVectorTileLayerView.js.html +0 -264
  13. package/documention/document_MapVLayerView.js.html +0 -247
  14. package/documention/document_WMSLayerView.js.html +0 -240
  15. package/documention/document_WMTSLayerView.js.html +0 -234
  16. package/documention/document_WebTileLayerView.js.html +0 -240
  17. package/documention/document_support_FeatureRenderView.js.html +0 -682
  18. package/documention/document_support_MapboxglGraphicsLayer.js.html +0 -1184
  19. package/documention/document_support_SourceMetaData.js.html +0 -223
  20. package/documention/document_support_Utils.js.html +0 -624
  21. package/documention/document_support_mapbox_mapboxCustomUtil.js.html +0 -322
  22. package/documention/sketchEditor_SketchEditorMapboxgl.js.html +0 -875
  23. package/documention/util_ConvertRendererToStyleLayerUtil.js.html +0 -844
  24. package/documention/util_MapboxglFeatureRender.js.html +0 -225
  25. package/documention/util_MapboxglPlugin.js.html +0 -284
  26. package/documention/view_MapViewMapboxgl.js.html +0 -1882
  27. package/documention/view_utils_ArcGISVectorTileLayerUtil.js.html +0 -382
  28. package/documention/view_utils_EchartsLayerUtil.js.html +0 -194
  29. package/documention/view_utils_IGSMapImageUtil.js.html +0 -373
  30. package/documention/view_utils_IGSTileLayerUtil.js.html +0 -285
  31. package/documention/view_utils_IGSVectorTileLayerUtil.js.html +0 -379
  32. package/documention/view_utils_MapVLayerUtil.js.html +0 -197
  33. package/documention/view_utils_Popup.js.html +0 -525
  34. package/documention/view_utils_Screenshot.js.html +0 -320
  35. package/documention/view_utils_WMSLayerUtil.js.html +0 -337
  36. package/documention/view_utils_WMTSLayerUtil.js.html +0 -331
  37. package/documention/view_utils_WebTileLayerUtil.js.html +0 -284
  38. package/documention/view_utils_echarts_EchartsLayerPlugin.js.html +0 -419
  39. package/documention/view_utils_mapV_MapVLayerPlugin.js.html +0 -527
  40. package/documention/view_utils_mapV_MapvBaseLayer.js.html +0 -477
  41. package/documention/view_utils_support_rasterLayerUtil.js.html +0 -244
  42. package/documention/view_utils_support_vectorLayerUtil.js.html +0 -503
@@ -1,223 +0,0 @@
1
-
2
-
3
- <!DOCTYPE html>
4
- <html lang="en">
5
-
6
- <head>
7
-
8
- <meta charset="utf-8">
9
- <meta name="viewport" content="width=device-width, initial-scale=1">
10
- <title>Client for JavaScript document/support/SourceMetaData.js</title>
11
- <!--[if lt IE 9]>
12
- <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
13
- <![endif]-->
14
- <link type="text/css" rel="stylesheet" href="styles/app.min.css">
15
- <link type="text/css" rel="stylesheet" href="styles/iframe.css">
16
- <link type="text/css" rel="stylesheet" href="">
17
-
18
-
19
- </head>
20
-
21
-
22
-
23
- <body class="layout small-header">
24
- <div id="stickyNavbarOverlay"></div>
25
-
26
-
27
- <div class="top-nav">
28
- <div class="inner">
29
- <a id="hamburger" role="button" class="navbar-burger" aria-label="menu" aria-expanded="false">
30
- <span aria-hidden="true"></span>
31
- <span aria-hidden="true"></span>
32
- <span aria-hidden="true"></span>
33
- </a>
34
- <div class="logo">
35
-
36
- <h1> MapGIS Client for JavaScript API</h1>
37
-
38
-
39
- </div>
40
- <div class="menu">
41
-
42
- <div class="navigation">
43
-
44
-
45
- <a
46
- class="link user-link "
47
- href="/static/modules/common/api/common-mapgis/index.html"
48
- >
49
- Common
50
- </a>
51
-
52
- <a
53
- class="link user-link "
54
- href="/static/modules/cesium/api/cesium-mapgis/index.html"
55
- >
56
- Cesium
57
- </a>
58
-
59
- <a
60
- class="link user-link "
61
- href="/static/modules/mapboxgl/api/mapboxgl-mapgis/index.html"
62
- >
63
- MapboxGL
64
- </a>
65
-
66
- <a
67
- class="link user-link "
68
- href="/static/modules/leaflet/api/leaflet-mapgis/index.html"
69
- >
70
- Leaflet
71
- </a>
72
-
73
- <a
74
- class="link user-link "
75
- href="/static/modules/openlayers/api/openLayers-mapgis/index.html"
76
- >
77
- OpenLayers
78
- </a>
79
-
80
-
81
-
82
- </div>
83
- </div>
84
- </div>
85
- </div>
86
-
87
- <div id="main">
88
- <div
89
- class="sidebar "
90
- id="sidebarNav"
91
- >
92
- <div>
93
- <span class="mapgis-api-document-span"><a href="index.html">API文档</a></span>
94
- </div>
95
-
96
- <div class="search-wrapper">
97
- <input id="search" type="text" placeholder="搜索文档..." class="input">
98
- </div>
99
-
100
- <nav>
101
-
102
- <div class="category"><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">undefined</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Popup.html">Popup</a><span style="display: none;"><p>二维场景信息弹窗(leaflet引擎)
103
- 参考示例:
104
- <a href='#MapView'>[初始化二维场景视图]</a>
105
- [ES6引入方式]:<br/>
106
- import { Popup } from '@mapgis/webclient-leaflet-plugin' <br/>
107
- 自定义样式说明:<br/>
108
- zondy-popup__content 弹窗容器样式<br/>
109
- zondy-popup__tip 弹窗对话框箭头样式<br/>
110
- zondy-popup__header 弹窗头部样式<br/>
111
- zondy-popup__content 弹窗主体样式<br/>
112
- zondy-popup__footer 弹窗底部样式<br/></p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">undefined</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="Screenshot.html">Screenshot</a><span style="display: none;"><p>打印工具</p></span></li></ul><div style="font-weight: bold;vertical-align: middle;padding: 0.4rem 0;" class="mapgis-menu-span"><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/m.png" alt="">草图编辑模块</div><ul class="mapgis-sidebar-menus"><li><img style="width: 20px;margin-right: 6px;vertical-align: middle;" src="./styles/c.png" alt=""><a href="SketchEditorMapboxgl.html">SketchEditorMapboxgl</a><span style="display: none;"><p>二维场景草图编辑类<br/>
113
- <br>[ES5引入方式]:<br/>
114
- const { SketchEditorMapboxgl } = Zondy <br/>
115
- [ES6引入方式]:<br/>
116
- import { SketchEditorMapboxgl } from &quot;@mapgis/webclient-leaflet-plugin&quot; <br/></p></span></li></ul></div>
117
-
118
- </nav>
119
- </div>
120
- <div class="core" id="main-content-wrapper">
121
- <div class="content">
122
- <header id="page-title" class="page-title">
123
- <span class="page-title-main">类名</span>
124
- <span class="page-title-sub">document/support/SourceMetaData.js</span>
125
- </header>
126
-
127
-
128
-
129
-
130
-
131
- <section>
132
- <article>
133
- <pre class="prettyprint source linenums"><code>import { defaultValue } from '@mapgis/webclient-common'
134
-
135
- class SourceMetaData {
136
- constructor(options) {
137
- options = defaultValue(options, {})
138
- this.sourceId = options.sourceId
139
- this.featureCollection = options.featureCollection
140
- this.layerId = options.layerId
141
- this.renderType = options.renderType
142
- // 是否需要更新
143
- this._sourceDirty = false
144
- this._styleLayerDirty = false
145
- }
146
-
147
- setDirty(dirty) {
148
- this._sourceDirty = dirty
149
- this._styleLayerDirty = dirty
150
- }
151
-
152
- getDirty() {
153
- return this._sourceDirty || this._styleLayerDirty
154
- }
155
-
156
- /**
157
- * @description: 设置sourceLayer
158
- * @param {*} dirty
159
- * @return {*}
160
- */
161
- setSourceDirty(dirty) {
162
- this._sourceDirty = dirty
163
- }
164
-
165
- getSourceDirty() {
166
- return this._sourceDirty
167
- }
168
-
169
- /**
170
- * @description: 设置styleLayer
171
- * @param {*} dirty
172
- * @return {*}
173
- */
174
- setStyleLayerDirty(dirty) {
175
- this._styleLayerDirty = dirty
176
- }
177
-
178
- getStyleLayerDirty() {
179
- return this._styleLayerDirty
180
- }
181
- }
182
- export default SourceMetaData
183
- </code></pre>
184
- </article>
185
- </section>
186
-
187
-
188
-
189
-
190
- </div>
191
-
192
- <footer class="footer">
193
- <div class="content has-text-centered">
194
- <p>文档生成<a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a></p>
195
- <p class="sidebar-created-by">
196
- <a href="http://www.smaryun.com" target="_blank">司马云</a> <span>© 2023 云生态圈</span>
197
- <a href="http://192.168.82.89:8086/#/index" target="_blank">MapGIS Client for JavaScript</a>
198
- </p>
199
- </div>
200
- </footer>
201
-
202
- </div>
203
- <div id="side-nav" class="side-nav">
204
- <div style="margin-bottom: 10px;">
205
- <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#page-title">构造函数</a>
206
- </div>
207
- <div style="margin-bottom: 10px;">
208
- <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#member">成员变量</a>
209
- </div>
210
- <div style="margin-bottom: 10px;">
211
- <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#function">方法</a>
212
- </div>
213
- <div>
214
- <img style="vertical-align: middle;margin-right: 10px;width: 30px;" src="./styles/anchor.png"/><a href="#event">事件</a>
215
- </div>
216
- </div>
217
- </div>
218
- <script src="scripts/linenumber.js"> </script>
219
-
220
- <script src="scripts/search.js"> </script>
221
-
222
- </body>
223
- </html>