From 09cd2301f7dec5adb70f4a9e6018444202309d88 Mon Sep 17 00:00:00 2001 From: Janine Liu Date: Wed, 27 Nov 2024 11:03:33 -0500 Subject: [PATCH 1/2] Fix typo, update native --- CHANGES.md | 2 +- native~/extern/cesium-native | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 29337b48..5a9b19f4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ ##### Additions :tada: -- Added a "From Ellipsoid" option to `Cesium3DTileset` to generate a tileset by tesselating the surface of the ellipsoid, producing a simple globe tileset without terrain features. +- Added a "From Ellipsoid" option to `Cesium3DTileset` to generate a tileset by tessellating the surface of the ellipsoid, producing a simple globe tileset without terrain features. ##### Fixes :wrench: diff --git a/native~/extern/cesium-native b/native~/extern/cesium-native index 9571f32d..77d48d36 160000 --- a/native~/extern/cesium-native +++ b/native~/extern/cesium-native @@ -1 +1 @@ -Subproject commit 9571f32d62d0bdc6dda1dae6d33b25f3d486bb0e +Subproject commit 77d48d36a34367f63f65e83677afba9c0d66d60d From 884a8bdcca3c93a64266f72eb417d6a8cbfe859d Mon Sep 17 00:00:00 2001 From: Kevin Ring Date: Thu, 28 Nov 2024 12:36:12 +1100 Subject: [PATCH 2/2] Adjust for breaking change in cesium-native. --- native~/Runtime/src/CesiumBingMapsRasterOverlayImpl.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/native~/Runtime/src/CesiumBingMapsRasterOverlayImpl.cpp b/native~/Runtime/src/CesiumBingMapsRasterOverlayImpl.cpp index e56ba926..9a83f42d 100644 --- a/native~/Runtime/src/CesiumBingMapsRasterOverlayImpl.cpp +++ b/native~/Runtime/src/CesiumBingMapsRasterOverlayImpl.cpp @@ -81,7 +81,6 @@ void CesiumBingMapsRasterOverlayImpl::AddToTileset( overlay.bingMapsKey().ToStlString(), mapStyle, "", - pTileset->getEllipsoid(), options); pTileset->getOverlays().add(this->_pOverlay);