Skip to content

Commit

Permalink
feat: add Liechtenstein to country map chart (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
Caahlo authored and zhaoyongjie committed Nov 26, 2021
1 parent 0449e62 commit 8392ad8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import india from 'file-loader!./countries/india.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';
import liechtenstein from 'file-loader!./countries/liechtenstein.geojson';
import morocco from 'file-loader!./countries/morocco.geojson';
import myanmar from 'file-loader!./countries/myanmar.geojson';
import netherlands from 'file-loader!./countries/netherlands.geojson';
Expand Down Expand Up @@ -39,6 +40,7 @@ const countries = {
italy,
japan,
korea,
liechtenstein,
morocco,
myanmar,
netherlands,
Expand Down

0 comments on commit 8392ad8

Please sign in to comment.