klydekushy commited on
Commit
bcbc303
·
verified ·
1 Parent(s): 59055d8

Update src/modules/map_dashboard.py

Browse files
Files changed (1) hide show
  1. src/modules/map_dashboard.py +1 -1
src/modules/map_dashboard.py CHANGED
@@ -8,7 +8,7 @@ from folium.plugins import FastMarkerCluster, AntPath
8
  import time
9
 
10
  # --- CONSTANTES GOTHAM & CONFIG ---
11
- HQ_LOCATION = [14.6928, -17.4467] # Dakar (Centre approximatif)
12
  COLOR_BLUE_GOTHAM = "#25C1F7" # Bleu clair
13
  COLOR_BLUE_FILL = "#83D6F7" # Remplissage bleu
14
  COLOR_GREEN_ZONE = "#54BD4B" # Vert Cluster
 
8
  import time
9
 
10
  # --- CONSTANTES GOTHAM & CONFIG ---
11
+ HQ_LOCATION = [48.9136, 2.3824] # Aubervilliers, France
12
  COLOR_BLUE_GOTHAM = "#25C1F7" # Bleu clair
13
  COLOR_BLUE_FILL = "#83D6F7" # Remplissage bleu
14
  COLOR_GREEN_ZONE = "#54BD4B" # Vert Cluster