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';
1616export { MappingParameters } from '@supermap/iclient-common/iServer/MappingParameters' ;
1717export { GeoCodingParameter } from '@supermap/iclient-common/iServer/GeoCodingParameter' ;
1818export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodingParameter' ;
19+ export { Util } from '@supermap/iclient-common/commontypes/Util' ;
1920export * from './overlay' ;
2021export * from './services' ;
2122export { SuperMap } from './SuperMap' ;
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ import {
1313 MappingParameters ,
1414 GeoCodingParameter ,
1515 GeoDecodingParameter ,
16- SuperMap
16+ SuperMap ,
17+ Util
1718} from './index' ;
1819
1920SuperMap . ElasticSearch = ElasticSearch ;
@@ -30,5 +31,5 @@ SuperMap.OutputSetting = OutputSetting;
3031SuperMap . MappingParameters = MappingParameters ;
3132SuperMap . GeoCodingParameter = GeoCodingParameter ;
3233SuperMap . GeoDecodingParameter = GeoDecodingParameter ;
33-
34+ SuperMap . Util = { ... SuperMap . Util , ... Util } ;
3435export * from './index' ;
You can’t perform that action at this time.
0 commit comments