Skip to content

Commit

Permalink
feat: Add Saudi Arabia country map (apache#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 <mhewedy@elm.sa>
  • Loading branch information
2 people authored and zhaoyongjie committed Nov 26, 2021
1 parent b80b220 commit 28dff9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
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.

0 comments on commit 28dff9b

Please sign in to comment.