We want this to work: ```svelte <script> let map = $state() </script> <Map bind:map/> <button onclick={()=>{ map.flyTo({center: [12, 34], zoom: 9}) }}>Move</button> ``` Needed for https://github.com/SWRdata/p118_correctiv_waermewende/issues/1
We want this to work:
Needed for https://github.com/SWRdata/p118_correctiv_waermewende/issues/1