Skip to content

Commit

Permalink
feat(legacy-plugin-chart-country-map): Add Slovenia map (#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 26, 2021
1 parent d1d1adf commit 8295e7a
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

0 comments on commit 8295e7a

Please sign in to comment.