feat: Add Czech Republic country map. (#28035)

This commit is contained in:
Martin Spudich 2024-04-25 21:28:25 +02:00 committed by GitHub
parent ce1d18e534
commit 63afa24c11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 22 additions and 0 deletions

View File

@ -238,6 +238,7 @@
" 'costa rica',\n",
" 'cuba',\n",
" 'cyprus',\n",
" 'czech republic'\n",
" 'denmark',\n",
" 'dominican republic',\n",
" 'ecuador',\n",

View File

@ -35,6 +35,7 @@ import colombia from './countries/colombia.geojson';
import costa_rica from './countries/costa_rica.geojson';
import cuba from './countries/cuba.geojson';
import cyprus from './countries/cyprus.geojson';
import czech_republic from './countries/czech_republic.geojson';
import denmark from './countries/denmark.geojson';
import dominican_republic from './countries/dominican_republic.geojson';
import ecuador from './countries/ecuador.geojson';
@ -134,6 +135,7 @@ export const countries = {
costa_rica,
cuba,
cyprus,
czech_republic,
denmark,
dominican_republic,
ecuador,

File diff suppressed because one or more lines are too long