wip: use pinia
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user