public void GetOutput_CollaborationsByInstitutionKml(string filePath) { try { collaborations_byInstitution.WriteKml(filePath); } catch (Exception e) { logger.Error(e, "Error while creating collaboration KML (by institution)."); throw; } }
public void GetOutput_CollaborationsByCountryKml(string filePath) { try { collaborations_byCountry.WriteKml(filePath); } catch (Exception e) { logger.Error(e, "Error while creating collaboration KML (by country)."); throw; } }