u.s. totals were not getting displayed on the home page map
This commit is contained in:
parent
3942b2923c
commit
b3b6b6ddaf
1 changed files with 2 additions and 2 deletions
|
@ -73,8 +73,8 @@ public class GeoFocusMapLocations extends AbstractAjaxResponder {
|
|||
if ( label.contains("Ivoire") ) {
|
||||
name = "Ivory Coast";
|
||||
}
|
||||
else if ( label.contains("New York State") ) {
|
||||
name = "New York";
|
||||
else if ( label.contains("United States of America") ) {
|
||||
name = "United States of America";
|
||||
}
|
||||
else if ( label.contains("United Kingdom") ) {
|
||||
name = "United Kingdom";
|
||||
|
|
Loading…
Add table
Reference in a new issue