File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -19,3 +19,7 @@ export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodi
19
19
export * from './overlay' ;
20
20
export * from './services' ;
21
21
export { SuperMap } from './SuperMap' ;
22
+ /**
23
+ *@namespace SuperMap
24
+ *@category BaseTypes Namespace
25
+ */
Original file line number Diff line number Diff line change 3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
4
export { StyleUtils } from './StyleUtils' ;
5
5
export { Util } from './Util' ;
6
- export { MapExtend } from './MapExtend' ;
6
+ export { MapExtend } from './MapExtend' ;
7
+ /**
8
+ * @namespace ol
9
+ * @category BaseTypes Namespace
10
+ */
11
+ /**
12
+ * @namespace ol.supermap
13
+ * @category BaseTypes Namespace
14
+ */
You can’t perform that action at this time.
0 commit comments