Beispiel #1
0
 def projection_settings(self):
     """
     let user select the projections for the data
     :return:
     """
     project_select = ProjectionSelector(self)
     projection = project_select.loadAvailableSystems()
     self.txt_srid.setText(str(projection))
Beispiel #2
0
 def projection_settings(self):
     """
     let user select the projections for the data
     :return:
     """
     project_select = ProjectionSelector(self)
     projection = project_select.loadAvailableSystems()
     self.txt_srid.setText(str(projection))
Beispiel #3
0
 def projectionsSettings(self):
     '''let user select the projections for the data'''
     projSelect = ProjectionSelector(self)
     projection = projSelect.loadAvailableSystems()
     self.textField.setText(str(projection))