supp inter

This commit is contained in:
2026-04-02 17:03:12 +02:00
parent 2882c682f0
commit 7df7144147
2 changed files with 0 additions and 6 deletions
-5
View File
@@ -356,12 +356,7 @@ function initDetailMap() {
routeColor = "#f97316"; // Orange
routeWeight = 3;
routeDash = "10, 10";
} else if (i > 0) {
// SEGMENTS INTERMÉDIAIRES
routeColor = "#8b5cf6"; // Violet
routeWeight = 5;
}
// Dessin du trait
if (res.data && res.data.code === "Ok" && res.data.routes.length > 0) {
const routeCoords = res.data.routes[0].geometry.coordinates.map(