From 8f04e59ae181bfa054451ba032f575a48abf2227 Mon Sep 17 00:00:00 2001 From: mg2k4 <3237821-William06@users.noreply.gitlab.com> Date: Thu, 30 Oct 2025 00:23:41 +0000 Subject: [PATCH] Fix Bouvet Island latitude (should be negative) --- src/main/resources/countriesV3.1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/countriesV3.1.json b/src/main/resources/countriesV3.1.json index 446ef82..e22f2c6 100644 --- a/src/main/resources/countriesV3.1.json +++ b/src/main/resources/countriesV3.1.json @@ -8179,7 +8179,7 @@ } }, "latlng": [ - 54.4208, + -54.4208, 3.3464 ], "landlocked": false,