PeWu / topola

Topola – online genealogy visualization
Apache License 2.0
95 stars 28 forks source link

Day not present in all Dates #24

Closed PushKK closed 4 years ago

PushKK commented 4 years ago

I not see Days in 3-th level and more of ancestors: all my ancestors before 1918 years of birth not have "Day" on Dates (of Birth, Death and Marriage).

On site https://pewu.github.io/topola-viewer/: Рождение июнь 1903 г. (Day not present)

On GRAMPS: 25.06.1903 (Day present)

On GEDCOM: 1 BIRT 2 DATE @#DJULIAN@ 25 JUN 1903 (Day present)

May be problem - in deep level of ancestors, may be in @#DJULIAN@.

PeWu commented 4 years ago

Yes, the problem is with @#DJULIAN@. The date parser does not handle calerdar type specification. The parser needs to be updated here: https://github.com/PeWu/topola/blob/master/src/gedcom.ts#L57

PeWu commented 4 years ago

This should be fixed now.