Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): added finland map (#1258)
Browse files Browse the repository at this point in the history
* added partial finland map

* added new line

* added complete finland geojson
  • Loading branch information
Anushka-Hapukotuwa authored and zhaoyongjie committed Nov 26, 2021
1 parent 55199e4 commit e693381
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ 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';
import finland from 'file-loader!./countries/finland.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';
Expand Down Expand Up @@ -41,6 +42,7 @@ export const countries = {
china,
egypt,
france,
finland,
germany,
india,
indonesia,
Expand Down

0 comments on commit e693381

Please sign in to comment.