Skip to content

Commit 497ba1c

Browse files
committed
【fix】导出FetchRequest
1 parent a2084ad commit 497ba1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/classic/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export { GeoCodingParameter } from '@supermap/iclient-common/iServer/GeoCodingPa
1818
export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodingParameter';
1919
export { VectorClipJobsParameter } from '@supermap/iclient-common/iServer/VectorClipJobsParameter';
2020
export { Util } from '@supermap/iclient-common/commontypes/Util';
21+
export { FetchRequest } from '@supermap/iclient-common/util/FetchRequest';
2122
export * from './overlay';
2223
export * from './services';
2324
export { SuperMap } from './SuperMap';

src/classic/namespace.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ import {
1515
GeoCodingParameter,
1616
GeoDecodingParameter,
1717
SuperMap,
18-
Util
18+
Util,
19+
FetchRequest
1920
} from './index';
2021

2122
SuperMap.ElasticSearch = ElasticSearch;
@@ -33,5 +34,6 @@ SuperMap.OutputSetting = OutputSetting;
3334
SuperMap.MappingParameters = MappingParameters;
3435
SuperMap.GeoCodingParameter = GeoCodingParameter;
3536
SuperMap.GeoDecodingParameter = GeoDecodingParameter;
37+
SuperMap.FetchRequest = FetchRequest;
3638
SuperMap.Util = {...SuperMap.Util, ...Util};
3739
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