Fix display of inactive summits in overview maps

pull/10/head
Manuel Kasper 2021-03-20 08:07:18 +01:00
rodzic 86f9d509e9
commit 00ac125a03
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -89,7 +89,8 @@ export default {
if (this.overviewMap) {
return {
contours: this.$store.state.mapOptions.contours,
hillshading: this.$store.state.mapOptions.hillshading
hillshading: this.$store.state.mapOptions.hillshading,
inactive: this.showInactiveSummits
}
}