File tree Expand file tree Collapse file tree 4 files changed +0
-33
lines changed Expand file tree Collapse file tree 4 files changed +0
-33
lines changed Original file line number Diff line number Diff line change 447
447
"name" : " 基础类" ,
448
448
"name_en" : " BaseTypes" ,
449
449
"content" : {
450
- "Namespace" : {
451
- "name" : " 命名空间" ,
452
- "name_en" : " Namespace"
453
- },
454
450
"Internationalization" : {
455
451
"name" : " 国际化" ,
456
452
"name_en" : " Internationalization"
Original file line number Diff line number Diff line change 1
1
/* Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved.
2
2
* This program are made available under the terms of the Apache License, Version 2.0
3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
- /**
5
- * @namespace L
6
- * @category BaseTypes Namespace
7
- */
8
- /**
9
- * SuperMap Leaflet基类
10
- * 定义命名空间
11
- * 提供公共模块
12
- */
13
4
import L from "leaflet" ;
14
5
import './Proj4Leaflet' ;
15
6
import Attributions from './Attributions' ;
Original file line number Diff line number Diff line change 1
1
/* Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved.
2
2
* This program are made available under the terms of the Apache License, Version 2.0
3
3
* which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html.*/
4
- /**
5
- * SuperMap mapboxgl基类
6
- * 定义命名空间
7
- */
8
- /**
9
- * @namespace mapboxgl
10
- * @category BaseTypes Namespace
11
- */
12
4
import './MapExtend' ;
Original file line number Diff line number Diff line change 4
4
export { StyleUtils } from './StyleUtils' ;
5
5
export { Util } from './Util' ;
6
6
export { MapExtend } from './MapExtend' ;
7
- /**
8
- * @namespace ol
9
- * @category BaseTypes Namespace
10
- */
11
- /**
12
- * @namespace ol.style
13
- * @category BaseTypes Namespace
14
- */
15
- /**
16
- * @namespace ol.source
17
- * @category BaseTypes Namespace
18
- */
You can’t perform that action at this time.
0 commit comments