File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ export { OutputSetting } from '@supermap/iclient-common/iServer/OutputSetting';
16
16
export { MappingParameters } from '@supermap/iclient-common/iServer/MappingParameters' ;
17
17
export { GeoCodingParameter } from '@supermap/iclient-common/iServer/GeoCodingParameter' ;
18
18
export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodingParameter' ;
19
+ export { Util } from '@supermap/iclient-common/commontypes/Util' ;
19
20
export * from './overlay' ;
20
21
export * from './services' ;
21
22
export { SuperMap } from './SuperMap' ;
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ import {
13
13
MappingParameters ,
14
14
GeoCodingParameter ,
15
15
GeoDecodingParameter ,
16
- SuperMap
16
+ SuperMap ,
17
+ Util
17
18
} from './index' ;
18
19
19
20
SuperMap . ElasticSearch = ElasticSearch ;
@@ -30,5 +31,5 @@ SuperMap.OutputSetting = OutputSetting;
30
31
SuperMap . MappingParameters = MappingParameters ;
31
32
SuperMap . GeoCodingParameter = GeoCodingParameter ;
32
33
SuperMap . GeoDecodingParameter = GeoDecodingParameter ;
33
-
34
+ SuperMap . Util = { ... SuperMap . Util , ... Util } ;
34
35
export * from './index' ;
You can’t perform that action at this time.
0 commit comments