From cc3079cf316d1fe67213e11ee497d9ecb2ad8ae9 Mon Sep 17 00:00:00 2001 From: Aleks Date: Wed, 14 Jan 2026 21:56:43 +0100 Subject: [PATCH] Fix: Zmiana gradientu --- cityfeel/static/js/map.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cityfeel/static/js/map.js b/cityfeel/static/js/map.js index bec0d4f..2340bed 100644 --- a/cityfeel/static/js/map.js +++ b/cityfeel/static/js/map.js @@ -32,9 +32,9 @@ // Gradient: Blue (chłodno) -> Yellow -> Red (gorąco/najlepiej) GRADIENT: { 0.4: 'blue', - 0.6: 'lime', // Przejściowy zielony dla płynności + 0.6: 'red', // Przejściowy zielony dla płynności 0.8: 'yellow', - 1.0: 'red' // Czerwony na szczycie skali (max) + 1.0: 'lime' // Czerwony na szczycie skali (max) } } };