@mapgis/webclient-mapboxgl-plugin 17.6.21 → 17.8.0
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 +38 -0
- package/dist/es5/webclient-common.min.js +11 -11
- package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
- package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
- package/documention/EchartsLayer.html +172 -294
- package/documention/MapView.html +2746 -3023
- package/documention/Popup.html +684 -955
- package/documention/Screenshot.html +455 -665
- package/documention/SketchEditor.html +1584 -1990
- package/documention/fonts/fontawesome-webfont.woff2 +0 -0
- package/documention/fonts/glyphicons-halflings-regular.eot +0 -0
- package/documention/fonts/glyphicons-halflings-regular.svg +288 -0
- package/documention/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/documention/fonts/glyphicons-halflings-regular.woff +0 -0
- package/documention/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/documention/global.html +3334 -4267
- package/documention/index.html +86 -224
- package/documention/initializeOptions.html +265 -350
- package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +195 -319
- package/documention/nav.html +263 -0
- package/documention/scripts/adminlte/app.min.js +472 -0
- package/documention/scripts/bootstrap.min.js +7 -0
- package/documention/scripts/jquery.min.js +4 -0
- package/documention/scripts/jquery.min.map +1 -0
- package/documention/scripts/linenumber.js +22 -19
- package/documention/scripts/main.js +95 -0
- package/documention/scripts/prettify/Apache-License-2.0.txt +202 -0
- package/documention/scripts/prettify/lang-css.js +2 -0
- package/documention/scripts/prettify/prettify.js +28 -0
- package/documention/scripts/underscore-min.js +6 -0
- package/documention/scripts/underscore-min.map +1 -0
- package/documention/styles/adminlte/AdminLTE.min.css +7 -0
- package/documention/styles/adminlte/font-awesome.min.css +4 -0
- package/documention/styles/adminlte/skin-blue.min.css +1 -0
- package/documention/styles/bootstrap.min.css +6 -0
- package/documention/styles/common.css +175 -0
- package/documention/styles/examples.css +116 -0
- package/documention/styles/font-awesome.css +2337 -0
- package/documention/styles/header.css +556 -0
- package/documention/styles/jaguar.css +553 -0
- package/documention/styles/prettify-tomorrow.css +1 -1
- package/documention/styles/style.customize.css +631 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -212,6 +212,44 @@ const mapView = new MapView({
|
|
|
212
212
|
|
|
213
213
|
## 4.1、正式版
|
|
214
214
|
|
|
215
|
+
### v17.8.0
|
|
216
|
+
|
|
217
|
+
**更新说明:**
|
|
218
|
+
|
|
219
|
+
1. 优化
|
|
220
|
+
|
|
221
|
+
- 增加支持区、线类型的几何进行聚类
|
|
222
|
+
|
|
223
|
+
### v17.6.25
|
|
224
|
+
|
|
225
|
+
**更新说明:**
|
|
226
|
+
|
|
227
|
+
1. 功能优化
|
|
228
|
+
|
|
229
|
+
- 修复已知问题
|
|
230
|
+
|
|
231
|
+
### v17.6.24
|
|
232
|
+
|
|
233
|
+
**更新说明:**
|
|
234
|
+
|
|
235
|
+
1. 功能优化
|
|
236
|
+
|
|
237
|
+
- 修复已知问题
|
|
238
|
+
|
|
239
|
+
### v17.6.23
|
|
240
|
+
|
|
241
|
+
**更新说明:**
|
|
242
|
+
|
|
243
|
+
1. 功能优化
|
|
244
|
+
|
|
245
|
+
- 修复已知问题
|
|
246
|
+
|
|
247
|
+
### v17.6.22
|
|
248
|
+
|
|
249
|
+
**更新说明:**
|
|
250
|
+
|
|
251
|
+
- 此版本无更新
|
|
252
|
+
|
|
215
253
|
### v17.6.21
|
|
216
254
|
|
|
217
255
|
**更新说明:**
|