1 parent 328fa98 commit 5b23056Copy full SHA for 5b23056
1 file changed
website/content/visualizations/cartogram/index.md
@@ -119,7 +119,7 @@ Promise.all([
119
.filter(d => !problematicIDs.includes(+d.id));
120
121
const staticGeometries = topology.objects.countries.geometries
122
- .filter(d => problematicIDs.includes(+d.id)); // Russia yes, Antarctica no
+ .filter(d => problematicIDs.includes(+d.id));
123
124
125
const values = cartoGeometries.map(d => dataById.get(+d.id)?.counts ?? 0);
0 commit comments