elliotchance / gedcom

👪 A Go library and CLI tools for encoding, decoding, traversing, merging, comparing, querying and publishing GEDCOM files.
MIT License
94 stars 21 forks source link

Fix missing "Age" in publish events #306

Closed elliotchance closed 4 years ago

elliotchance commented 4 years ago

The age of the individual at that event would not show if the death date was missing. This is because it would consider the event always after their death, which is normally hidden from publish events.

Also fixed a bug where the places map (also in publish) was global.

Fixes #295


This change is Reviewable