Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Add Bulgaria to the list of countries is superset-ui-legacy-plugin-ch…
Browse files Browse the repository at this point in the history
…art-country-map

another try
  • Loading branch information
djok committed Feb 26, 2019
1 parent 346ca5c commit 6848858
Show file tree
Hide file tree
Showing 2 changed files with 4,253 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* eslint-disable import/no-webpack-loader-syntax, import/no-unresolved */
import belgium from 'file-loader!./countries/belgium.geojson';
import brazil from 'file-loader!./countries/brazil.geojson';
import bulgaria from 'file-loader!./countries/bulgaria.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';
Expand All @@ -24,6 +25,7 @@ import zambia from 'file-loader!./countries/zambia.geojson';
const countries = {
belgium,
brazil,
bulgaria,
china,
egypt,
france,
Expand Down
Loading

0 comments on commit 6848858

Please sign in to comment.