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

Commit

Permalink
feat: Add Saudi Arabia country map (#1416)
Browse files Browse the repository at this point in the history
* Add saudi arabia provinces geojson - source https://maps.elastic.co/#file/saudi_arabia_provinces

* fix format of goejson to follow superset format parsed by CountryMap.js

Co-authored-by: mhewedy <[email protected]>
  • Loading branch information
mhewedy and mhewedy authored Nov 1, 2021
1 parent 6b8cda4 commit 996869c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions plugins/legacy-plugin-chart-country-map/src/countries.ts
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ import peru from 'file-loader!./countries/peru.geojson';
import poland from 'file-loader!./countries/poland.geojson';
import portugal from 'file-loader!./countries/portugal.geojson';
import russia from 'file-loader!./countries/russia.geojson';
import saudi_arabia from 'file-loader!./countries/saudi_arabia.geojson';
import singapore from 'file-loader!./countries/singapore.geojson';
import slovenia from 'file-loader!./countries/slovenia.geojson';
import sweden from 'file-loader!./countries/sweden.geojson';
Expand Down Expand Up @@ -96,6 +97,7 @@ export const countries = {
poland,
portugal,
russia,
saudi_arabia,
singapore,
slovenia,
spain,
Expand Down

Large diffs are not rendered by default.

1 comment on commit 996869c

@vercel
Copy link

@vercel vercel bot commented on 996869c Nov 1, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.