@mapgis/mapbox-gl 17.0.4 → 17.2.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 +66 -93
- package/dist/mapbox-gl.js +4 -4
- package/dist/mapbox-gl.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,93 +1,66 @@
|
|
|
1
|
-
[<img width="400" alt="Mapbox" src="https://raw.githubusercontent.com/mapbox/mapbox-gl-js-docs/publisher-production/docs/pages/assets/logo.png">](https://www.mapbox.com/)
|
|
2
|
-
|
|
3
|
-
**Mapbox GL JS** is a JavaScript library for interactive, customizable vector maps on the web. It takes map styles that conform to the
|
|
4
|
-
[Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applies them to vector tiles that
|
|
5
|
-
conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using
|
|
6
|
-
WebGL.
|
|
7
|
-
|
|
8
|
-
Mapbox GL JS is part of the [cross-platform Mapbox GL ecosystem](https://www.mapbox.com/maps/), which also includes
|
|
9
|
-
compatible native SDKs for applications on [Android](https://docs.mapbox.com/android/maps/overview/),
|
|
10
|
-
[iOS](https://docs.mapbox.com/ios/maps/overview/), [macOS](http://mapbox.github.io/mapbox-gl-native/macos),
|
|
11
|
-
[Qt](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt), and [React Native](https://github.com/mapbox/react-native-mapbox-gl/). Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you
|
|
12
|
-
create. To get started with GL JS or any of our other building blocks,
|
|
13
|
-
[sign up for a Mapbox account](https://www.mapbox.com/signup/).
|
|
14
|
-
|
|
15
|
-
In addition to GL JS, this repository contains code, issues, and test fixtures that are common to both GL JS and the
|
|
16
|
-
native SDKs. For code and issues specific to the native SDKs, see the
|
|
17
|
-
[mapbox/mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native/) repository.
|
|
18
|
-
|
|
19
|
-
- [Getting started with Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/overview/)
|
|
20
|
-
- [Tutorials](https://docs.mapbox.com/help/tutorials/#web-apps)
|
|
21
|
-
- [API documentation](https://docs.mapbox.com/mapbox-gl-js/api/)
|
|
22
|
-
- [Examples](https://docs.mapbox.com/mapbox-gl-js/examples/)
|
|
23
|
-
- [Style documentation](https://docs.mapbox.com/mapbox-gl-js/style-spec/)
|
|
24
|
-
- [Open source styles](https://github.com/mapbox/mapbox-gl-styles)
|
|
25
|
-
- [Contributor documentation](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md)
|
|
26
|
-
|
|
27
|
-
[<img width="981" alt="Mapbox GL gallery" src="https://raw.githubusercontent.com/mapbox/mapbox-gl-js-docs/publisher-production/docs/pages/assets/gallery.png">](https://www.mapbox.com/gallery/)
|
|
28
|
-
|
|
29
|
-
## License
|
|
30
|
-
|
|
31
|
-
Mapbox GL JS is licensed under the [3-Clause BSD license](https://github.com/mapbox/mapbox-gl-js/blob/master/LICENSE.txt).
|
|
32
|
-
The licenses of its dependencies are tracked via [FOSSA](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-js):
|
|
33
|
-
|
|
34
|
-
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-js?ref=badge_large)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
## @mapgis/mapbox-gl 版本说明
|
|
38
|
-
|
|
39
|
-
### 正式版
|
|
40
|
-
|
|
41
|
-
#### v17.0
|
|
42
|
-
|
|
43
|
-
**更新说明:**
|
|
44
|
-
|
|
45
|
-
1.
|
|
46
|
-
|
|
47
|
-
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
- 修复IGS预览界面导出样式无法加载问题
|
|
68
|
-
- 修复矢量瓦片预览边线显示为白色问题
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
#### v17.0.1
|
|
72
|
-
|
|
73
|
-
**更新说明:**
|
|
74
|
-
|
|
75
|
-
1. 修复问题:
|
|
76
|
-
|
|
77
|
-
- 修复扫描项目漏洞扫问题
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
#### v17.0.0
|
|
81
|
-
|
|
82
|
-
**更新说明:**
|
|
83
|
-
|
|
84
|
-
1. 功能新增
|
|
85
|
-
|
|
86
|
-
- 新增支持自定义空间参考系图层服务
|
|
87
|
-
- 新增支持自定义裁图方式图层服务
|
|
88
|
-
- 地图服务支持一张图出图模式
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
**备注:**
|
|
92
|
-
|
|
93
|
-
@mapgis/mapbox-gl v17.0.0 基于官方 Mapbox-GL v1.10.0 进行了定制和扩展开发
|
|
1
|
+
[<img width="400" alt="Mapbox" src="https://raw.githubusercontent.com/mapbox/mapbox-gl-js-docs/publisher-production/docs/pages/assets/logo.png">](https://www.mapbox.com/)
|
|
2
|
+
|
|
3
|
+
**Mapbox GL JS** is a JavaScript library for interactive, customizable vector maps on the web. It takes map styles that conform to the
|
|
4
|
+
[Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/), applies them to vector tiles that
|
|
5
|
+
conform to the [Mapbox Vector Tile Specification](https://github.com/mapbox/vector-tile-spec), and renders them using
|
|
6
|
+
WebGL.
|
|
7
|
+
|
|
8
|
+
Mapbox GL JS is part of the [cross-platform Mapbox GL ecosystem](https://www.mapbox.com/maps/), which also includes
|
|
9
|
+
compatible native SDKs for applications on [Android](https://docs.mapbox.com/android/maps/overview/),
|
|
10
|
+
[iOS](https://docs.mapbox.com/ios/maps/overview/), [macOS](http://mapbox.github.io/mapbox-gl-native/macos),
|
|
11
|
+
[Qt](https://github.com/mapbox/mapbox-gl-native/tree/master/platform/qt), and [React Native](https://github.com/mapbox/react-native-mapbox-gl/). Mapbox provides building blocks to add location features like maps, search, and navigation into any experience you
|
|
12
|
+
create. To get started with GL JS or any of our other building blocks,
|
|
13
|
+
[sign up for a Mapbox account](https://www.mapbox.com/signup/).
|
|
14
|
+
|
|
15
|
+
In addition to GL JS, this repository contains code, issues, and test fixtures that are common to both GL JS and the
|
|
16
|
+
native SDKs. For code and issues specific to the native SDKs, see the
|
|
17
|
+
[mapbox/mapbox-gl-native](https://github.com/mapbox/mapbox-gl-native/) repository.
|
|
18
|
+
|
|
19
|
+
- [Getting started with Mapbox GL JS](https://docs.mapbox.com/mapbox-gl-js/overview/)
|
|
20
|
+
- [Tutorials](https://docs.mapbox.com/help/tutorials/#web-apps)
|
|
21
|
+
- [API documentation](https://docs.mapbox.com/mapbox-gl-js/api/)
|
|
22
|
+
- [Examples](https://docs.mapbox.com/mapbox-gl-js/examples/)
|
|
23
|
+
- [Style documentation](https://docs.mapbox.com/mapbox-gl-js/style-spec/)
|
|
24
|
+
- [Open source styles](https://github.com/mapbox/mapbox-gl-styles)
|
|
25
|
+
- [Contributor documentation](https://github.com/mapbox/mapbox-gl-js/blob/master/CONTRIBUTING.md)
|
|
26
|
+
|
|
27
|
+
[<img width="981" alt="Mapbox GL gallery" src="https://raw.githubusercontent.com/mapbox/mapbox-gl-js-docs/publisher-production/docs/pages/assets/gallery.png">](https://www.mapbox.com/gallery/)
|
|
28
|
+
|
|
29
|
+
## License
|
|
30
|
+
|
|
31
|
+
Mapbox GL JS is licensed under the [3-Clause BSD license](https://github.com/mapbox/mapbox-gl-js/blob/master/LICENSE.txt).
|
|
32
|
+
The licenses of its dependencies are tracked via [FOSSA](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-js):
|
|
33
|
+
|
|
34
|
+
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fmapbox%2Fmapbox-gl-js?ref=badge_large)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
## @mapgis/mapbox-gl 版本说明
|
|
38
|
+
|
|
39
|
+
### 正式版
|
|
40
|
+
|
|
41
|
+
#### v17.2.0
|
|
42
|
+
|
|
43
|
+
**更新说明:**
|
|
44
|
+
|
|
45
|
+
1. 功能新增
|
|
46
|
+
|
|
47
|
+
- 矢量瓦片支持多区、带洞区裁剪
|
|
48
|
+
- 新增支持自定义裁图方式图层服务
|
|
49
|
+
- 地图服务支持一张图出图模式
|
|
50
|
+
|
|
51
|
+
2. 功能优化
|
|
52
|
+
- 优化矢量瓦片加载效果
|
|
53
|
+
|
|
54
|
+
#### v17.0.0
|
|
55
|
+
|
|
56
|
+
**更新说明:**
|
|
57
|
+
|
|
58
|
+
1. 功能新增
|
|
59
|
+
|
|
60
|
+
- 新增支持自定义空间参考系图层服务
|
|
61
|
+
- 新增支持自定义裁图方式图层服务
|
|
62
|
+
- 地图服务支持一张图出图模式
|
|
63
|
+
|
|
64
|
+
**备注:**
|
|
65
|
+
|
|
66
|
+
@mapgis/mapbox-gl v17.0.0 基于官方 Mapbox-GL v1.10.0 进行了定制和扩展开发
|