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 {
719
719
var OverlayOperationType = SuperMap . OverlayOperationType = {
720
720
/** 操作数据集(几何对象)裁剪被操作数据集(几何对象)。 */
721
721
CLIP : "CLIP" ,
722
- /** 在被操作数据集(几何对象)上擦除掉与操作数据集(几何对象)相重合的部分。。 */
722
+ /** 在被操作数据集(几何对象)上擦除掉与操作数据集(几何对象)相重合的部分。 */
723
723
ERASE : "ERASE" ,
724
724
/**对被操作数据集(几何对象)进行同一操作,即操作执行后,被操作数据集(几何对象)包含来自操作数据集(几何对象)的几何形状。 */
725
725
IDENTITY : "IDENTITY" ,
726
726
/** 对两个数据集(几何对象)求交,返回两个数据集(几何对象)的交集。 */
727
727
INTERSECT : "INTERSECT" ,
728
- /** 对两个面数据集(几何对象)进行合并操作。。 */
728
+ /** 对两个面数据集(几何对象)进行合并操作。 */
729
729
UNION : "UNION" ,
730
730
/** 对两个面数据集(几何对象)进行更新操作。 */
731
731
UPDATE : "UPDATE" ,
@@ -911,7 +911,7 @@ export {
911
911
* @type {string }
912
912
*/
913
913
var LayerType = SuperMap . LayerType = {
914
- /** SuperMap UGC 类型图层。如矢量图层、栅格(Grid)图层、影像图层。。 */
914
+ /** SuperMap UGC 类型图层。如矢量图层、栅格(Grid)图层、影像图层。 */
915
915
UGC : "UGC" ,
916
916
/** WMS 图层。 */
917
917
WMS : "WMS" ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {IPortalServiceBase} from './iPortalServiceBase';
14
14
* @param {Object } params - 服务请求参数。
15
15
* @param {boolean } [params.withCredentials=false] - 请求是否携带 cookie。
16
16
* @param {boolean } [params.crossOrigin] - 请求是否携带 cookie。 *
17
- * @param {Object } [options .headers] - 请求头。
17
+ * @param {Object } [params .headers] - 请求头。
18
18
*/
19
19
export class IPortalService extends IPortalServiceBase {
20
20
You can’t perform that action at this time.
0 commit comments