Skip to content

Commit

Permalink
【fix】导出FetchRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
songyumeng committed Mar 28, 2024
1 parent ce526f8 commit e96fadc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/classic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export { MappingParameters } from '@supermap/iclient-common/iServer/MappingParam
export { GeoCodingParameter } from '@supermap/iclient-common/iServer/GeoCodingParameter';
export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodingParameter';
export { VectorClipJobsParameter } from '@supermap/iclient-common/iServer/VectorClipJobsParameter';
export { FetchRequest } from '@supermap/iclient-common/util/FetchRequest';
export { Util } from '@supermap/iclient-common/commontypes/Util';
export * from './overlay';
export * from './services';
Expand Down
4 changes: 3 additions & 1 deletion src/classic/namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import {
GeoCodingParameter,
GeoDecodingParameter,
SuperMap,
Util
Util,
FetchRequest
} from './index';

SuperMap.ElasticSearch = ElasticSearch;
Expand All @@ -33,5 +34,6 @@ SuperMap.OutputSetting = OutputSetting;
SuperMap.MappingParameters = MappingParameters;
SuperMap.GeoCodingParameter = GeoCodingParameter;
SuperMap.GeoDecodingParameter = GeoDecodingParameter;
SuperMap.FetchRequest = FetchRequest;
SuperMap.Util = {...SuperMap.Util, ...Util};
export * from './index';

0 comments on commit e96fadc

Please sign in to comment.