mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 21:07:46 +00:00
broken still
This commit is contained in:
@@ -29,9 +29,6 @@
|
||||
city,
|
||||
code,
|
||||
index = 0,
|
||||
lat,
|
||||
lng,
|
||||
bounds,
|
||||
position,
|
||||
available = false,
|
||||
class: className = '',
|
||||
@@ -48,9 +45,6 @@
|
||||
open = false;
|
||||
}
|
||||
});
|
||||
|
||||
const x = $derived(((lng - bounds.west) / (bounds.east - bounds.west)) * 100);
|
||||
const y = $derived(((bounds.north - lat) / (bounds.north - bounds.south)) * 100);
|
||||
</script>
|
||||
|
||||
<Tooltip.Root bind:open>
|
||||
|
||||
Reference in New Issue
Block a user