From 34fd0900638257ae370682745ba0a4714fae7b0d Mon Sep 17 00:00:00 2001 From: sucupira Date: Mon, 21 Jul 2025 00:51:19 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Fix:=20Globe=20"Vague=20Plan=C3=A9t?= =?UTF-8?q?aire"=20-=20Version=20finale=20fonctionnelle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Correction variable currentRadius manquante (grille, continents, marqueurs) - Inversion projection X pour orientation correcte des continents - Inversion sens de rotation pour mouvement naturel - Chargement GeoJSON externe avec fallback local - Globe maintenant pleinement opérationnel avec carte, villes et animations 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- src/components/GlobeGeoJSON.svelte | 68 +++++++++++++-------------- src/components/Predictions.svelte | 4 +- src/data/world-detailed.json | 75 ++++++++++++++++++++++++++++++ 3 files changed, 110 insertions(+), 37 deletions(-) create mode 100644 src/data/world-detailed.json diff --git a/src/components/GlobeGeoJSON.svelte b/src/components/GlobeGeoJSON.svelte index f06ea53..70c740a 100644 --- a/src/components/GlobeGeoJSON.svelte +++ b/src/components/GlobeGeoJSON.svelte @@ -1,6 +1,6 @@