Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): added indonesia map (apache#1088)
Browse files Browse the repository at this point in the history
added indonesia map. geojson file was created via jupyter notebook script

Co-authored-by: macbook <[email protected]>
  • Loading branch information
2 people authored and zhaoyongjie committed Nov 25, 2021
1 parent ac9c382 commit 9cf5ba7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@
" 'china',\n",
" 'korea',\n",
" 'slovenia',\n",
" 'indonesia',\n",
"]\n",
"\n",
"# country name used in dataset\n",
Expand Down Expand Up @@ -1455,6 +1456,7 @@
"china\tSize 2311.875\tSaving geojson for china...\n",
"korea\tSize 34.227\tSaving geojson for korea...\n",
"slovenia\tSize 4.537\tSaving geojson for slovenia...\n",
"indonesia\tSize 773.715\tSaving geojson for indonesia...\n",
"Done. \n"
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ 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 indonesia from 'file-loader!./countries/indonesia.geojson';
import iran from 'file-loader!./countries/iran.geojson';
import italy from 'file-loader!./countries/italy.geojson';
import japan from 'file-loader!./countries/japan.geojson';
Expand Down Expand Up @@ -41,6 +42,7 @@ export const countries = {
france,
germany,
india,
indonesia,
iran,
italy,
japan,
Expand Down

Large diffs are not rendered by default.

0 comments on commit 9cf5ba7

Please sign in to comment.