mirror of
https://forge.chapril.org/tykayn/osm-commerces
synced 2025-06-20 01:44:42 +02:00
up stats
This commit is contained in:
parent
409bff6d4c
commit
c4cc4a4050
4 changed files with 52 additions and 16 deletions
|
@ -644,7 +644,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||
document.querySelector('#loading_search_insee').classList.add('d-none');
|
||||
|
||||
return data.map(commune => ({
|
||||
label: `${commune.nom} (code insee ${commune.code})`,
|
||||
label: `${commune.nom} (${commune.codesPostaux.join(', ')}, code insee ${commune.code})`,
|
||||
insee: commune.code,
|
||||
postcodes: commune.codesPostaux
|
||||
}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue