You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the family tree jQuery Data Table and the map markers are not connected. It would be nice if clicking on a person in the table opened up their marker pop up and it zoomed in on the marker using flyTo.
To do this, we can generate an ID for each person and set a matching data-id attribute for each table row and map marker. Clicking on a person in the table will trigger the map marker with the same ID to pop up.
The text was updated successfully, but these errors were encountered:
Right now the family tree jQuery Data Table and the map markers are not connected. It would be nice if clicking on a person in the table opened up their marker pop up and it zoomed in on the marker using
flyTo
.To do this, we can generate an ID for each person and set a matching
data-id
attribute for each table row and map marker. Clicking on a person in the table will trigger the map marker with the same ID to pop up.The text was updated successfully, but these errors were encountered: