broken still

This commit is contained in:
Jesse Winton
2025-04-14 17:38:54 -04:00
parent e479549023
commit cc109f6dbc
2 changed files with 1 additions and 7 deletions

View File

@@ -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>