@mapgis/webclient-mapboxgl-plugin 17.6.23 → 17.8.1

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 (43) hide show
  1. package/README.md +32 -0
  2. package/dist/es5/webclient-common.min.js +11 -11
  3. package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -1
  4. package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -1
  5. package/documention/EchartsLayer.html +172 -294
  6. package/documention/MapView.html +2746 -3023
  7. package/documention/Popup.html +684 -955
  8. package/documention/Screenshot.html +455 -665
  9. package/documention/SketchEditor.html +1584 -1990
  10. package/documention/fonts/fontawesome-webfont.woff2 +0 -0
  11. package/documention/fonts/glyphicons-halflings-regular.eot +0 -0
  12. package/documention/fonts/glyphicons-halflings-regular.svg +288 -0
  13. package/documention/fonts/glyphicons-halflings-regular.ttf +0 -0
  14. package/documention/fonts/glyphicons-halflings-regular.woff +0 -0
  15. package/documention/fonts/glyphicons-halflings-regular.woff2 +0 -0
  16. package/documention/global.html +3334 -4267
  17. package/documention/index.html +86 -224
  18. package/documention/initializeOptions.html +265 -350
  19. 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
  20. package/documention/nav.html +263 -0
  21. package/documention/scripts/adminlte/app.min.js +472 -0
  22. package/documention/scripts/bootstrap.min.js +7 -0
  23. package/documention/scripts/jquery.min.js +4 -0
  24. package/documention/scripts/jquery.min.map +1 -0
  25. package/documention/scripts/linenumber.js +22 -19
  26. package/documention/scripts/main.js +95 -0
  27. package/documention/scripts/prettify/Apache-License-2.0.txt +202 -0
  28. package/documention/scripts/prettify/lang-css.js +2 -0
  29. package/documention/scripts/prettify/prettify.js +28 -0
  30. package/documention/scripts/underscore-min.js +6 -0
  31. package/documention/scripts/underscore-min.map +1 -0
  32. package/documention/styles/adminlte/AdminLTE.min.css +7 -0
  33. package/documention/styles/adminlte/font-awesome.min.css +4 -0
  34. package/documention/styles/adminlte/skin-blue.min.css +1 -0
  35. package/documention/styles/bootstrap.min.css +6 -0
  36. package/documention/styles/common.css +175 -0
  37. package/documention/styles/examples.css +116 -0
  38. package/documention/styles/font-awesome.css +2337 -0
  39. package/documention/styles/header.css +556 -0
  40. package/documention/styles/jaguar.css +553 -0
  41. package/documention/styles/prettify-tomorrow.css +1 -1
  42. package/documention/styles/style.customize.css +631 -0
  43. package/package.json +4 -4
package/README.md CHANGED
@@ -212,6 +212,38 @@ const mapView = new MapView({
212
212
 
213
213
  ## 4.1、正式版
214
214
 
215
+ ### v17.8.1
216
+
217
+ **更新说明:**
218
+
219
+ 1. 功能优化
220
+
221
+ - 修复已知问题
222
+
223
+ ### v17.8.0
224
+
225
+ **更新说明:**
226
+
227
+ 1. 优化
228
+
229
+ - 增加支持区、线类型的几何进行聚类
230
+
231
+ ### v17.6.25
232
+
233
+ **更新说明:**
234
+
235
+ 1. 功能优化
236
+
237
+ - 修复已知问题
238
+
239
+ ### v17.6.24
240
+
241
+ **更新说明:**
242
+
243
+ 1. 功能优化
244
+
245
+ - 修复已知问题
246
+
215
247
  ### v17.6.23
216
248
 
217
249
  **更新说明:**