Dodanie title 2/2, Poprawki w ładowaniu map Google, poprwka w linach modal dla title

This commit is contained in:
dm
2025-11-23 07:11:17 +01:00
parent e4f47a06a0
commit 65d16575f2
25 changed files with 259 additions and 153 deletions

View File

@@ -6,6 +6,7 @@ import MapSwitch from "../../components/maps/MapSwitch.astro";
const apiKey = import.meta.env.PUBLIC_GOOGLE_MAPS_KEY;
const lat = 52.597388
const lon = 21.456797;
const mapStyleId="8e0a97af9476f2d3"
---
<DefaultLayout title="FUZ Mapa zasięgu sieci">
@@ -61,6 +62,7 @@ const lon = 21.456797;
zoom={14}
showMarker={true}
mode="full"
mapStyleId={mapStyleId}
/>
</div>