@mapgis/webclient-mapboxgl-plugin 17.4.0 → 17.6.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 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,70 @@ const mapView = new MapViewMapboxgl({
212
212
 
213
213
  ## 4.1、正式版
214
214
 
215
+ ### v17.6.0
216
+
217
+ **更新说明:**
218
+
219
+ 1. 功能新增
220
+
221
+ - 支持百度、高德瓦片服务纠偏显示
222
+
223
+ 2. 功能优化
224
+
225
+ - 此版本无更新
226
+
227
+ ### v17.4.7
228
+
229
+ **更新说明:**
230
+
231
+ 1. 功能优化
232
+
233
+ - 优化视图范围处理逻辑,解决不同参考系图层切换时范围异常的问题
234
+
235
+ ### v17.4.6
236
+
237
+ **更新说明:**
238
+
239
+ 1. 功能优化
240
+
241
+ - 此版本无更新
242
+
243
+ ### v17.4.5
244
+
245
+ **更新说明:**
246
+
247
+ 1. 功能优化
248
+
249
+ - 此版本无更新
250
+
251
+ ### v17.4.4
252
+
253
+ **更新说明:**
254
+
255
+ - 优化图层裁剪功能
256
+
257
+ ### v17.4.3
258
+
259
+ **更新说明:**
260
+
261
+ - 此版本无更新
262
+
263
+ ### v17.4.2
264
+
265
+ **更新说明:**
266
+
267
+ 1. 功能优化
268
+
269
+ - 增强WMS服务对BBOX坐标反转情况的支持
270
+
271
+ ### v17.4.1
272
+
273
+ **更新说明:**
274
+
275
+ 1. 功能优化
276
+
277
+ - 修复API文档中部分接口文档缺失的问题
278
+
215
279
  ### v17.4.0
216
280
 
217
281
  **更新说明:**
@@ -318,4 +382,4 @@ const mapView = new MapViewMapboxgl({
318
382
 
319
383
  **备注:**
320
384
 
321
- @mapgis/mapbox-gl v17.0.0 基于官方 Mapbox-GL v1.10.0 进行了定制和扩展开发
385
+ @mapgis/mapbox-gl v17.0.0 基于官方 Mapbox-GL v1.10.0 进行了定制和扩展开发