webtrees icon indicating copy to clipboard operation
webtrees copied to clipboard

Pedigree map, provide ability to switch the parent-child lines on or off

Open ddrury opened this issue 3 years ago • 1 comments

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 job to put all the polylines into a new Layergroup, add it to the map and the control.layers.tree providing the ability to switch the lines on or off

ddrury avatar Feb 10 '22 21:02 ddrury

Codecov Report

Merging #4211 (f9acd66) into main (6191ab5) will increase coverage by 0.60%. The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main    #4211      +/-   ##
============================================
+ Coverage     31.90%   32.50%   +0.60%     
+ Complexity    11199    10960     -239     
============================================
  Files          1087     1084       -3     
  Lines         40796    40165     -631     
============================================
+ Hits          13014    13057      +43     
+ Misses        27782    27108     -674     
Impacted Files Coverage Δ
app/Module/PedigreeMapModule.php 0.00% <0.00%> (ø)
app/Elements/XrefMedia.php 53.84% <0.00%> (-46.16%) :arrow_down:
app/Elements/XrefSource.php 93.75% <0.00%> (-6.25%) :arrow_down:
app/Elements/AbstractEventElement.php 83.33% <0.00%> (-2.39%) :arrow_down:
app/Fact.php 0.00% <0.00%> (ø)
app/Media.php 0.00% <0.00%> (ø)
app/Module/NotesTabModule.php 0.00% <0.00%> (ø)
app/Module/IndividualMetadataModule.php 0.00% <0.00%> (ø)
app/Statistics/Repository/EventRepository.php 93.16% <0.00%> (ø)
...pp/Statistics/Repository/FamilyDatesRepository.php 98.24% <0.00%> (ø)
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6191ab5...f9acd66. Read the comment docs.

codecov[bot] avatar Feb 10 '22 21:02 codecov[bot]