diff --git a/src/main/webapp/encounters/encounter.jsp b/src/main/webapp/encounters/encounter.jsp index 63392d0f3b..f9b85b579a 100755 --- a/src/main/webapp/encounters/encounter.jsp +++ b/src/main/webapp/encounters/encounter.jsp @@ -1284,7 +1284,7 @@ if(CommonConfiguration.showProperty("showCountry",context)){ if(((enc.getDecimalLatitude()==null)||(enc.getDecimalLongitude()==null))||(!visible)){ %> - marker.setVisible(true); + marker.setVisible(false); <% }