We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12e0f78 commit 80cf69bCopy full SHA for 80cf69b
README.md
@@ -32,6 +32,7 @@ Each line contains the country:
32
- ISO 3166-1 independence status (`independent`) (denotes the country is considered a sovereign state)
33
- ISO 3166-1 assignment status (`status`)
34
- UN Member status (`unMember`)
35
+ - [UN Regional Group](https://en.wikipedia.org/wiki/United_Nations_Regional_Groups) (`unRegion`)
36
- `currencies` - list of all currencies
37
- key: ISO 4217 currency code
38
- value: currency object
@@ -90,6 +91,7 @@ GeoJSON outlines and flags in SVG format.
90
91
"independent": true,
92
"status": "officially-assigned",
93
"unMember": true,
94
+ "unRegionalGroup": "Western European and Others Group",
95
"currencies": {"EUR": {"name": "Euro", "symbol": "\u20ac"}},
96
"idd": {
97
"root": "+4",
0 commit comments