FamilyTree getPersonSvg.php - jcobban/Genealogy GitHub Wiki

Up: Family Tree Implementation

It returns a Scalable Vector Graphics (SVG) document which displays a graphical family tree centred on a particular Person.

This script is invoked with parameters which are use to restrict the response. Parameters (passed by method='GET'):

parameter description
'idir' identifies a specific instance of Person by its internal numeric key
'lang' BCP 47 language identifier

Next: FamilyTree getPersonXML.php