Skip to content

Commit 54c9e48

Browse files
committed
【update】 更新 docs review by songym
1 parent def1017 commit 54c9e48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/common/REST.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -719,13 +719,13 @@ export {
719719
var OverlayOperationType = SuperMap.OverlayOperationType = {
720720
/** 操作数据集(几何对象)裁剪被操作数据集(几何对象)。 */
721721
CLIP: "CLIP",
722-
/** 在被操作数据集(几何对象)上擦除掉与操作数据集(几何对象)相重合的部分。 */
722+
/** 在被操作数据集(几何对象)上擦除掉与操作数据集(几何对象)相重合的部分。 */
723723
ERASE: "ERASE",
724724
/**对被操作数据集(几何对象)进行同一操作,即操作执行后,被操作数据集(几何对象)包含来自操作数据集(几何对象)的几何形状。 */
725725
IDENTITY: "IDENTITY",
726726
/** 对两个数据集(几何对象)求交,返回两个数据集(几何对象)的交集。 */
727727
INTERSECT: "INTERSECT",
728-
/** 对两个面数据集(几何对象)进行合并操作。 */
728+
/** 对两个面数据集(几何对象)进行合并操作。 */
729729
UNION: "UNION",
730730
/** 对两个面数据集(几何对象)进行更新操作。 */
731731
UPDATE: "UPDATE",
@@ -911,7 +911,7 @@ export {
911911
* @type {string}
912912
*/
913913
var LayerType = SuperMap.LayerType = {
914-
/** SuperMap UGC 类型图层。如矢量图层、栅格(Grid)图层、影像图层。 */
914+
/** SuperMap UGC 类型图层。如矢量图层、栅格(Grid)图层、影像图层。 */
915915
UGC: "UGC",
916916
/** WMS 图层。 */
917917
WMS: "WMS",

src/common/iPortal/iPortalService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {IPortalServiceBase} from './iPortalServiceBase';
1414
* @param {Object} params - 服务请求参数。
1515
* @param {boolean} [params.withCredentials=false] - 请求是否携带 cookie。
1616
* @param {boolean} [params.crossOrigin] - 请求是否携带 cookie。 *
17-
* @param {Object} [options.headers] - 请求头。
17+
* @param {Object} [params.headers] - 请求头。
1818
*/
1919
export class IPortalService extends IPortalServiceBase {
2020

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy