diff --git a/ui/src/layers/LayersActions.ts b/ui/src/layers/LayersActions.ts index 767d25f57..17fa87f6d 100644 --- a/ui/src/layers/LayersActions.ts +++ b/ui/src/layers/LayersActions.ts @@ -102,6 +102,7 @@ export default class LayersAction { dataSources.raiseToTop(layer); } } + this.viewer.scene.requestRender(); syncLayersParam(newLayers); }