Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): Add Slovenia map (apache#1054)
Browse files Browse the repository at this point in the history
* Add slovenia.geojson

* Update countries.ts
  • Loading branch information
dkrat7 authored and zhaoyongjie committed Nov 25, 2021
1 parent 9f8b1c2 commit 7e1fd82
Show file tree
Hide file tree
Showing 2 changed files with 201 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import netherlands from 'file-loader!./countries/netherlands.geojson';
import portugal from 'file-loader!./countries/portugal.geojson';
import russia from 'file-loader!./countries/russia.geojson';
import singapore from 'file-loader!./countries/singapore.geojson';
import slovenia from 'file-loader!./countries/slovenia.geojson';
import spain from 'file-loader!./countries/spain.geojson';
import switzerland from 'file-loader!./countries/switzerland.geojson';
import syria from 'file-loader!./countries/syria.geojson';
Expand Down Expand Up @@ -51,6 +52,7 @@ export const countries = {
portugal,
russia,
singapore,
slovenia,
spain,
switzerland,
syria,
Expand Down
Loading

0 comments on commit 7e1fd82

Please sign in to comment.