We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d7c586 commit 12387b6Copy full SHA for 12387b6
ui/src/elements/ngm-map-configuration.ts
@@ -70,6 +70,8 @@ export class NgmMapConfiguration extends LitElementI18n {
70
this.viewer!.scene.globe.translucency.frontFaceAlpha = opacity;
71
if (!this.viewer!.scene.globe.translucency.enabled) {
72
this.viewer!.scene.globe.translucency.enabled = true;
73
+ // first change fix
74
+ setTimeout(() => this.viewer!.scene.requestRender(), 100);
75
}
76
77
this.viewer!.scene.requestRender();
0 commit comments