At the moment, we use this region dictionary to map each region code i.e. MDW, FRA, etc. to a human readable region name and each region name currently is of the form <CONTINENT> (<COUNTRY/CITY>). Now that we're adding additional regions such that there are multiple cities on the same continent I think it should be fine to just use the city as the human readable name.
The additional regions:
At the moment, we use this region dictionary to map each region code i.e. MDW, FRA, etc. to a human readable region name and each region name currently is of the form
<CONTINENT> (<COUNTRY/CITY>)
. Now that we're adding additional regions such that there are multiple cities on the same continent I think it should be fine to just use the city as the human readable name.