Skip to content

Commit

Permalink
[fix]fix api review by xiongjj
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxiao-supermap committed Jun 28, 2022
1 parent da972cd commit b8feff2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/jsdocs/template/typeLinkExt.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var olapi = "https://openlayers.org/en/v6.4.3/apidoc/";
var olapi = "https://openlayers.org/en/v6.14.1/apidoc/";
var lfapi = "https://leafletjs.com/reference-1.7.1.html";
var mbglapi = "https://www.mapbox.com/mapbox-gl-js/api/";
var mapv = "https://github.com/huiyan-fe/mapv/blob/master/src/";
Expand Down
6 changes: 3 additions & 3 deletions src/mapboxgl/overlay/theme/ThemeLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ export class Theme {
}
var succeed = featuresFailRemoved.length == 0 ? true : false;
/**
* @event mapboxgl.supermap.ThemeLayer#featuresremoved
* @event ThemeLayer#featuresremoved
* @description 要素删除之后触发。
* @property {Array.<FeatureVector>} features - 未被成功删除的要素。
* @property {boolean} succeed - 删除成功与否。
Expand Down Expand Up @@ -428,7 +428,7 @@ export class Theme {
/**
* @function ThemeLayer.prototype.toiClientFeature
* @description 转为 iClient 要素。
* @param {(Array.<SuperMap.ServerFeature>|Array.<L.supermap.themeFeature>|Array.<GeoJSONObject>|SuperMap.ServerFeature|L.supermap.themeFeature|GeoJSONObject)} features - 待转要素。
* @param {(Array.<ServerFeature>|Array.<ThemeFeature>|Array.<GeoJSONObject>|ServerFeature|ThemeFeature|GeoJSONObject)} features - 待转要素。
* @returns {Array.<FeatureVector>} 转换后的 iClient 要素。
*/
toiClientFeature(features) {
Expand Down Expand Up @@ -463,7 +463,7 @@ export class Theme {
* @function ThemeLayer.prototype.toFeature
* @deprecated
* @description 转为 iClient 要素,该方法将被弃用,由 {@link ThemeLayer#toiClientFeature} 代替。
* @param {(Array.<SuperMap.ServerFeature>|Array.<L.supermap.themeFeature>|Array.<GeoJSONObject>|SuperMap.ServerFeature|L.supermap.themeFeature|GeoJSONObject)} features - 待转要素。
* @param {(Array.<ServerFeature>|Array.<ThemeFeature>|Array.<GeoJSONObject>|ServerFeature|ThemeFeature|GeoJSONObject)} features - 待转要素。
* @returns {FeatureVector} 转换后的 iClient 要素。
*/
toFeature(features) {
Expand Down

0 comments on commit b8feff2

Please sign in to comment.