Fixed docker issue temporarily

This commit is contained in:
2025-04-11 23:02:47 -04:00
parent 05b5ceafe2
commit 74fa7da751
18 changed files with 145 additions and 92 deletions

View File

@@ -27,7 +27,7 @@ export default function AirportMarker({
mouseout: () => markerRef.current?.closePopup()
}}
>
<Popup closeButton={false}>
<Popup closeButton={false} autoPan={false}>
{airport.icao} - {airport.name}
</Popup>
</Marker>