Contact

Carte Interactive Fondacio
Africa: 0 locations Europe: 0 locations Latin America: 0 locations Asia: 0 locations
'; return popupContent; } Object.keys(localites).forEach(function(pays) { localites[pays].forEach(function(localite) { var marker = L.marker(localite.coords).addTo(map); marker.bindPopup(createPopupContent(localite.info)); }); }); // Compteur d'animation document.querySelectorAll('.count').forEach(function(counter) { var target = parseInt(counter.getAttribute('data-count')); var count = 0; var interval = setInterval(function() { count += 1; counter.textContent = count; if (count >= target) { clearInterval(interval); } }, 50); // Ajuste la vitesse ici (en millisecondes) }); } initMap(); });

Write to us

    English

    × Close