Skip to content

Commit

Permalink
同步最新代码
Browse files Browse the repository at this point in the history
  • Loading branch information
muyao1987 committed Mar 18, 2022
1 parent 0de3612 commit 5cc1ea3
Show file tree
Hide file tree
Showing 387 changed files with 65,520 additions and 15,222 deletions.
2 changes: 1 addition & 1 deletion es5-project-link-vue2/public/config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
}
},
"terrain": {
"url": "{dataServer}/terrain",
"url": "//data.mars3d.cn/terrain",
"show": true
},
"basemaps": [
Expand Down
44 changes: 44 additions & 0 deletions es5-project-link-vue2/public/config/widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,16 @@
},
"disableOther": false
},
{
"name": "Socket通信设置",
"uri": "widgets/plotSocket/widget.js",
"windowOptions": {
"position": {
"top": 10
}
},
"disableOther": false
},
{
"name": "路线导航",
"uri": "widgets/queryRoute/widget.js",
Expand All @@ -252,6 +262,40 @@
"uri": "widgets/print/widget.js",
"autoDisable": false,
"disableOther": false
},
{
"name": "企业-地图点",
"uri": "widgetsTS/qyPoint/widget.js",
"autoDisable": false,
"disableOther": false
},
{
"name": "企业详情",
"uri": "widgetsTS/qyDetailsView/widget.js",
"windowOptions": {
"skin": "layer-mars-dialog2",
"position": {
"top": 50,
"bottom": 50,
"left": 120,
"right": 120
}
},
"disableOther": false
},
{
"name": "企业视频监控",
"uri": "widgetsTS/qyVideo/widget.js",
"windowOptions": {
"skin": "layer-mars-dialog2",
"position": {
"top": 50,
"bottom": 50,
"left": 120,
"right": 120
}
},
"disableOther": false
}
]
}
13 changes: 0 additions & 13 deletions es5-project-link-vue2/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,19 +372,6 @@ li {
right: 50px;
}

.loadingIndicator {
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -33px;
margin-left: -33px;
width: 66px;
height: 66px;
background-position: center;
background-repeat: no-repeat;
background-image: url(../img/loader.gif);
}

.mars-table {
width: 100%;
Expand Down
590 changes: 470 additions & 120 deletions es5-project-link-vue2/public/lib/Cesium/Cesium.d.ts

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions es5-project-link-vue2/public/lib/Cesium/Cesium.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5cc1ea3

Please sign in to comment.