diff --git a/CHANGES.md b/CHANGES.md index 1e35034d..69046a2c 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~/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);