Skip to content

Commit 2b2f565

Browse files
committed
修改高性能未高效率。
1 parent 23a1566 commit 2b2f565

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@
9595

9696
- `SuperMap.ThemeStyle` 的参数 `strokeDashstyle` 支持类型 `dashot` 更改为 `dashdot`
9797

98-
- 可视化 - 高性能点图层
98+
- 可视化 - 高效率点图层
9999

100-
- 高性能点图层 `L.supermap.GraphicLayer`
100+
- 高效率点图层 `L.supermap.GraphicLayer`
101101

102102
- 支持`webgl`渲染,`options` 新增 `render` 参数,可选值为 `canvas` , `webgl`,默认为 `canvas`
103103

@@ -111,7 +111,7 @@
111111

112112
- 增加 `removeGraphics` 接口,支持移除所有要素
113113

114-
- 高性能点图层要素类 `L.supermap.Graphic`
114+
- 高效率点图层要素类 `L.supermap.Graphic`
115115

116116
- 废弃 `setCanvas``getCanvas` 接口,改用 `setStyle``getStyle` 接口
117117

@@ -180,9 +180,9 @@
180180

181181
- `SuperMap.ThemeStyle` 的参数 `strokeDashstyle` 支持类型 `dashot` 更改为 `dashdot`
182182

183-
- 可视化 - 高性能点图层
183+
- 可视化 - 高效率点图层
184184

185-
- 高性能点图层源 `ol.source.Graphic`
185+
- 高效率点图层源 `ol.source.Graphic`
186186

187187
- 支持`webgl`渲染,`options` 新增 `render` 参数,可选值为 `canvas` , `webgl`,默认为 `canvas`
188188

@@ -198,7 +198,7 @@
198198

199199
- 增加 `removeGraphics` 接口,支持移除所有要素
200200

201-
- 高性能点图层要素类 `ol.Graphic`
201+
- 高效率点图层要素类 `ol.Graphic`
202202

203203
- `options` 新增参数 `attributes` ,支持设置要素属性
204204

@@ -259,9 +259,9 @@
259259

260260
- `SuperMap.ThemeStyle` 参数 `strokeDashstyle` 类型 `dashot` 更改为 `dashdot`
261261

262-
- 可视化 - 高性能点图层
262+
- 可视化 - 高效率点图层
263263

264-
- 新增高性能点图层 `mapboxgl.supermap.GraphicLayer`
264+
- 新增高效率点图层 `mapboxgl.supermap.GraphicLayer`
265265

266266
- 可视化 - threejs
267267

@@ -299,7 +299,7 @@
299299
- 修复缓冲区分析SRID参数不可用问题
300300
- 修复 `L.supermap.mapVLayer` 加载大量数据图层过于卡顿问题
301301
- 优化 `L.supermap.echartsLayer` 图层性能
302-
- 修复 `L.supermap.graphicLayer` 高性能图层大数据量内存性能问题
302+
- 修复 `L.supermap.graphicLayer` 高效率图层大数据量内存性能问题
303303
- 修复 `L.supermap.mapVLayer``cleardata` 方法失败的问题
304304
- 修复 `L.supermap.mapVLayer` 在浏览器缩放比例非100%时,要素偏移,点击事件获取不到要素的问题
305305
- 修复`L.supermap.themeFeature``geometry` 不支持传入`L.CircleMarker` `L.Circle`的问题
@@ -315,7 +315,7 @@
315315
- 修复 `ol.source.TileSuperMapRest``redirect` 参数默认为 `false` 但运行为 `true` 的问题
316316
- 修复缓冲区分析SRID参数不可用问题
317317
- 修复 `ol.source.Mapv` 加载大量数据图层过于卡顿问题
318-
- 修复 `ol.source.Graphic` 高性能图层大数据量内存性能问题
318+
- 修复 `ol.source.Graphic` 高效率图层大数据量内存性能问题
319319
- 修复 `ol.source.Mapv` 在浏览器缩放比例非100%时,要素偏移,点击事件获取不到要素的问题
320320

321321
### for MapboxGL
@@ -392,7 +392,7 @@
392392

393393
- 新增 “车辆监控模拟” 示例
394394

395-
- 新增 增量高性能图层示例,包括 “北京道路网络图” 、“纽约出租车上车点分布图”、“全国铁路网络图” 、“全国水系图” 以及 “全国道路网络图”
395+
- 新增 增量高效率图层示例,包括 “北京道路网络图” 、“纽约出租车上车点分布图”、“全国铁路网络图” 、“全国水系图” 以及 “全国道路网络图”
396396

397397
- 可视化 - MapV
398398

@@ -428,7 +428,7 @@
428428

429429
- 新增 “2018年2月北京房价信息” 示例
430430

431-
- 新增 增量高性能图层示例,包括 “北京道路网络图” 、“全国铁路网络图” 、“全国水系图” 以及 “全国道路网络图”
431+
- 新增 增量高效率图层示例,包括 “北京道路网络图” 、“全国铁路网络图” 、“全国水系图” 以及 “全国道路网络图”
432432

433433
- 新增 “车辆监控模拟” 示例
434434

@@ -450,7 +450,7 @@
450450

451451
- 新增 可视化 - threejs 分类及示例
452452

453-
- 新增 可视化 - 高性能点图层 分类及示例
453+
- 新增 可视化 - 高效率点图层 分类及示例
454454

455455
- 可视化 - MapV
456456

@@ -460,7 +460,7 @@
460460

461461
- 可视化 - ECharts
462462

463-
- 新增 增量高性能图层示例,包括 “北京道路网络图” 、“纽约出租车上车点分布图”、“全国铁路网络图” 、“全国水系图” 以及 “全国道路网络图”
463+
- 新增 增量高效率图层示例,包括 “北京道路网络图” 、“纽约出租车上车点分布图”、“全国铁路网络图” 、“全国水系图” 以及 “全国道路网络图”
464464

465465
- 新增 “车辆监控模拟” 示例
466466

build/jsdocs/template/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
"name": "ECharts"
295295
},
296296
"Graphic": {
297-
"name": "高性能点图层",
297+
"name": "高效率点图层",
298298
"name_en": "Graphic"
299299
},
300300
"Theme": {

examples/locales/zh-CN/resources.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ window.examplesResources = {
705705
"text_layer": "图层",
706706
"text_createSuccess": "创建成功",
707707
"text_deleteSuccess": "删除成功",
708-
"text_performanceLayer": "高性能标绘图层:",
708+
"text_performanceLayer": "高效率标绘图层:",
709709
"text_performancePlottingLayer": "标绘图层:",
710710
"text_loadingData": "正在加载数据,请稍等......",
711711
"text_keyword": "关键字:",

src/openlayers/core/MapExtend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export var MapExtend = function () {
1010

1111
ol.Map.prototype.forEachFeatureAtPixel = function (pixel, callback, opt_options) {
1212

13-
//如果满足高性能图层选取要求优先返回高性能图层选中结果
13+
//如果满足高效率图层选取要求优先返回高效率图层选中结果
1414
const layerFilter = (opt_options && opt_options.layerFilter) ? opt_options.layerFilter : () => {
1515
return true;
1616
};

0 commit comments

Comments
 (0)