Refactoring of various stuff
big mess, I don't remember what I was trying to accomplish there
This commit is contained in:
parent
ffb27c2e0a
commit
8e3dfa54f9
22 changed files with 1083 additions and 647 deletions
|
|
@ -143,14 +143,14 @@
|
|||
</script>
|
||||
|
||||
<div class="map-container" bind:this={mapContainer}>
|
||||
<div class="card coordinates-display">
|
||||
<!-- <div class="card coordinates-display">
|
||||
<p class="card-text">
|
||||
<b>Lat:</b>
|
||||
{mouseLat.toFixed(6)},
|
||||
<b>Lon:</b>
|
||||
{mouseLng.toFixed(6)}
|
||||
</p>
|
||||
</div>
|
||||
</div> -->
|
||||
<slot />
|
||||
{#if map && windData}
|
||||
<WindVisualization {map} {windData} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue