Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): add Australia geojson file (ap…
Browse files Browse the repository at this point in the history
…ache#1268)

* Added Australia geojson file
Added australia to countries.ts file

* added new line

Co-authored-by: Rusiru De silva <rusiru.desilva@mcmedisoft.com>
  • Loading branch information
2 people authored and zhaoyongjie committed Nov 25, 2021
1 parent 489a04f commit 20e41af
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* eslint-disable import/no-webpack-loader-syntax, import/no-unresolved */
import australia from 'file-loader!./countries/australia.geojson';
import belgium from 'file-loader!./countries/belgium.geojson';
import brazil from 'file-loader!./countries/brazil.geojson';
import bulgaria from 'file-loader!./countries/bulgaria.geojson';
Expand Down Expand Up @@ -35,6 +36,7 @@ import usa from 'file-loader!./countries/usa.geojson';
import zambia from 'file-loader!./countries/zambia.geojson';

export const countries = {
australia,
belgium,
brazil,
bulgaria,
Expand Down

Large diffs are not rendered by default.

0 comments on commit 20e41af

Please sign in to comment.