mirror of
https://github.com/jiawanlong/Cesium-Examples.git
synced 2025-07-04 15:17:36 +00:00
更新打赏
This commit is contained in:
parent
c92f61426e
commit
562ee12540
@ -71,6 +71,7 @@
|
||||
| 兵山 | 20 | 2025.04.22 |
|
||||
| 不懂 | 100 | 2025.04.22 |
|
||||
| 读书台 | 5 | 2025.04.28 |
|
||||
| Ataraxia | 50 | 2025.05.04 |
|
||||
|
||||
### 关于打赏
|
||||
- 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。
|
||||
|
BIN
donate/159297686120250506EVCD8G5Z4W.jpg
Normal file
BIN
donate/159297686120250506EVCD8G5Z4W.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 394 KiB |
@ -28,6 +28,7 @@
|
||||
<img src="./159297686120250422EUKO27LFPQ.jpg">
|
||||
<img src="./159861999120250423EVJH9TKKBK.jpg">
|
||||
<img src="./160028039920250428EVCRJS5X9R.jpg">
|
||||
<img src="./159297686120250506EVCD8G5Z4W.jpg">
|
||||
</body>
|
||||
|
||||
</html>
|
BIN
donate/list1.jpg
BIN
donate/list1.jpg
Binary file not shown.
Before Width: | Height: | Size: 289 KiB After Width: | Height: | Size: 294 KiB |
@ -20,10 +20,15 @@
|
||||
|
||||
const viewer = new Cesium.Viewer('map', {
|
||||
// 添加这两行,就不会找烦人的defaultAccessToken了,也不会找在线底图了
|
||||
imageryProvider:false,
|
||||
imageryProvider: false,
|
||||
baseLayerPicker: false,
|
||||
});
|
||||
|
||||
viewer.scene.primitives.add(new Cesium.DebugModelMatrixPrimitive({
|
||||
length: 16668666.8,
|
||||
width: 2
|
||||
}))
|
||||
|
||||
// 自定义底图
|
||||
var imageryProvider = new Cesium.SingleTileImageryProvider({
|
||||
"url": "./_.png",
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<head>
|
||||
<title>CesiumDemo-SH小场景(源码版)</title>
|
||||
<title>CesiumDemo</title>
|
||||
<!-- Use correct character set. -->
|
||||
<meta charset="utf-8" />
|
||||
<!-- Tell IE to use the latest, best version. -->
|
||||
@ -129,9 +129,8 @@
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<a class="bvideo" href="https://space.bilibili.com/432028432">可视化场景分享</a>
|
||||
<a class="view" id="view" href="#">默认视图</a>
|
||||
<body style="margin: 0; overflow: hidden; background: #fff; width: 100%; height: 100%; position: absolute; top: 0">
|
||||
<div id="map" style="margin: 0 auto; width: 100%; height: 100%"></div>
|
||||
<div id="sceneContainer"></div>
|
||||
<div id="loadingIndicator" class="loadingIndicator"></div>
|
||||
<div id="loadingIndicator2" class="loadingIndicator2"></div>
|
||||
|
BIN
examples/cesiumEx/world_b - 副本.jpg
Normal file
BIN
examples/cesiumEx/world_b - 副本.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.0 MiB |
Loading…
Reference in New Issue
Block a user