dkniffin / webtrees-openstreetmap

Openstreetmap plugin for webtrees
MIT License
14 stars 4 forks source link

missing Spouse #23

Closed Joppla closed 7 years ago

Joppla commented 7 years ago

Am I correct that the "Spouse"-events aren't shown on the map? On my map I don't see the Spouse, but in module.php , lin #145 the events should be extracted.

dkniffin commented 7 years ago

Yea, it should show the spouse's events. If it's not, I think it's a bug.

Joppla commented 7 years ago

It seems me a bug.

Joppla commented 7 years ago

And Siblings are also not shown.

dkniffin commented 7 years ago

Is it showing parents and children?

Joppla commented 7 years ago

Yes. It does

dkniffin commented 7 years ago

Hmm. Would you mind trying to change this line to if ($child !== $thisPerson) { and seeing if siblings show up?

Joppla commented 7 years ago

I will do tomorrow.

Joppla commented 7 years ago

Line 139 has to be: if ( $child !== $thisPerson) { Line 148 has to be: if ( $spouse !== $thisPerson) {

So this bug can be mentioned as solved :+1: