This commit is contained in:
Tykayn 2025-06-06 13:26:44 +02:00 committed by tykayn
parent a17fd9c232
commit 8bce5fe21c
14 changed files with 628 additions and 634 deletions

View file

@ -122,12 +122,12 @@
}
// Créer une carte des villes avec les codes postaux
{# let map = new maplibregl.Map({
let map = new maplibregl.Map({
container: 'mapDashboard',
style: 'https://api.maptiler.com/maps/basic-v2/style.json?key={{ maptiler_token }}',
center: [2.3488, 48.8534], // Paris
zoom: 10
}); #}
});
// Fonction pour obtenir la couleur selon le pourcentage
function getColorFromPercent(percent) {
@ -190,7 +190,7 @@ out skel qt;`;
{# <div id="mapDashboard"></div> #}
<table class="table table-hover table-striped table-responsive">
<table class="table table-hover table-striped table-responsive js-sort-table">
<thead>
<tr>
<th>Zone</th>