Example #1
0
 def _select_trkfromgpx(self,gpxfile,tracks):  #TODO remove? - should never have multiple tracks per GPX file
     logging.debug('>>')
     logging.debug('Track dialog '+ self.data_path +'|'+ gpxfile)
     selectrckdialog = DialogSelectTrack(self.data_path, tracks,self.__actualize_fromgpx, gpxfile)
     logging.debug('Launching window...')
     selectrckdialog.run()
     logging.debug('<<')
Example #2
0
 def _select_trkfromgpx(self, gpxfile, tracks):  # TODO remove? - should never have multiple tracks per GPX file
     logging.debug(">>")
     logging.debug("Track dialog " + self.data_path + "|" + gpxfile)
     selectrckdialog = DialogSelectTrack(self.data_path, tracks, self.__actualize_fromgpx, gpxfile)
     logging.debug("Launching window...")
     selectrckdialog.run()
     logging.debug("<<")
Example #3
0
	def _select_trkfromgpx(self,gpxfile,tracks):  #TODO remove? - should never have multiple tracks per GPX file
		logging.debug('>>')
		logging.debug('Track dialog '+ self.data_path +'|'+ gpxfile)
		selectrckdialog = DialogSelectTrack(self.data_path, tracks,self.__actualize_fromgpx, gpxfile)
		logging.debug('Launching window...')
		selectrckdialog.run()
		logging.debug('<<')