Updated metar checking
This commit is contained in:
@@ -9,7 +9,7 @@ export default function AirportMarker({
|
||||
index,
|
||||
airport,
|
||||
setAirport,
|
||||
selectedLayer,
|
||||
selectedLayer
|
||||
}: {
|
||||
index: number;
|
||||
airport: Airport;
|
||||
@@ -28,7 +28,7 @@ export default function AirportMarker({
|
||||
eventHandlers={{
|
||||
click: () => setAirport(airport),
|
||||
mouseover: () => markerRef.current?.openPopup(),
|
||||
mouseout: () => markerRef.current?.closePopup(),
|
||||
mouseout: () => markerRef.current?.closePopup()
|
||||
}}
|
||||
>
|
||||
<Popup closeButton={false} autoPan={false} interactive={false}>
|
||||
|
||||
Reference in New Issue
Block a user