Skip to content

Commit 847a6a3

Browse files
[fix]文档描述UGC***=>SuperMap*** review by songym
1 parent 29357a4 commit 847a6a3

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

src/common/REST.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1317,7 +1317,7 @@ var LayerType = {
13171317

13181318
/**
13191319
* @enum UGCLayerType
1320-
* @description UGC图层类型
1320+
* @description SuperMap 图层类型
13211321
* @category BaseTypes Constant
13221322
* @type {string}
13231323
* @usage

src/common/iServer/Grid.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {ColorDictionary} from './ColorDictionary';
1111
* @class Grid
1212
* @deprecatedclass SuperMap.Grid
1313
* @category iServer Map Layer
14-
* @classdesc UGC 栅格图层类。
14+
* @classdesc SuperMap 栅格图层类。
1515
* @extends {UGCSubLayer}
1616
* @param {Object} options - 可选参数。
1717
* @param {Array.<Object>} [options.colorDictionary] - 颜色对照表对象。

src/common/iServer/Image.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {Util} from '../commontypes/Util';
99
* @class UGCImage
1010
* @deprecatedclass SuperMap.Image
1111
* @category iServer Map Layer
12-
* @classdesc UGC 影像图层类
12+
* @classdesc SuperMap 影像图层类
1313
* @extends {UGCSubLayer}
1414
* @param {Object} options - 可选参数。
1515
* @param {ColorSpaceType} [options.colorSpaceType] - 返回影像图层的色彩显示模式。

src/common/iServer/ServerTheme.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import {UGCSubLayer} from './UGCSubLayer';
1515
* @class ServerTheme
1616
* @deprecatedclass SuperMap.ServerTheme
1717
* @category iServer Map Theme
18-
* @classdesc UGC 专题图图层类。
18+
* @classdesc SuperMap 专题图图层类。
1919
* @extends {UGCSubLayer}
2020
* @param {CommonTheme} theme - 专题图对象。
2121
* @param {LonLat} themeElementPosition - 专题图元素位置。

src/common/iServer/UGCLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {Bounds} from '../commontypes/Bounds';
88
* @class UGCLayer
99
* @deprecatedclass SuperMap.UGCLayer
1010
* @category iServer Map Layer
11-
* @classdesc UGC 图层类。
11+
* @classdesc SuperMap 图层类。
1212
* @param {Object} options - 参数。
1313
* @param {Bounds} options.bounds - 图层范围。
1414
* @param {string} options.name - 图层的名称。

src/common/iServer/UGCMapLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {UGCLayer} from './UGCLayer';
88
* @class UGCMapLayer
99
* @deprecatedclass SuperMap.UGCMapLayer
1010
* @category iServer Map Layer
11-
* @classdesc UGC 地图图层类。
11+
* @classdesc SuperMap 地图图层类。
1212
* @extends {UGCLayer}
1313
* @param {Object} options - 可选参数。
1414
* @param {boolean} [options.completeLineSymbolDisplayed] - 是否显示完整线型。

src/common/iServer/Vector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {ServerStyle} from './ServerStyle';
99
* @class Vector
1010
* @deprecatedclass SuperMap.Vector
1111
* @category iServer Map Layer
12-
* @classdesc UGC 矢量图层类。
12+
* @classdesc SuperMap 矢量图层类。
1313
* @extends {UGCSubLayer}
1414
* @param {Object} options - 可选参数。
1515
* @param {ServerStyle} [options.style] - 矢量图层的风格。

0 commit comments

Comments
 (0)