create label for left xml for map location, and remove _get_map.

This commit is contained in:
Chris Pham
2018-02-08 13:50:12 -08:00
parent 3369434317
commit f4d6835e85
2 changed files with 3 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ class RoverMapCoordinator(QtCore.QThread):
self.setup_map_flag = True
# setup map
self._get_map()
self._setup_map_threads()
def run(self):
@@ -52,3 +51,5 @@ class RoverMapCoordinator(QtCore.QThread):
self.map_thread = RoverMap.GMapsStitcher(2000,
2000, 44.567161, -123.278432,
18, 'terrain', None, 20)

View File

@@ -119,7 +119,7 @@ color: #DCDCDC;</string>
<number>0</number>
</property>
<item>
<widget class="QLabel" name="label">
<widget class="QLabel" name="mapping_label">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>