def thematicMapsPerson(self): thematicMaps = DisplayMapsDlg(self.project, 'person_sample', 'Thematic Map of Person Variables', 'thematic') if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)
def thematicMapsGQ(self): thematicMaps = DisplayMapsDlg( self.project, 'gq_sample', 'Thematic Map of Groupquarter Variables', 'thematic') if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)
def thematicMapsHhld(self): thematicMaps = DisplayMapsDlg(self.project, 'hhld_sample', 'Thematic Map of Household Variables', 'thematic') if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)
def thematicMapsPerson(self): thematicMaps = DisplayMapsDlg(self.project, "person_sample", "Thematic Map of Person Variables", "thematic") if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)
def thematicMapsGQ(self): thematicMaps = DisplayMapsDlg(self.project, "gq_sample", "Thematic Map of Groupquarter Variables", "thematic") if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)
def thematicMapsHhld(self): thematicMaps = DisplayMapsDlg(self.project, "hhld_sample", "Thematic Map of Household Variables", "thematic") if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)
def thematicMapsGQ(self): thematicMaps = DisplayMapsDlg(self.project, 'gq_sample', 'Thematic Map of Groupquarter Variables', 'thematic') if thematicMaps.check < 0: thematicMaps.exec_() else: self.thematicErrorDisplay(thematicMaps.check)