File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -719,13 +719,13 @@ export {
719719var 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 */
913913var LayerType = SuperMap . LayerType = {
914- /** SuperMap UGC 类型图层。如矢量图层、栅格(Grid)图层、影像图层。。 */
914+ /** SuperMap UGC 类型图层。如矢量图层、栅格(Grid)图层、影像图层。 */
915915 UGC : "UGC" ,
916916 /** WMS 图层。 */
917917 WMS : "WMS" ,
Original file line number Diff line number Diff 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 */
1919export class IPortalService extends IPortalServiceBase {
2020
You can’t perform that action at this time.
0 commit comments