@mapgis/webclient-mapboxgl-plugin 10.3.4 → 17.0.2

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 (91) hide show
  1. package/README.md +234 -162
  2. package/dist/es5/webclient-common.min.js +90 -0
  3. package/dist/es5/webclient-mapboxgl-plugin.min.js +1 -0
  4. package/dist/webclient-mapboxgl-plugin-es6.min.js +1 -0
  5. package/documention/EchartsLayer.html +208 -0
  6. package/documention/MapViewMapboxgl.html +3416 -0
  7. package/documention/Popup.html +1352 -0
  8. package/documention/Screenshot.html +918 -0
  9. package/documention/SketchEditorMapboxgl.html +3212 -0
  10. package/documention/document_ArcGISVectorTileLayerView.js.html +265 -0
  11. package/documention/document_EchartsLayerView.js.html +246 -0
  12. package/documention/document_GraphicsLayerView.js.html +314 -0
  13. package/documention/document_IGSFeatureLayerView.js.html +218 -0
  14. package/documention/document_IGSMapImageLayerView.js.html +240 -0
  15. package/documention/document_IGSTileLayerView.js.html +236 -0
  16. package/documention/document_IGSVectorTileLayerView.js.html +264 -0
  17. package/documention/document_MapVLayerView.js.html +247 -0
  18. package/documention/document_WMSLayerView.js.html +240 -0
  19. package/documention/document_WMTSLayerView.js.html +234 -0
  20. package/documention/document_WebTileLayerView.js.html +240 -0
  21. package/documention/document_support_FeatureRenderView.js.html +682 -0
  22. package/documention/document_support_MapboxglGraphicsLayer.js.html +1184 -0
  23. package/documention/document_support_SourceMetaData.js.html +223 -0
  24. package/documention/document_support_Utils.js.html +624 -0
  25. package/documention/document_support_mapbox_mapboxCustomUtil.js.html +322 -0
  26. package/documention/global.html +81 -0
  27. package/documention/index.html +251 -0
  28. package/documention/module-%E5%AE%A2%E6%88%B7%E7%AB%AF%E5%8F%AF%E8%A7%86%E5%8C%96.MapvLayer.html +274 -0
  29. package/documention/scripts/app.min.js +1 -0
  30. package/documention/scripts/linenumber.js +26 -0
  31. package/documention/scripts/search.js +45 -0
  32. package/documention/scripts/sideBar.js +87 -0
  33. package/documention/sketchEditor_SketchEditorMapboxgl.js.html +875 -0
  34. package/documention/styles/anchor.png +0 -0
  35. package/documention/styles/app.min.css +1 -0
  36. package/documention/styles/c.png +0 -0
  37. package/documention/styles/iframe.css +29 -0
  38. package/documention/styles/m.png +0 -0
  39. package/documention/styles/prettify-jsdoc.css +111 -0
  40. package/documention/styles/prettify-tomorrow.css +132 -0
  41. package/documention/styles/reset.css +44 -0
  42. package/documention/styles/up-arrow.png +0 -0
  43. package/documention/tutorial-1./345/277/253/351/200/237/345/205/245/351/227/250.html +17 -0
  44. package/documention/util_ConvertRendererToStyleLayerUtil.js.html +844 -0
  45. package/documention/util_MapboxglFeatureRender.js.html +225 -0
  46. package/documention/util_MapboxglPlugin.js.html +284 -0
  47. package/documention/view_MapViewMapboxgl.js.html +1882 -0
  48. package/documention/view_utils_ArcGISVectorTileLayerUtil.js.html +382 -0
  49. package/documention/view_utils_EchartsLayerUtil.js.html +194 -0
  50. package/documention/view_utils_IGSMapImageUtil.js.html +373 -0
  51. package/documention/view_utils_IGSTileLayerUtil.js.html +285 -0
  52. package/documention/view_utils_IGSVectorTileLayerUtil.js.html +379 -0
  53. package/documention/view_utils_MapVLayerUtil.js.html +197 -0
  54. package/documention/view_utils_Popup.js.html +525 -0
  55. package/documention/view_utils_Screenshot.js.html +320 -0
  56. package/documention/view_utils_WMSLayerUtil.js.html +337 -0
  57. package/documention/view_utils_WMTSLayerUtil.js.html +331 -0
  58. package/documention/view_utils_WebTileLayerUtil.js.html +284 -0
  59. package/documention/view_utils_echarts_EchartsLayerPlugin.js.html +419 -0
  60. package/documention/view_utils_mapV_MapVLayerPlugin.js.html +527 -0
  61. package/documention/view_utils_mapV_MapvBaseLayer.js.html +477 -0
  62. package/documention/view_utils_support_rasterLayerUtil.js.html +244 -0
  63. package/documention/view_utils_support_vectorLayerUtil.js.html +503 -0
  64. package/package.json +20 -20
  65. package/core/Base.js +0 -15
  66. package/core/index.js +0 -5
  67. package/index.js +0 -6
  68. package/overlay/D3Layer.js +0 -108
  69. package/overlay/EchartsLayer.js +0 -242
  70. package/overlay/ElsCubeLayer.js +0 -125
  71. package/overlay/MapvLayer.js +0 -296
  72. package/overlay/StreamLayer.js +0 -83
  73. package/overlay/TimeSpaceCubeLayer.js +0 -135
  74. package/overlay/dthree/mapbox-d3.css +0 -9
  75. package/overlay/echarts/MapCoordSys.js +0 -105
  76. package/overlay/echarts/MapModel.js +0 -0
  77. package/overlay/echarts/MapView.js +0 -0
  78. package/overlay/echarts/index.js +0 -4
  79. package/overlay/index.js +0 -31
  80. package/overlay/mapv/MapvBaseLayer.js +0 -299
  81. package/overlay/mapv/index.js +0 -5
  82. package/overlay/stream/GeojsonStreamLayer.js +0 -135
  83. package/overlay/stream/MapvStreamLayer.js +0 -79
  84. package/overlay/stream/index.js +0 -3
  85. package/overlay/stream/popup.css +0 -31
  86. package/service/index.js +0 -1
  87. package/service/socket/ISocketService.js +0 -121
  88. package/service/socket/SocketEvent.js +0 -50
  89. package/service/socket/SocketService.js +0 -90
  90. package/util/Evented.js +0 -295
  91. package/util/Util.js +0 -348
package/README.md CHANGED
@@ -1,162 +1,234 @@
1
- # MapGIS WebClient-JavaScript-Plugin
2
-
3
- [![npm version][npm-img]][npm-url]
4
- [![build status][travis-img]][travis-url]
5
- [![apache licensed](https://img.shields.io/badge/license-Apache%202.0-orange.svg?style=flat-square)](https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/blob/master/LICENSE)
6
-
7
- [npm-img]: https://img.shields.io/npm/v/esri-leaflet.svg?style=flat-square
8
- [npm-url]: https://www.npmjs.com/package/esri-leaflet
9
- [travis-img]: https://img.shields.io/travis/Esri/esri-leaflet/master.svg?style=flat-square
10
- [travis-url]: https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin
11
-
12
- [WebClient-JavaScript](https://github.com/MapGIS/WebClient-JavaScript) 的官方插件。针对 [IGService-X](http://client.snanyun.com:8899/ui/gallery-leaflet.html#igserverx)服务类型. 集成百度 [MapV](https://github.com/huiyan-fe/mapv), 百度[Echarts](https://github.com/apache/incubator-echarts) 阿里L7 [L7](https://github.com/antvis/L7) Data-Driven Documents[D3](https://github.com/d3/d3)等常见互联网的技术.
13
-
14
- > 该工程由中地数码多个团队协同配合,主要是将公网的开源技术进行整合,如果需要`高级收费`的js版本,请联系内部维护人员.
15
-
16
- 这个工程的目标 **不是** 替代司马云上的官方 [WebClient-JavaScript](https://github.com/MapGIS/WebClient-JavaScript) 而是作为一种补集 *针对* 传统GIS技术中较少使用的大数据可视化,时空聚类,前端空间分析,客户端专题去等提供额外的功能支撑.
17
-
18
- > 司马云上的官方的传统的**WebClient-JavaScript**完全满足常规的GIS开发模式
19
-
20
- ## 目录
21
-
22
- - [开始](#getting-started)
23
- - [示例](#示例)
24
- - [使用方式](#使用方式)
25
- - [API接口](#API接口)
26
- - [独立插件](#独立插件)
27
- - [问题](#问题)
28
- - [依赖](#依赖)
29
- - [深入了解](#深入了解)
30
- - [开发说明](#开发说明)
31
- - [版本控制](#版本控制)
32
- - [贡献方式](#贡献方式)
33
- - [团队](#团队)
34
- - [证书](#证书)
35
-
36
- ## 示例
37
- 请看 [Zondy.Echarts](http://client.snanyun.com:8899/ui/gallery-mapbox.html#dataview), [Zondy.Mapv](http://client.snanyun.com:8899/ui/gallery-mapbox.html#dataview-mapv-path_converge), [Zondy.D3](http://client.snanyun.com:8899/ui/gallery-leaflet.html#dataview-d3-csv).
38
-
39
- ![示例图片](https://raw.githubusercontent.com/ParnDeedlit/WebClient-JavaScript-Plugin/master/assets/img/template.png)
40
-
41
- > http://client.snanyun.com:8899/ui/index.html
42
-
43
- ## 使用方式
44
-
45
- **两种使用方式:**
46
-
47
- 1. 配合WebClient-JavaScript使用
48
- 1. 单独使用WebClient-JavaScript-Plugin
49
-
50
- ### 1.WebClient-JavaScript使用
51
-
52
- > WebClient-JavaScript中的**include-leaflet/cesium/openlayers/mapboxgl.js**会`默认自动引入`该脚本, 前提是没有使用`exclude标签`将plugin插件单独`排除`出去
53
-
54
- #### 使用方式
55
-
56
- ``` javascript
57
- <script src="./libs/zondyclient/include-mapboxgl-local.js"></script>
58
- ```
59
-
60
- ``` javascript
61
- if (!inArray(excludes, 'plugin')) {
62
- //这里是三方如igserver-x,datastore,mapv,echart等的api
63
- inputCSS(httpUrl + "/cdn/zondyclient/webclient-mapboxgl-plugins.css");
64
- inputScript(httpUrl + "/cdn/zondyclient/webclient-mapboxgl-plugins.min.js");
65
- }
66
- ```
67
-
68
- ### 2.单独使用
69
- 以百度Echatrs为例,如果要使用 EchartsLayer图层:
70
- ``` javascript
71
- layer = new mapboxgl.zondy.EchartsLayer(map, option).addTo(map);
72
- ```
73
-
74
- 引用顺序如下: 必须是地图脚本主题先引入-> 使用的三方js(echarts/mapv)-> 本文的插件js
75
-
76
- 1. 引入基本的 mapbox-gl.js脚本库 [mapbox-gl.js](https://api.tiles.mapbox.com/mapbox-gl-js/v0.52.0/mapbox-gl.js)
77
- 1. 引入使用的echarts.js库 [incubator-echarts](https://github.com/apache/incubator-echarts)
78
- 1. 引入本文提到的 WebClient-JavaScript-Plugin.js库
79
-
80
- ## [API接口](http://client.snanyun.com:8899/api/leaflet/index.html)
81
-
82
- 1. [Leaflet API](http://client.snanyun.com:8899/api/leaflet/index.html)
83
- 1. [OpenLayers API](http://client.snanyun.com:8899/api/openlayers/index.html)
84
- 1. [MapboxGL API](http://client.snanyun.com:8899/api/mapboxgl/index.html)
85
-
86
- > cesium模块由三维部门`单独负责`!
87
-
88
- ## 独立插件
89
-
90
- 除了基本的地图脚本库:leaflet,openlauyer之外 一些常见的js库如:turfjs(空间分析)等可以直接单独引入。 **推荐使用Turf做几何判断**
91
-
92
- |独立js库|cdn地址|node使用|
93
- |:---|:---|:---|
94
- |turfjs|https://npmcdn.com/@turf/turf/turf.min.js|import * as turf from '@turf/turf'|
95
-
96
- ## 问题
97
-
98
- * [判断多边形自相交?](https://github.com/MapGIS/WebClient-JavaScript/issues/18)
99
- * [后台空间分析出错误?](https://github.com/MapGIS/WebClient-JavaScript/issues/5)
100
-
101
- ## 深入了解
102
-
103
- ### 开发说明
104
-
105
- 如何从源代码编译脚本.
106
-
107
- 1. [分支 & 克隆 WebClient-JavaScript-Plugin](https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin.git)
108
- 2. `cd` 进入 `WebClient-JavaScript-Plugin` 文件夹
109
- 3.安装 [`package.json`](https://github.com/ParnDeedlit/WebClient-JavaScript-Plugin/blob/master/package.json) 所需依赖 `npm install`
110
- 4. 执行命令 `npm run mapbox-cmj` 编译通用的commonjs版本的mapboxgl-plugin插件js,生成的js文件保存到 `dist` 文件夹下.
111
- 5. 拷贝编译好的`webclient-mapboxgl-plugins.cmj.min.js`文件单独使用
112
- 6. 将你自己的修改提交到远程仓库[pull request](https://help.github.com/articles/creating-a-pull-request)
113
-
114
- ### 依赖
115
-
116
- * webclient-leaflet-plugin.js [1.0+](https://leafletjs.com/2018/12/30/leaflet-1.4.0.html) ([CDN链接](https://unpkg.com/leaflet@1.4.0/dist/leaflet.js))
117
- * [Leaflet](http://leafletjs.com) version 1.0+
118
- * webclient-openlayers-plugin.js [5.0+](https://openlayers.org/) ([CDN链接](https://cdn.rawgit.com/openlayers/openlayers.github.io/master/en/v5.3.0/build/ol.js))
119
- * [OpenLayers](https://openlayers.org/) version 5.0+
120
- * webclient-mapboxgl-plugin.js [0.50+]() ([CDN链接](https://github.com/mapbox/mapbox-gl-js/releases))
121
- * [MapboxGL](https://docs.mapbox.com/mapbox-gl-js/api/) version 0.50+
122
-
123
-
124
- 本仓库 `master` 分支 *仅* 针对最新版的的脚本库。
125
-
126
- ### 版本控制
127
-
128
- 1. master分支实时更新10.3.0.201xmmdd
129
- 1. release分支, 一月一次大的版本更新10.3.0.20190101 -> 10.3.1.20190201
130
- 1. cd leaflet root path & npm publish --access public
131
-
132
- ### 贡献方式
133
-
134
- 请参考 [guidelines for contributing](https://github.com/Esri/esri-leaflet/blob/master/CONTRIBUTING.md).
135
-
136
- ### 团队
137
-
138
- * 创新中心 [DataStore]()
139
- * IGserver-X [IGserver-X]()
140
- * IGServer-S [IGserver-S]()
141
-
142
- ```js
143
- L.zondy.EchartsLayer(map, option).addTo(map);
144
- ```
145
-
146
- ### 证书
147
-
148
- Copyright &copy; 2014-2019 MapGIS
149
-
150
- Licensed under the Apache License, Version 2.0 (the "License");
151
- you may not use this file except in compliance with the License.
152
- You may obtain a copy of the License at
153
-
154
- > http://www.apache.org/licenses/LICENSE-2.0
155
-
156
- Unless required by applicable law or agreed to in writing, software
157
- distributed under the License is distributed on an "AS IS" BASIS,
158
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
159
- See the License for the specific language governing permissions and
160
- limitations under the License.
161
-
162
- A copy of the license is available in the repository's [LICENSE](./LICENSE) file.
1
+ # 1、获取 MapGIS Client for JavaScript(Mapboxgl) 开发包
2
+
3
+ 开发时需要引入MapGIS Client for JavaScript(Mapboxgl)开发包;其中包括必备的 CSS 文件和 JS 文件;
4
+
5
+ 开发库分为正式发行版和Beta版;
6
+
7
+ * 正式版:面向公网用户,半年发行一次,发行后不会增加新功能,仅会修订BUG
8
+ * Beta版:面向内网用户,每周发行一次,会修订BUG并增加新功能
9
+ 下面分别介绍两种版本包的获取方式:
10
+
11
+ ## 1.1、正式发行版及其更新包
12
+
13
+ ### 1.1.1、文件方式引入
14
+
15
+ **前往**[司马云官网](http://smaryun.com/dev/download_detail.html#/download828)**下载MapGIS Client for JavaScript开发库**
16
+
17
+ 以10.7.0.10为例,其中:
18
+
19
+ * mapgis-client-for-javascript-dist-v10.7.0.10.rar为开发库
20
+ * mapgis-client-for-javascript-all-v10.7.0.10.rar为开发库+示例站点
21
+ **Webclient-Mapboxgl-Plugin所需开发包位于如下文件夹中**
22
+
23
+ * webclient-mapboxgl-plugin库:`mapgis-client-for-javascript-all-v10.7.0.10\dist\cdn\zondyclient\webclient-mapboxgl-plugin.min.js`
24
+ * Mapboxgl库:`mapgis-client-for-javascript-all-v10.7.0.10\dist\cdn\mapboxgl`
25
+ **之后请将webclient-mapboxgl-plugin.min.js文件和mapboxgl文件夹拷贝出来,放入项目的静态资源目录**。
26
+
27
+ ### 1.1.2、npm 方式引入
28
+
29
+ **通过公网NPM的方式进行安装**
30
+
31
+ ```plain
32
+ npm install @mapgis/webclient-mapboxgl-plugin
33
+ ```
34
+
35
+ ## 1.2、Beta版
36
+
37
+ ### 1.2.1、文件方式引入
38
+
39
+ **请前往内网开发库下载Webclient-Mapboxgl-Plugin相关开发包**
40
+
41
+ * [@mapgis/webclient-mapboxgl-plugin](http://192.168.11.130:4873/-/web/detail/@mapgis/webclient-mapboxgl-plugin)
42
+ * [@mapgis/mapboxgl](http://192.168.11.130:4873/-/web/detail/@mapgis/mapbox-gl)
43
+ 17.0.0版本为例进行说明
44
+
45
+ 1.在该网页中请先选择要下载的版本
46
+
47
+ <center>
48
+ <img src="http://webclient.smaryun.com/static/modules/mapboxgl/source/img/开发指南_1.png" style="zoom:100%;" />
49
+ </center>
50
+
51
+ 2.之后点击相应的版本号,在右侧点击下载按钮,下载压缩包
52
+
53
+ <center>
54
+ <img src="http://webclient.smaryun.com/static/modules/mapboxgl/source/img/开发指南_2.png" style="zoom:100%;" />
55
+ </center>
56
+
57
+ **开发包位于如下文件夹中**
58
+
59
+ * webclient-mapboxgl-plugin库:`webclient-mapboxgl-plugin-17.0.0\package\dist\webclient-mapboxgl-plugin.min.js`
60
+ * Mapboxgl库:`mapboxgl-17.0.0\package\dist`
61
+
62
+ **请将**`mapboxgl-17.0.0\package\dist`**改名为mapboxgl,之后将**`webclient-mapboxgl-plugin.min.js`
63
+
64
+ **文件和mapboxgl文件夹拷贝出来,放入项目的静态资源目录**
65
+
66
+ ### 1.2.2、npm 方式引入
67
+
68
+ **请先将npm源切换为内网:**
69
+
70
+ ```typescript
71
+ npm set registry http://192.168.11.130:4873/
72
+ ```
73
+
74
+ **通过内网NPM的方式进行安装**
75
+
76
+ ```plain
77
+ npm install @mapgis/webclient-mapboxgl-plugin
78
+ ```
79
+
80
+ # 2、如何引入开发库
81
+
82
+ ## 2.1、文件方式引入
83
+
84
+ **在index.html中引入引擎库和插件库**
85
+
86
+ ```typescript
87
+ <!DOCTYPE html>
88
+ <html>
89
+ <head>
90
+ <meta charset="utf-8">
91
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
92
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
93
+ <!--引擎库-->
94
+ <link rel="stylesheet" href="http://{ip}:{port}/{你的路径}/mapboxgl/mapbox-gl.css">
95
+ <script src="http://{ip}:{port}/{你的路径}/mapboxgl/mapbox-gl.js"></script>
96
+ <!--plugin库-->
97
+ <script src="http://{ip}:{port}/{你的路径}/zondyclient/webclient-mapboxgl-plugin.min.js"></script>
98
+ </head>
99
+ </html>
100
+ ```
101
+
102
+ ## 2.1、npm 方式引入
103
+
104
+ **通过npm的方式安装@mapgis/webclient-mapboxgl-plugin插件库**
105
+
106
+ ```typescript
107
+ npm install @mapgis/webclient-mapboxgl-plugin
108
+ ```
109
+
110
+ # 3、初始化场景视图
111
+
112
+ ## 3.1、文件方式引入
113
+
114
+ **在项目的css文件中设置地图视图容器的样式,否则地图视图无法显示**
115
+
116
+ ```typescript
117
+ /*设置地图视图的样式,一定要设置否则地图无法显示*/
118
+ #你的地图视图的id {
119
+ width: 100%;
120
+ height: 100%;
121
+ position: absolute;
122
+ }
123
+ ```
124
+
125
+ **初始化地图视图对象**
126
+
127
+ ```typescript
128
+ <!DOCTYPE html>
129
+ <html>
130
+ <head>
131
+ <meta charset="utf-8">
132
+ <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
133
+ <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
134
+ <!--引擎库-->
135
+ <link rel="stylesheet" href="http://{ip}:{port}/{你的路径}/mapboxgl/mapbox-gl.css">
136
+ <script src="http://{ip}:{port}/{你的路径}/mapboxgl/mapbox-gl.js"></script>
137
+ <!--plugin库-->
138
+ <script src="http://{ip}:{port}/{你的路径}/zondyclient/webclient-mapboxgl-plugin.min.js"></script>
139
+ <style>
140
+ /*设置地图视图的样式,一定要设置否则地图无法显示*/
141
+ #你的地图视图的id {
142
+ width: 100%;
143
+ height: 100%;
144
+ position: absolute;
145
+ }
146
+ </style>
147
+ <script>
148
+ // 初始化图层管理容器
149
+     const map = new Zondy.Map()
150
+     // 初始化地图视图对象
151
+     const mapView = new Zondy.MapViewMapboxgl({
152
+     // 视图id
153
+       viewId: '你的地图视图的id',
154
+       // 图层管理容器
155
+       map: map
156
+     })
157
+ </script>
158
+ </head>
159
+ <!--地图视图容器div-->
160
+ <div id="你的地图视图的id">
161
+ </div>
162
+ </html>
163
+ ```
164
+
165
+ ## 3.2、npm 方式引入
166
+
167
+ **以VUE项目为例,React和Angular类似**
168
+
169
+ **在项目的css文件中设置地图视图容器的样式,否则地图视图无法显示**
170
+
171
+ ```typescript
172
+ /*设置地图视图的样式,一定要设置否则地图无法显示*/
173
+ #你的地图视图的id {
174
+ width: 100%;
175
+ height: 100%;
176
+ position: absolute;
177
+ }
178
+ ```
179
+
180
+ **在你的vue组件的template中设置地图视图容器的div元素**
181
+
182
+ ```typescript
183
+ <!--地图视图容器div-->
184
+ <div id="你的地图视图的id">
185
+ </div>
186
+ ```
187
+
188
+ **引入需要的构造函数**
189
+
190
+ ```typescript
191
+ import { MapViewMapboxgl } from '@mapgis/webclient-mapboxgl-plugin'
192
+ import { Map } from "@mapgis/webclient-common"
193
+ ```
194
+
195
+ **在mounted生命周期中初始化地图视图**
196
+
197
+ ```typescript
198
+ // 初始化图层管理容器
199
+ const map = new Map();
200
+ // 初始化地图视图对象
201
+ const mapView = new MapViewMapboxgl({
202
+ // 视图id
203
+ viewId: "你的地图视图的id",
204
+ // 图层管理容器
205
+ map: map
206
+ });
207
+ ```
208
+
209
+
210
+
211
+ # 4、@mapgis/webclient-leaflet-plugin 版本说明
212
+
213
+ ## 4.1、正式版
214
+ ### v17.0.2
215
+
216
+ **更新说明:**
217
+
218
+ 1. 功能优化
219
+
220
+ - 修复部分已知问题
221
+
222
+ ### v17.0.0
223
+
224
+ **更新说明:**
225
+
226
+ 1. 功能新增
227
+
228
+ - 新增支持自定义空间参考系图层服务
229
+ - 新增支持自定义裁图方式图层服务
230
+ - 地图服务支持一张图出图模式
231
+
232
+ **备注:**
233
+
234
+ @mapgis/mapbox-gl v17.0.0 基于官方 Mapbox-GL v1.10.0 进行了定制和扩展开发