diff --git a/packages/stats/app/src/routes/index.tsx b/packages/stats/app/src/routes/index.tsx index 073347db5..97763c232 100644 --- a/packages/stats/app/src/routes/index.tsx +++ b/packages/stats/app/src/routes/index.tsx @@ -104,10 +104,10 @@ const worldCountryGeometries: GeometryCollection = { ...worldTopology.objects.countries, geometries: worldTopology.objects.countries.geometries.filter((country) => String(country.id ?? "") !== "010"), } -const worldCountries = feature( - worldTopology, - worldCountryGeometries, -) as FeatureCollection +const worldCountries = feature(worldTopology, worldCountryGeometries) as FeatureCollection< + GeometryObject, + WorldCountryProperties +> const worldProjection = geoEquirectangular().fitExtent( [ [10, 12],