Skip to content

Commit

Permalink
feat: add Korea(South) to Country Maps (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahwang authored and zhaoyongjie committed Nov 26, 2021
1 parent 6c239af commit bd84e26
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import france from 'file-loader!./countries/france.geojson';
import germany from 'file-loader!./countries/germany.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 morocco from 'file-loader!./countries/morocco.geojson';
import myanmar from 'file-loader!./countries/myanmar.geojson';
import netherlands from 'file-loader!./countries/netherlands.geojson';
Expand All @@ -34,6 +35,7 @@ const countries = {
germany,
italy,
japan,
korea,
morocco,
myanmar,
netherlands,
Expand Down

0 comments on commit bd84e26

Please sign in to comment.