You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't work any more as a basemap.
Something like this would work
this.map = new Map({
basemap: this.basemaps.Satellite,
ground: { layers: [this.elevationLayer] },
layers: [google3DTilesLayer]
});
Disabling for now
0 commit comments