From 8eedb37772f86b975f5bb953ec42fb7fd46ce5f3 Mon Sep 17 00:00:00 2001 From: SNoiraud Date: Tue, 15 Nov 2016 13:09:12 +0100 Subject: [PATCH] Geography: Add kmls for the geography places view. --- gramps/plugins/view/geoplaces.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gramps/plugins/view/geoplaces.py b/gramps/plugins/view/geoplaces.py index 6b0555f76..7f94c4423 100644 --- a/gramps/plugins/view/geoplaces.py +++ b/gramps/plugins/view/geoplaces.py @@ -264,6 +264,7 @@ class GeoPlaces(GeoGraphyView): None, # family.gramps_id color=self.plc_color[int(place.get_type())+1] ) + self.load_kml_files(place) def _createmap(self, place_x): """ @@ -287,6 +288,7 @@ class GeoPlaces(GeoGraphyView): self.nbplaces = 0 self.message_layer.clear_messages() self.message_layer.clear_font_attributes() + self.kml_layer.clear() self.no_show_places_in_status_bar = False _col = self._config.get self.plc_color = [