diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index b0d071025..458cb7d74 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -1486,6 +1486,7 @@ class GeoView(HtmlView): descr2, self.center, eventyear) self.center = False else: + descr = place.get_title() self.append_to_places_without_coordinates(place.gramps_id,descr) if self.center: mess = _("Cannot center the map. No location with coordinates.")