Skip to content

Commit

Permalink
fixed report view with other country (#2075)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbo1989 authored Jan 20, 2023
1 parent f23b624 commit 12be6aa
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/components/reports/mapChart/worldMapShapes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1986,6 +1986,14 @@ export const worldMapShapes = {
arcs: [
[-604, -121, -606, -453]
]
}, {
type: "Polygon",
properties: {
name: "Other"
},
id: "Other",
arcs: [
]
}]
}
},
Expand Down Expand Up @@ -11706,5 +11714,6 @@ export const countryCodeMappings = {
EH: "ESH",
YE: "YEM",
ZM: "ZMB",
ZW: "ZWE"
ZW: "ZWE",
Other: "Other"
};

0 comments on commit 12be6aa

Please sign in to comment.