@mapgis/webclient-mapboxgl-plugin 17.4.0 → 17.4.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
@@ -188,7 +188,7 @@ npm install @mapgis/webclient-mapboxgl-plugin
188
188
  **引入需要的构造函数**
189
189
 
190
190
  ```typescript
191
- import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin'
191
+ import { MapView } from '@mapgis/webclient-mapboxgl-plugin'
192
192
  import { Map } from "@mapgis/webclient-common"
193
193
  ```
194
194
 
@@ -198,7 +198,7 @@ import { Map } from "@mapgis/webclient-common"
198
198
  // 初始化图层管理容器
199
199
  const map = new Map();
200
200
  // 初始化地图视图对象
201
- const mapView = new MapViewMapboxgl({
201
+ const mapView = new MapView({
202
202
  // 视图id
203
203
  viewId: "你的地图视图的id",
204
204
  // 图层管理容器
@@ -212,6 +212,14 @@ const mapView = new MapViewMapboxgl({
212
212
 
213
213
  ## 4.1、正式版
214
214
 
215
+ ### v17.4.1
216
+
217
+ **更新说明:**
218
+
219
+ 1. 功能优化
220
+
221
+ - 修复API文档中部分接口文档缺失的问题
222
+
215
223
  ### v17.4.0
216
224
 
217
225
  **更新说明:**