diff --git a/resources/js/Components/FlightsGoneBy/FlightMap.vue b/resources/js/Components/FlightsGoneBy/FlightMap.vue index f337ae6..e292bab 100644 --- a/resources/js/Components/FlightsGoneBy/FlightMap.vue +++ b/resources/js/Components/FlightsGoneBy/FlightMap.vue @@ -370,7 +370,7 @@ export default defineComponent({ link.click() } - function loopPoints(origin: LngLat, radiusDeg = 0.4, steps = 48): LngLat[] { + function loopPoints(origin: LngLat, radiusDeg = 0.2, steps = 48): LngLat[] { const [lng, lat] = origin // Widen the longitude radius to compensate for mercator distortion at this latitude