chore: generate

This commit is contained in:
opencode-agent[bot]
2026-06-03 12:04:03 +00:00
parent 7af6eafb41
commit 0c31beb637
+4 -4
View File
@@ -104,10 +104,10 @@ const worldCountryGeometries: GeometryCollection<WorldCountryProperties> = {
...worldTopology.objects.countries, ...worldTopology.objects.countries,
geometries: worldTopology.objects.countries.geometries.filter((country) => String(country.id ?? "") !== "010"), geometries: worldTopology.objects.countries.geometries.filter((country) => String(country.id ?? "") !== "010"),
} }
const worldCountries = feature<WorldCountryProperties>( const worldCountries = feature<WorldCountryProperties>(worldTopology, worldCountryGeometries) as FeatureCollection<
worldTopology, GeometryObject,
worldCountryGeometries, WorldCountryProperties
) as FeatureCollection<GeometryObject, WorldCountryProperties> >
const worldProjection = geoEquirectangular().fitExtent( const worldProjection = geoEquirectangular().fitExtent(
[ [
[10, 12], [10, 12],