Spaces:
Running
Running
Update src/modules/map_dashboard.py
Browse files
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 = [
|
| 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
|