This commit is contained in:
Mark Qvist 2023-11-01 01:17:25 +01:00
parent 8fe92da00a
commit 6d15dd2940

View File

@ -3790,8 +3790,6 @@ class SidebandApp(MDApp):
if mlon < -179: mlon = -179 if mlon < -179: mlon = -179
if mlon > 179: mlon = 179 if mlon > 179: mlon = 179
RNS.log(f"zoom={mzoom}, lat={mlat}, lon={mlon}")
self.map_screen = Builder.load_string(layout_map_screen) self.map_screen = Builder.load_string(layout_map_screen)
self.map_screen.app = self self.map_screen.app = self
self.root.ids.screen_manager.add_widget(self.map_screen) self.root.ids.screen_manager.add_widget(self.map_screen)