u.s. totals were not getting displayed on the home page map

This commit is contained in:
tworrall 2013-06-13 15:02:45 -04:00
parent 3942b2923c
commit b3b6b6ddaf

View file

@ -73,8 +73,8 @@ public class GeoFocusMapLocations extends AbstractAjaxResponder {
if ( label.contains("Ivoire") ) { if ( label.contains("Ivoire") ) {
name = "Ivory Coast"; name = "Ivory Coast";
} }
else if ( label.contains("New York State") ) { else if ( label.contains("United States of America") ) {
name = "New York"; name = "United States of America";
} }
else if ( label.contains("United Kingdom") ) { else if ( label.contains("United Kingdom") ) {
name = "United Kingdom"; name = "United Kingdom";