Skip to content

Commit

Permalink
Fix KML ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
vladyslav-tk committed Jun 13, 2024
1 parent d9baa6c commit 4331bd2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/layers/LayersActions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export default class LayersAction {
dataSources.raiseToTop(layer);
}
}
this.viewer.scene.requestRender();
syncLayersParam(newLayers);
}

Expand Down

0 comments on commit 4331bd2

Please sign in to comment.