Skip to content

Commit

Permalink
feat: Add Iran to countries (#306)
Browse files Browse the repository at this point in the history
* feat: Add Iran to countries

* feat: Add Iran to countries
  • Loading branch information
ali-bahjati authored and zhaoyongjie committed Nov 26, 2021
1 parent 97735be commit b0a620e
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import egypt from 'file-loader!./countries/egypt.geojson';
import france from 'file-loader!./countries/france.geojson';
import germany from 'file-loader!./countries/germany.geojson';
import india from 'file-loader!./countries/india.geojson';
import iran from 'file-loader!./countries/iran.geojson';
import italy from 'file-loader!./countries/italy.geojson';
import japan from 'file-loader!./countries/japan.geojson';
import korea from 'file-loader!./countries/korea.geojson';
Expand Down Expand Up @@ -37,6 +38,7 @@ const countries = {
france,
germany,
india,
iran,
italy,
japan,
korea,
Expand Down

0 comments on commit b0a620e

Please sign in to comment.