feat: Add Czech Republic country map. (#28035)
This commit is contained in:
parent
ce1d18e534
commit
63afa24c11
|
|
@ -238,6 +238,7 @@
|
|||
" 'costa rica',\n",
|
||||
" 'cuba',\n",
|
||||
" 'cyprus',\n",
|
||||
" 'czech republic'\n",
|
||||
" 'denmark',\n",
|
||||
" 'dominican republic',\n",
|
||||
" 'ecuador',\n",
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Reference in New Issue