Contact

Carte Interactive Fondacio
Africa: 0 locations Europe: 0 locations Latin America: 0 locations Asia: 0 locations
`; } // Ajout des marqueurs avec icône personnalisée Object.keys(localites).forEach(function(pays) { localites[pays].forEach(function(localite) { var marker = L.marker(localite.coords, { icon: customIcon }).addTo(map); marker.bindPopup(createPopupContent(localite.info)); }); }); // Animation des compteurs document.querySelectorAll('.count').forEach(function(counter) { var target = parseInt(counter.getAttribute('data-count')); var count = 0; if (isNaN(target)) return; // Évite tout problème avec des valeurs non définies var interval = setInterval(function() { count++; counter.textContent = count; if (count >= target) { clearInterval(interval); } }, 50); }); } initMap(); });

Write to us

    English

    × Close