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(
-1
View File
@@ -127,7 +127,6 @@ $pctSaved = $cost > 0 ? min(100 - $pctPaid, ($saved / $cost) * 100) : 0;
<h3 style="margin:0;">🗺️ Itinéraire</h3>
<div class="hol-map-legend">
<span class="hol-legend-item" title="Trajet aller"><span class="hol-legend-color aller"></span> Aller</span>
<span class="hol-legend-item" title="Étapes intermédiaires"><span class="hol-legend-color interm"></span> Interm.</span>
<span class="hol-legend-item" title="Trajet retour"><span class="hol-legend-color retour"></span> Retour</span>
</div>
</div>