Skip to content

Commit

Permalink
feat: adding Canada into the list of country map choices (#48)
Browse files Browse the repository at this point in the history
travis build failed due to another issue, which is fixed in master.
verified storybook and the new map is working correctly.
  • Loading branch information
andy-clapson authored and zhaoyongjie committed Nov 24, 2021
1 parent eebfa24 commit 4d16f85
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
import belgium from 'file-loader!./countries/belgium.geojson';
import brazil from 'file-loader!./countries/brazil.geojson';
import bulgaria from 'file-loader!./countries/bulgaria.geojson';
import canada from 'file-loader!./countries/canada.geojson';
import china from 'file-loader!./countries/china.geojson';
import egypt from 'file-loader!./countries/egypt.geojson';
import france from 'file-loader!./countries/france.geojson';
Expand All @@ -26,6 +27,7 @@ const countries = {
belgium,
brazil,
bulgaria,
canada,
china,
egypt,
france,
Expand Down
Loading

0 comments on commit 4d16f85

Please sign in to comment.