Skip to content

Commit

Permalink
fdsfdsfds
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-raubach committed May 10, 2024
1 parent bf31615 commit 5d22639
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/MultiLocationMap.vue
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ export default {
this.map.fitBounds(latLngBounds.pad(0.1))
}
}
this.isInitializing = false
},
updateThemeLayer: function () {
if (this.themeLayer) {
Expand Down Expand Up @@ -225,7 +227,6 @@ export default {
L.control.layers(baseMaps).addTo(this.map)
this.map.whenReady(() => {
this.isInitializing = false
this.update()
})
}
Expand Down

0 comments on commit 5d22639

Please sign in to comment.