mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-18 09:33:28 +00:00
chore: generate
This commit is contained in:
parent
7af6eafb41
commit
0c31beb637
1 changed files with 4 additions and 4 deletions
|
|
@ -104,10 +104,10 @@ const worldCountryGeometries: GeometryCollection<WorldCountryProperties> = {
|
|||
...worldTopology.objects.countries,
|
||||
geometries: worldTopology.objects.countries.geometries.filter((country) => String(country.id ?? "") !== "010"),
|
||||
}
|
||||
const worldCountries = feature<WorldCountryProperties>(
|
||||
worldTopology,
|
||||
worldCountryGeometries,
|
||||
) as FeatureCollection<GeometryObject, WorldCountryProperties>
|
||||
const worldCountries = feature<WorldCountryProperties>(worldTopology, worldCountryGeometries) as FeatureCollection<
|
||||
GeometryObject,
|
||||
WorldCountryProperties
|
||||
>
|
||||
const worldProjection = geoEquirectangular().fitExtent(
|
||||
[
|
||||
[10, 12],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue