Refactoring: fix metatagging

This commit is contained in:
Pieter Vander Vennet 2023-05-16 03:27:49 +02:00
parent 177697fe0a
commit 8fd3fbc0b7
34 changed files with 378 additions and 265 deletions

View file

@ -16,7 +16,7 @@
*/
export let map: Writable<MaplibreMap>
export let attribution = true
export let attribution = false
let center = {};
onMount(() => {