We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 028edd7 commit 512068dCopy full SHA for 512068d
3 files changed
examples/img/poi-bg.png
1.49 KB
src/classic/index.js
@@ -19,3 +19,7 @@ export { GeoDecodingParameter } from '@supermap/iclient-common/iServer/GeoDecodi
19
export * from './overlay';
20
export * from './services';
21
export { SuperMap } from './SuperMap';
22
+/**
23
+ *@namespace SuperMap
24
+ *@category BaseTypes Namespace
25
+ */
src/openlayers/core/index.js
@@ -3,4 +3,12 @@
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
export {StyleUtils} from './StyleUtils';
5
export {Util} from './Util';
6
-export {MapExtend} from './MapExtend';
+export {MapExtend} from './MapExtend';
7
8
+ * @namespace ol
9
+ * @category BaseTypes Namespace
10
11
12
+ * @namespace ol.supermap
13
14
0 commit comments