wip: use pinia

This commit is contained in:
2026-07-05 16:25:54 +02:00
parent 6fa15f2ef3
commit d345ea9ec3
9 changed files with 229 additions and 44 deletions
+3 -1
View File
@@ -55,7 +55,9 @@ async function clusterClick(e: FeatureCollection) {
}
new Popup()
.setLngLat(coordinates)
.setHTML(`This cluster contains ${data.features.length} stops`)
.setHTML(
`Cluster code : ${feature.properties.code}<br/>This cluster contains ${data.features.length} stops`,
)
.addTo(map.map);
}