File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change 66
77- 高效率点图层GraphicLayer支持数据量由之前的30万提升至100万,相较9D版本有了3倍以上的性能提升,100万点数据可在1秒内完成渲染;同时,新增支持任意带经纬度的点数据格式,例如GeoJSON,TopoJSON,二维表等多种格式,同时可以实时改变点的样式,并支持交互操作如根据属性筛选和过滤和鼠标事件。
88
9- ![ Overview] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-1.png )
9+ <div align =center >
10+ ![ GraphicLayer] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-1.png )
11+ </div >
1012
1113- 实时数据图层DataFlowLayer增了MapV引擎,大幅提高了绘制Marker的性能,对于矢量点的渲染数据量由之前的1万提升至10万,对于栅格图片的渲染数据量由之前的3000提升至1万。
1214
13- ![ Overview] ( http://iclient.supermap.io/web/img/newfeatures/910/2.png )
15+ <div align =center >
16+ ![ DataFlowLayer] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-2.png )
17+ </div >
1418
1519### 对接最新ECharts,渲染千万级数据
1620
1721- ECharts在今年1月发布了最新的版本4.0,新版本最大的亮点是支持了千万级数据的可视化渲染,通过对数据进行分块后加载,不需要漫长地等待所有数据加载完再进行绘制,以增量渲染的方式对数据进行可视化,从而提升性能。9D(2019)版本对EChartsLayer也同时进行了升级,已让Leaflet、OpenLayers、MapboxGL地图库都支持了ECharts 4.0的增量渲染能力。
1822
19- ![ Overview] ( http://iclient.supermap.io/web/img/newfeatures/910/3.png )
23+ <div align =center >
24+ ![ EChartsLayer] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-3.png )
25+ </div >
2026
2127### MVT矢量瓦片细节优化
2228
2329- OpenLayers地图库的三方插件对于MVT矢量瓦片的特性支持的不够完美,9D(2019)版本在MVT矢量瓦片的细节呈现方面做了很多优化并增加了新特性,例如:支持面填充、支持文字标签避让、优化中文沿线标注、支持自定义字体、解决多面丢失、优化了渲染性能等,从而让OpenLayers拥有了可以媲美MapboxGL对MVT矢量瓦片的渲染效果,同时还支持除3857以外的其它任意标准坐标系。
2430
25- ![ Overview] ( http://iclient.supermap.io/web/img/newfeatures/910/4.png )
31+ <div align =center >
32+ ![ MVT] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-4.png )
33+ </div >
2634
2735### 更多优秀的可视化特效
2836
2937- 9D版本为我们带来了很多炫酷的可视化效果,9D(2019)版本在这方面继续加强,新增集成了echarts / echartsgl / deck.gl可视化库的更多特效和范例。
3038
31- ![ Overview] ( http://iclient.supermap.io/web/img/newfeatures/910/5.png )
39+ <div align =center >
40+ ![ deck.gl] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-5.png )
41+ </div >
3242
3343### API文档优化
3444
3545- 9D(2019)版本还对API文档进行了大幅优化,极大的提升了文档的可读性,现在您可以快速导航,轻松了解接口说明和使用范例,欢迎随时访问。
3646
37- ![ Overview] ( http://iclient.supermap.io/web/img/newfeatures/910/6.png )
47+ <div align =center >
48+ ![ APIDoc] ( https://github.com/SuperMap/iClient-JavaScript/blob/master/.github/910-6.png )
49+ </div >
3850
3951
4052## API changes
You can’t perform that action at this time.
0 commit comments