mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-10-09 17:02:46 +02:00
up
This commit is contained in:
parent
a17fd9c232
commit
8bce5fe21c
14 changed files with 628 additions and 634 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue