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
1919export * from './overlay' ;
2020export * from './services' ;
2121export { SuperMap } from './SuperMap' ;
22+ /**
23+ *@namespace SuperMap
24+ *@category BaseTypes Namespace
25+ */
Original file line number Diff line number Diff line change 33 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
44export { StyleUtils } from './StyleUtils' ;
55export { 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