Added borelis and cantane maps

This commit is contained in:
Alexis
2025-01-10 14:15:48 +01:00
parent 8629df03fb
commit 59d62185f7
759 changed files with 1446 additions and 5 deletions

View File

@@ -205,6 +205,14 @@ for (let i = 0; i < markers.length; i++) {
popupContent += `<p>${m.description}</p>`
}
if (m.mapId) {
popupContent += `
<a href="${m.mapId}" class="title">
Voir la carte détaillée
</a>
`
}
marker.bindPopup(popupContent).openPopup()
const displayTooltip = m.group === 'capitals'