Skip to content

Commit 95e922f

Browse files
【fix】 ICL-1415 修复url编码对象参数错误 review by luox
1 parent 85403d7 commit 95e922f

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)
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