Skip to content

Commit

Permalink
Merge pull request #1377 from swisstopo/feature/viewer-1348-layerrrei…
Browse files Browse the repository at this point in the history
…henfolge-nach-reload

Fix 1348: Layerrreihenfolge nach Reload
  • Loading branch information
vej-ananas authored Nov 15, 2024
2 parents 35e8a70 + 4e51779 commit c8d179a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui/src/elements/ngm-side-bar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -468,6 +468,9 @@ export class SideBar extends LitElementI18n {
this.accordionInited = true;
}
}
if (changedProperties.has('activeLayers')) {
this.layerActions!.reorderLayers(this.activeLayers);
}
}

super.updated(changedProperties);
Expand Down

0 comments on commit c8d179a

Please sign in to comment.