diff --git a/src/components/MiniMap.vue b/src/components/MiniMap.vue index 33dfc85..daf9ca0 100644 --- a/src/components/MiniMap.vue +++ b/src/components/MiniMap.vue @@ -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 } }