diff --git a/src/DataViews/GeoView.py b/src/DataViews/GeoView.py index f13040c06..e435038e6 100644 --- a/src/DataViews/GeoView.py +++ b/src/DataViews/GeoView.py @@ -67,10 +67,10 @@ from PlaceUtils import conv_lat_lon # map icons # #------------------------------------------------------------------------- -_icons = { - gen.lib.EventType.BIRTH : 'gramps-geo-birth', - gen.lib.EventType.DEATH : 'gramps-geo-death', - gen.lib.EventType.MARRIAGE : 'gramps-geo-marriage', +_ICONS = { + gen.lib.EventType.BIRTH : 'gramps-geo-birth', + gen.lib.EventType.DEATH : 'gramps-geo-death', + gen.lib.EventType.MARRIAGE : 'gramps-geo-marriage', } #------------------------------------------------------------------------- @@ -155,6 +155,9 @@ _JAVASCRIPT = '''