File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Source/CesiumRuntime/Private Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 55##### Additions :tada :
66
77- Added support for rendering glTFs with line primitives.
8+ - Added ` UCesiumGoogleMapTilesRasterOverlay ` .
9+ - Added ` AssetOptions ` property to ` UCesiumIonRasterOverlay ` .
810
911### v2.19.1 - 2025-09-02
1012
Original file line number Diff line number Diff line change @@ -108,6 +108,11 @@ JsonValue::Array getStyles(const TArray<FString>& styles) {
108108std::unique_ptr<CesiumRasterOverlays::RasterOverlay>
109109UCesiumGoogleMapTilesRasterOverlay::CreateOverlay (
110110 const CesiumRasterOverlays::RasterOverlayOptions& options) {
111+ if (this ->Key .IsEmpty ()) {
112+ // We must have a key to create this overlay.
113+ return nullptr ;
114+ }
115+
111116 return std::make_unique<CesiumRasterOverlays::GoogleMapTilesRasterOverlay>(
112117 TCHAR_TO_UTF8 (*this ->MaterialLayerKey ),
113118 CesiumRasterOverlays::GoogleMapTilesNewSessionParameters{
You can’t perform that action at this time.
0 commit comments