show receiver location pin on the map

This commit is contained in:
Jakob Ketterl
2020-12-11 17:47:17 +01:00
parent bdb6d75f83
commit e062412e60
2 changed files with 43 additions and 6 deletions

View File

@ -426,7 +426,12 @@ class MapConnection(OpenWebRxClient):
super().__init__(conn)
pm = Config.get()
self.write_config(pm.filter("google_maps_api_key", "receiver_gps", "map_position_retention_time").__dict__())
self.write_config(pm.filter(
"google_maps_api_key",
"receiver_gps",
"map_position_retention_time",
"receiver_name",
).__dict__())
Map.getSharedInstance().addClient(self)