@mapgis/webclient-mapboxgl-plugin 17.2.0 → 17.2.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.
package/README.md CHANGED
@@ -45,13 +45,13 @@ npm install @mapgis/webclient-mapboxgl-plugin
45
45
  1.在该网页中请先选择要下载的版本
46
46
 
47
47
  <center>
48
- <img src="http://192.168.82.91:8086/static/modules/mapboxgl/source/img/开发指南_1.png" style="zoom:100%;" />
48
+ <img src="http://webclient.smaryun.com/static/modules/mapboxgl/source/img/开发指南_1.png" style="zoom:100%;" />
49
49
  </center>
50
50
 
51
51
  2.之后点击相应的版本号,在右侧点击下载按钮,下载压缩包
52
52
 
53
53
  <center>
54
- <img src="http://192.168.82.91:8086/static/modules/mapboxgl/source/img/开发指南_2.png" style="zoom:100%;" />
54
+ <img src="http://webclient.smaryun.com/static/modules/mapboxgl/source/img/开发指南_2.png" style="zoom:100%;" />
55
55
  </center>
56
56
 
57
57
  **开发包位于如下文件夹中**
@@ -146,9 +146,9 @@ npm install @mapgis/webclient-mapboxgl-plugin
146
146
  </style>
147
147
  <script>
148
148
  // 初始化图层管理容器
149
-     const map = new Zondy.Map()
149
+     const map = new zondy.Map()
150
150
      // 初始化地图视图对象
151
-     const mapView = new Zondy.MapViewMapboxgl({
151
+     const mapView = new zondy.mapboxgl.MapView({
152
152
      // 视图id
153
153
        viewId: '你的地图视图的id',
154
154
        // 图层管理容器
@@ -212,6 +212,16 @@ const mapView = new MapViewMapboxgl({
212
212
 
213
213
  ## 4.1、正式版
214
214
 
215
+ ### v17.2.1
216
+
217
+ **更新说明:**
218
+
219
+ 1. 功能优化
220
+
221
+ - 二维(MapboxGL)引擎优化命名空间结构
222
+ - 二维(MapboxGL)引擎修复已知问题
223
+
224
+
215
225
  ### v17.2.0
216
226
 
217
227
  **更新说明:**