Skip to content

Commit 3a9c025

Browse files
committed
fix 三个端专题图层基类下 addfeature() 支持传入geojson格式数据。review by zhurc.
1 parent 539e8e5 commit 3a9c025

30 files changed

+1655
-1456
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,18 @@
3232

3333
- 废弃 `L.supermap.circleStyle` 类的 `getCanvas` 接口,改用 `getStyle` 接口
3434

35+
- 新增热力图层:
36+
37+
- `L.supermap.heatMapLayer`
38+
39+
- `L.supermap.ThemeLayer` 及其子类支持传入 GeoJOSN 规范数据类型
40+
41+
- 废弃 `L.supermap.graphThemeLaye` 类的 `_createFeature` 接口
42+
43+
- 废弃 `L.supermap.GeoFeatureThemeLayer` 类的 `_createFeature` 接口
44+
45+
- `L.supermap.ThemeLayer` 类新增 `toFeature` 接口
46+
3547
### for OpenLayers
3648

3749
- `ol.supermap.WebMap` 新增支持加载 "MapEditor" , "DataInsights" , "ISERVER" 格式 json 数据
@@ -54,6 +66,12 @@
5466

5567
- `ol.source.Theme` 及其子类新增 `options.id`参数
5668

69+
- 新增热力图资源:
70+
71+
- `ol.supermap.HeatMapSource`
72+
73+
- 废弃 `ol.source.Theme` 类的 `toiClientFeature` 接口,改用 `toFeature`接口
74+
5775
### for MapboxGL
5876

5977
- 废弃 `SuperMap.ElasticSearch``options.change` 参数,直接使用 `SuperMap.ElasticSearch.msearch` `SuperMap.ElasticSearch.msearch``callback` 参数
@@ -74,6 +92,14 @@
7492

7593
- `mapboxgl.supermap.ThemeLayer` 类新增 `moveTo`接口,支持调整专题图层显示顺序
7694

95+
- 新增热力图层:
96+
97+
- `mapboxgl.supermap.HeatMapLayer`
98+
99+
- `mapboxgl.supermap.ThemeLayer` 类新增 `setVisibility`接口,支持设置图层的显示和隐藏
100+
101+
- 废弃 `mapboxgl.supermap.ThemeLayer` 类的 `toiClientFeature` 接口,改用 `toFeature`接口
102+
77103
### Classic
78104

79105
- 废弃 `SuperMap.ElasticSearch``options.change` 参数,直接使用 `SuperMap.ElasticSearch.msearch` `SuperMap.ElasticSearch.msearch``callback` 参数
@@ -452,6 +478,7 @@
452478
- 新增图表专题图示例
453479
- 新增客户端标签专题图示例
454480
- 修复实时数据服务示例效率
481+
- 新增热力图示例
455482

456483
### for OpenLayers
457484

@@ -460,12 +487,14 @@
460487
- 新增turf示例
461488
- 新增图表专题图示例
462489
- 新增客户端标签专题图示例
490+
- 新增热力图示例
463491

464492
### for MapboxGL
465493

466494
- 新增二维客户端专题图示例
467495
- 新增iServer服务示例
468496
- 新增ECharts GL示例
497+
- 新增热力图示例
469498

470499
### Classic
471500

dist/iclient9-leaflet.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)