Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): Add Uruguay map (#944)
Browse files Browse the repository at this point in the history
* feat: add uruguay map

* fix: Update Uruguay geojson file
  • Loading branch information
fgomezotero authored and zhaoyongjie committed Nov 26, 2021
1 parent bf2a80c commit af68270
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ const config: ControlPanelConfig = {
'Timorleste',
'Uk',
'Ukraine',
'Uruguay',
'Usa',
'Zambia',
].map(s => [s, s]),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import thailand from 'file-loader!./countries/thailand.geojson';
import timorleste from 'file-loader!./countries/timorleste.geojson';
import uk from 'file-loader!./countries/uk.geojson';
import ukraine from 'file-loader!./countries/ukraine.geojson';
import uruguay from 'file-loader!./countries/uruguay.geojson';
import usa from 'file-loader!./countries/usa.geojson';
import zambia from 'file-loader!./countries/zambia.geojson';

Expand Down Expand Up @@ -55,6 +56,7 @@ const countries = {
timorleste,
uk,
ukraine,
uruguay,
usa,
zambia,
};
Expand Down

Large diffs are not rendered by default.

0 comments on commit af68270

Please sign in to comment.