David Drury
David Drury
For the individual Notes, Media & Sources tabs, make the containing table fixed width (like the facts tab) and used css rather than embedded styles. Fixes problem with content overflowing...
Noticed a request for this on a forum post so...
Quite a major rewrite - Data for initial (world) view and subsequent views (traversing up/down the hierarchy) are obtained through ajax calls, this results in a greatly improved user experience...
This PR takes the elements applicable to the Pedigree map module from the following PR's so as to provide a consolidated collection of changes. https://github.com/fisharebest/webtrees/pull/4202, https://github.com/fisharebest/webtrees/pull/4203, https://github.com/fisharebest/webtrees/pull/4208, https://github.com/fisharebest/webtrees/pull/4211
This PR takes the elements applicable to the Places (tab) module from the following PR's so as to provide a consolidated collection of changes. https://github.com/fisharebest/webtrees/pull/4202, https://github.com/fisharebest/webtrees/pull/4208, https://github.com/fisharebest/webtrees/pull/4225
The larger map size is useful on smaller devices or when a person has events that span the globe
I've noticed that some people have made comments in the forum that the parent-child lines can look like a rats nest (I tend to agree) so It was a simple...
Avoid use of markerCluster function zoomToShowLayer but still spiderfy cluster when necessary but set a sensible zoom level first. Uses adaptation of code found on the internet ~~written by the...
- Bug fix - stop click on link propagating to map - Rationalize display of links in places & pedigree map modules - Remove unnecessary code from place hierarchy (clicking...