Skip to content

Commit

Permalink
Update region color
Browse files Browse the repository at this point in the history
  • Loading branch information
juggler31 committed Jul 23, 2024
1 parent 67e5429 commit b7117ab
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/js/leaflet/carte.js
Original file line number Diff line number Diff line change
Expand Up @@ -165,9 +165,11 @@ $(document).ready(function() {
? "#50AF55"
: a == "Conseil départemental"
? "#561FA8"
: a == "Autre"
? "#F85446"
: "#ff0000";
: a == "Région"
? "#008cff"
: a == "Autre"
? "#F85446"
: "#ff0000";
}

/* Fonction d'intéraction liées à la souris'*/
Expand Down

0 comments on commit b7117ab

Please sign in to comment.