Hi There!
I am new to cesium and also to Javascript
I want to know that how can we update the sandcastle cesium map to the latest map of today
I am using this
const viewer = new Cesium.Viewer(“cesiumContainer”, {
baseLayer: Cesium.ImageryLayer.fromProviderAsync(
Cesium.ArcGisMapServerImageryProvider.fromBasemapType(
Cesium.ArcGisBaseMapType.SATELLITE
)
),
});
but the ArcGis Map is like a couple of months old
Thanks