Cesium Native: Raster layer support? #2852
-
|
Does anyone know how to show "Bing Maps Areal" Layer with Cesium Native Nodekit? I've ported the Cesium Native Nodekit to Cesium Native 0.52.1 but I can only load QMT tiles but no raster layer. The following config doesn't load the layer: <CesiumNative3DTiles name="Bing Maps Aerial" enabled="true">
<asset_id>2</asset_id>
</CesiumNative3DTiles>It throws this error:
|
Beta Was this translation helpful? Give feedback.
Answered by
jasonbeverage
Oct 17, 2025
Replies: 1 comment 1 reply
-
|
Hey Remo! You can't load Bing directly in 3d tiles, you have to drape it over another dataset like this: give that a shot and see how it goes! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
remoe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey Remo! You can't load Bing directly in 3d tiles, you have to drape it over another dataset like this:
give that a shot and see how it goes!