diff --git a/README.md b/README.md index 933f2960..ef067999 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ | 兵山 | 20 | 2025.04.22 | | 不懂 | 100 | 2025.04.22 | | 读书台 | 5 | 2025.04.28 | +| Ataraxia | 50 | 2025.05.04 | ### 关于打赏 - 您的每一笔打赏,我都会原封不动以**您的名义**捐赠到腾讯公益。 diff --git a/donate/159297686120250506EVCD8G5Z4W.jpg b/donate/159297686120250506EVCD8G5Z4W.jpg new file mode 100644 index 00000000..a55c1b56 Binary files /dev/null and b/donate/159297686120250506EVCD8G5Z4W.jpg differ diff --git a/donate/index.html b/donate/index.html index 611a3cfa..2171f85b 100644 --- a/donate/index.html +++ b/donate/index.html @@ -28,6 +28,7 @@ + \ No newline at end of file diff --git a/donate/list1.jpg b/donate/list1.jpg index e723ca5b..83a88c91 100644 Binary files a/donate/list1.jpg and b/donate/list1.jpg differ diff --git a/examples/cesiumEx/00.html b/examples/cesiumEx/00.html index 68f804b8..86e176b5 100644 --- a/examples/cesiumEx/00.html +++ b/examples/cesiumEx/00.html @@ -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", diff --git a/examples/cesiumEx/gis-scene-sh/index.html b/examples/cesiumEx/gis-scene-sh/index.html index 64d48e47..99558667 100644 --- a/examples/cesiumEx/gis-scene-sh/index.html +++ b/examples/cesiumEx/gis-scene-sh/index.html @@ -1,7 +1,7 @@ - CesiumDemo-SH小场景(源码版) + CesiumDemo @@ -129,10 +129,9 @@ - - 可视化场景分享 - 默认视图 + +
- \ No newline at end of file + diff --git a/examples/cesiumEx/world_b - 副本.jpg b/examples/cesiumEx/world_b - 副本.jpg new file mode 100644 index 00000000..ab04f771 Binary files /dev/null and b/examples/cesiumEx/world_b - 副本.jpg differ