Skip to content

Commit

Permalink
feat: add india to country_map visualization (#182)
Browse files Browse the repository at this point in the history
* feat: add india to country_map visualization

India, through a merge conflict of some sort had been left out in the
main repo when country_map was migrated to this repo.

As part of the 0.34.0rc1 release process, this file got flagged as a
potential license issue. Moving it out of the source release and here is
the right thing to do.

* docs: enable country map

* fix: import india

* build: disable geojson parsing

* fix: import

* build: disable country map storybook
  • Loading branch information
mistercrunch authored and zhaoyongjie committed Nov 26, 2021
1 parent b2fc33c commit b56b2bb
Show file tree
Hide file tree
Showing 4 changed files with 2,108,479 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import china from 'file-loader!./countries/china.geojson';
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 italy from 'file-loader!./countries/italy.geojson';
import japan from 'file-loader!./countries/japan.geojson';
import korea from 'file-loader!./countries/korea.geojson';
Expand All @@ -33,6 +34,7 @@ const countries = {
egypt,
france,
germany,
india,
italy,
japan,
korea,
Expand Down

0 comments on commit b56b2bb

Please sign in to comment.