Skip to content

Commit

Permalink
examples/exposure: Correct semantic errors in spatial.gazetteerEntries
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Aug 30, 2023
1 parent 3a792bd commit 0273914
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 6 deletions.
21 changes: 18 additions & 3 deletions examples/exposure/central_asia_residential_current/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,24 @@
],
"gazetteerEntries": [
{
"id": "0064251_spatial1",
"scheme": "ISO 3166-1 alpha-3",
"description": "Central Asia: KAZ, KGZ, TJK, TKM, UZB"
"id": "KAZ",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "KGZ",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "TJK",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "TKM",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "UZB",
"scheme": "ISO 3166-1 alpha-3"
}
]
},
Expand Down
21 changes: 18 additions & 3 deletions examples/exposure/central_asia_residential_projected/example.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,24 @@
],
"gazetteerEntries": [
{
"id": "0064254_spatial1",
"scheme": "ISO 3166-1 alpha-3",
"description": "Central Asia: KAZ, KGZ, TJK, TKM, UZB"
"id": "KAZ",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "KGZ",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "TJK",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "TKM",
"scheme": "ISO 3166-1 alpha-3"
},
{
"id": "UZB",
"scheme": "ISO 3166-1 alpha-3"
}
]
},
Expand Down

0 comments on commit 0273914

Please sign in to comment.