Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
feat: add country map of bulgaria in superset-ui-legacy-plugin-chart-…
Browse files Browse the repository at this point in the history
…country-map (#2)
  • Loading branch information
djok committed Feb 26, 2019
1 parent df727b6 commit ba113c2
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 ba113c2

Please sign in to comment.