Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit95e922f

Browse files
【fix】 ICL-1415 修复url编码对象参数错误 review by luox
1 parent85403d7 commit95e922f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

‎src/classic/index.js‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export { OutputSetting } from '@supermap/iclient-common/iServer/OutputSetting';
1616
export{MappingParameters}from'@supermap/iclient-common/iServer/MappingParameters';
1717
export{GeoCodingParameter}from'@supermap/iclient-common/iServer/GeoCodingParameter';
1818
export{GeoDecodingParameter}from'@supermap/iclient-common/iServer/GeoDecodingParameter';
19+
export{Util}from'@supermap/iclient-common/commontypes/Util';
1920
export*from'./overlay';
2021
export*from'./services';
2122
export{SuperMap}from'./SuperMap';

‎src/classic/namespace.js‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import {
1313
MappingParameters,
1414
GeoCodingParameter,
1515
GeoDecodingParameter,
16-
SuperMap
16+
SuperMap,
17+
Util
1718
}from'./index';
1819

1920
SuperMap.ElasticSearch=ElasticSearch;
@@ -30,5 +31,5 @@ SuperMap.OutputSetting = OutputSetting;
3031
SuperMap.MappingParameters=MappingParameters;
3132
SuperMap.GeoCodingParameter=GeoCodingParameter;
3233
SuperMap.GeoDecodingParameter=GeoDecodingParameter;
33-
34+
SuperMap.Util={...SuperMap.Util, ...Util};
3435
export*from'./index';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp