Skip to content

Commit fae6738

Browse files
author
潘卓然ParnDeedlit
committed
【SDK】【Common】【补充基本的公共方式和基础类定义】
2 parents b87b630 + aac9121 commit fae6738

File tree

128 files changed

+57401
-298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+57401
-298
lines changed

.gitignore

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
/src/service/node_modules/
1212

13-
/src/leaflet/theme/
14-
/src/mapboxgl/theme/
15-
/src/openlayers/theme/
16-
/src/common/overlay/
17-
/src/common/assets/
13+
#/src/leaflet/theme/
14+
#/src/mapboxgl/theme/
15+
#/src/openlayers/theme/
16+
#/src/common/overlay/
17+
#/src/common/assets/
1818
/src/config/common/
1919
src/config/opensource/output/
2020

docs/jsdoc-config/openlayers/docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
},
1515
"source": {
1616
"includePattern": ".+\\.js?$",
17-
"include": ["src/service/"],
18-
"exclude": ["src/service/baseserver"]
17+
"include": ["src/service/", "src/openlayers"],
18+
"exclude": ["src/service/baseserver", "src/openlayers/extend/MilStd_old.js"]
1919
},
2020
"plugins": ["plugins/markdown"],
2121
"templates": {

package-lock.json

Lines changed: 12394 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"main": "index.js",
66
"scripts": {
77
"website": "cd website && npm run serve",
8+
"website-build": "cd website && npm run build",
89
"leaflet-debug": "webpack --config src/config/opensource/leaflet-debug-config.js",
910
"leaflet-release": "webpack --config src/config/opensource/leaflet-release-config.js --progress",
1011
"openlayers-debug": "webpack --config src/config/opensource/openlayers-debug-config.js",

src/common/assets/image/bar.png

544 Bytes
Loading

src/common/assets/image/bar3D.png

472 Bytes
Loading

src/common/assets/image/ling.png

761 Bytes
Loading

src/common/assets/image/pie.png

733 Bytes
Loading

src/common/assets/image/point.png

750 Bytes
Loading

src/common/assets/image/ring.png

858 Bytes
Loading

0 commit comments

Comments
 (0)