Home
last modified time | relevance | path

Searched refs:PlaceLatitude (Results 1 – 4 of 4) sorted by relevance

/webtrees/app/CustomTags/
H A DGedcomL.php57 use Fisharebest\Webtrees\Elements\PlaceLatitude; alias
247 '_LOC:EVEN:PLAC:MAP:LATI' => new PlaceLatitude(I18N::translate('Latitude')),
259 '_LOC:MAP:LATI' => new PlaceLatitude(I18N::translate('Latitude')),
/webtrees/tests/app/Elements/
H A DPlaceLatitudeTest.php35 self::$element = new PlaceLatitude('label');
/webtrees/app/Elements/
H A DPlaceLatitude.php35 class PlaceLatitude extends AbstractElement class
/webtrees/app/
H A DGedcom.php165 use Fisharebest\Webtrees\Elements\PlaceLatitude; alias
425 'FAM:*:PLAC:MAP:LATI' => new PlaceLatitude(I18N::translate('Latitude')),
557 'INDI:*:PLAC:MAP:LATI' => new PlaceLatitude(I18N::translate('Latitude')),