feat: Add Türkiye Map to Country Map (#20801)

This commit is contained in:
rizacavus 2022-07-23 03:33:56 +03:00 committed by GitHub
parent 2263a76f4d
commit 4ffa3c22d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 89 additions and 0 deletions

View File

@ -72,6 +72,7 @@ import syria from './countries/syria.geojson';
import tanzania from './countries/tanzania.geojson';
import thailand from './countries/thailand.geojson';
import timorleste from './countries/timorleste.geojson';
import turkey from './countries/turkey.geojson';
import united_arab_emirates from './countries/united_arab_emirates.geojson';
import uganda from './countries/uganda.geojson';
import uk from './countries/uk.geojson';
@ -137,6 +138,7 @@ export const countries = {
tanzania,
thailand,
timorleste,
turkey,
united_arab_emirates,
uganda,
uk,

File diff suppressed because one or more lines are too long