Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

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 kristw committed Oct 29, 2019
1 parent 40da551 commit 1865bd5
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
Loading

0 comments on commit 1865bd5

Please sign in to comment.