@if ( 'pois' | mglClusterLeaves : feature : clusterPreviewCount - (feature.properties.point_count > clusterPreviewCount ? 1 : 0) | async; as leaves ) { @for (feature of leaves; track feature.id) { } @if (feature.properties.point_count > leaves.length) {
+{{ feature.properties.point_count - leaves.length }}
} }