File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ export { GeoCodingParameter } from '@supermap/iclient-common/iServer/GeoCodingPa
1818export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodingParameter' ;
1919export { VectorClipJobsParameter } from '@supermap/iclient-common/iServer/VectorClipJobsParameter' ;
2020export { Util } from '@supermap/iclient-common/commontypes/Util' ;
21+ export { FetchRequest } from '@supermap/iclient-common/util/FetchRequest' ;
2122export * from './overlay' ;
2223export * from './services' ;
2324export { SuperMap } from './SuperMap' ;
Original file line number Diff line number Diff line change @@ -15,7 +15,8 @@ import {
1515 GeoCodingParameter ,
1616 GeoDecodingParameter ,
1717 SuperMap ,
18- Util
18+ Util ,
19+ FetchRequest
1920} from './index' ;
2021
2122SuperMap . ElasticSearch = ElasticSearch ;
@@ -33,5 +34,6 @@ SuperMap.OutputSetting = OutputSetting;
3334SuperMap . MappingParameters = MappingParameters ;
3435SuperMap . GeoCodingParameter = GeoCodingParameter ;
3536SuperMap . GeoDecodingParameter = GeoDecodingParameter ;
37+ SuperMap . FetchRequest = FetchRequest ;
3638SuperMap . Util = { ...SuperMap . Util , ...Util } ;
3739export * from './index' ;
You can’t perform that action at this time.
0 commit comments