We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e47a9 commit 53630b0Copy full SHA for 53630b0
CHANGELOG.md
@@ -30,6 +30,8 @@
30
- 可视化 - 矢量瓦片
31
32
- `ol.supermap.MapboxStyles` 样式类新增 `setStyle` 接口,支持整体更新样式
33
+ - `ol.supermap.MapboxStyles` 样式类 `options.style` 支持传入获取 Mapbox Style JSON 对象的 URL
34
+ - `ol.source.VectorTileSuperMapRest` 新增 `options.style` `options.source` 参数,支持传入 Mapbox Style JSON 对象或 URL
35
36
- 可视化 - 高效率点图层
37
@@ -69,7 +71,18 @@
69
71
## Examples
70
72
73
### for Leaflet
- - 新增 “微件” 分类
74
+
75
+ - 新增 “微件” 分类及相关示例
76
77
+### for OpenLayers
78
79
+ - 新增 “可视化 - 矢量瓦片 - iServer 矢量瓦片服务” 示例
80
81
+### for MapboxGL
82
83
+ - 新增 “多坐标系” 分类及相关示例
84
85
+ - 新增 “可视化 - 聚合” 示例
86
87
88
0 commit comments