Home
last modified time | relevance | path

Searched refs:longitude (Results 1 – 25 of 93) sorted by relevance

1234

/webtrees/app/Http/RequestHandlers/
H A DMapDataSave.php49 $longitude = Validator::parsedBody($request)->string('new_place_long');
57 if ($latitude === '' || $longitude === '') {
59 $longitude = null;
63 $longitude = round((float) $longitude, 5);
66 if ($parent_id !== null && $latitude === 0.0 && $longitude === 0.0) {
68 $longitude = null;
86 'longitude' => $longitude,
98 'longitude' => $longitude,
H A DMapDataEdit.php92 $longitude = $location->longitude();
97 if ($latitude === null || $longitude === null) {
99 $longitude = '';
106 $marker_position = [$latitude, $longitude];
114 'longitude' => $longitude,
H A DMapDataExportCSV.php88 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude()
92 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue);
94 if ($latitude !== null && $longitude !== null) {
98 'longitude' => $longitude,
120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
136 $this->map_data_service->writeLongitude((float) $place->longitude),
H A DMapDataExportGeoJson.php80 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude()
84 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue);
86 if ($latitude !== null && !$longitude !== null) {
92 (float) $longitude,
120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
/webtrees/app/Module/
H A DPedigreeMapModule.php233 $longitude = $fact->longitude();
236 if ($latitude === null || $longitude === null) {
238 $longitude = $location->longitude();
241 if ($latitude !== null && $longitude !== null) {
243 $sosa_points[$sosa] = [$latitude, $longitude];
256 [$latitude, $longitude],
268 'coordinates' => [$longitude, $latitude],
H A DPlacesModule.php140 $longitude = $fact->longitude();
143 if ($latitude === null || $longitude === null) {
145 $longitude = $location->longitude();
150 if ($latitude !== null && $longitude !== null) {
156 'coordinates' => [$longitude, $latitude],
H A DMapLinkBing.php61 $longitude = $fact->longitude();
62 $center = $latitude . '~' . $longitude;
64 $pointer = $latitude . '_' . $longitude . '_' . rawurlencode($label);
H A DMapLinkOpenStreetMap.php60 $longitude = $fact->longitude();
H A DPlaceHierarchyListModule.php259 if ($location->latitude() === null || $location->longitude() === null) {
268 'coordinates' => [$location->longitude(), $location->latitude()],
276 'longitude' => $location->longitude(),
H A DModuleMapLinkTrait.php82 return $fact->latitude() !== null && $fact->longitude() !== null;
/webtrees/app/
H A DPlaceLocation.php162 if ($row->longitude !== null) {
163 $row->longitude = (float) $row->longitude;
181 public function longitude(): float|null function in Fisharebest\\Webtrees\\PlaceLocation
183 return $this->details()->longitude;
H A DFact.php296 public function longitude(): float|null function in Fisharebest\\Webtrees\\Fact
/webtrees/app/Services/
H A DGedcomImportService.php469 $longitude = $gedcom_service->readLongitude($match[1]);
476 if ($location->latitude() === null && $location->longitude() === null) {
481 'longitude' => $longitude,
506 $longitude = (float) $match[1];
513 if ($location->latitude() === null && $location->longitude() === null) {
518 'longitude' => $longitude,
H A DMapDataService.php278 * @param float $longitude
282 public function writeLongitude(float $longitude): string argument
284 return $this->writeDegrees($longitude, Gedcom::LONGITUDE_EAST, Gedcom::LONGITUDE_WEST);
/webtrees/resources/views/
H A Dfact-place.phtml33 <?php if ($fact->latitude() !== null && $fact->longitude() !== null) : ?>
36 … <span class="label"><?= I18N::translate('Longitude') ?>: </span><?= $fact->longitude()?>
/webtrees/resources/views/admin/
H A Dlocations.phtml86 <?php if ($place->longitude === null) : ?>
89 <?= $place->longitude ?>
H A Dlocation-edit.phtml54 …name="new_place_long" placeholder="<?= I18N::translate('degrees') ?>" value="<?= e($longitude) ?>">
/webtrees/resources/views/modules/place-hierarchy/
H A Dpopup.phtml36 <td class="p-0 align-digits"><?= $longitude ?></td>
/webtrees/
H A Dphpstan-baseline.neon2266 message: '#^Cannot access property \$longitude on mixed\.$#'
2332 message: '#^Cannot access property \$longitude on mixed\.$#'
6982 message: '#^Access to an undefined property object\:\:\$longitude\.$#'
7006 message: '#^Cannot access property \$longitude on object\|null\.$#'
7042 …message: '#^Method Fisharebest\\Webtrees\\PlaceLocation\:\:longitude\(\) should return float\|null…
10588 message: '#^Access to an undefined property object\:\:\$longitude\.$#'
/webtrees/resources/lang/en-GB/
H A Dmessages.po6995 #. I18N: find latitude/longitude for a place
21812 …n this setting the number of digits that will be used in the latitude and longitude is determined."
21813 …n this setting the number of digits that will be used in the latitude and longitude is determined."
22273 #~ msgid "Precision of the latitude and longitude"
22274 #~ msgstr "Precision of the latitude and longitude"
22826 #~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attac…
22827 #~ msgstr "This options sets whether latitude and longitude are displayed on the pop-up window atta…
/webtrees/resources/lang/en-AU/
H A Dmessages.po6995 #. I18N: find latitude/longitude for a place
21809 …n this setting the number of digits that will be used in the latitude and longitude is determined."
21810 …n this setting the number of digits that will be used in the latitude and longitude is determined."
22267 #~ msgid "Precision of the latitude and longitude"
22268 #~ msgstr "Precision of the latitude and longitude"
22816 #~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attac…
22817 #~ msgstr "This options sets whether latitude and longitude are displayed on the pop-up window atta…
/webtrees/resources/lang/fr-CA/
H A Dmessages.po6996 #. I18N: find latitude/longitude for a place
21772 …n this setting the number of digits that will be used in the latitude and longitude is determined."
21773 …st utilisée pour déterminer le nombre de chiffres significatifs de la latitude et de la longitude."
22206 #~ msgid "Precision of the latitude and longitude"
22207 #~ msgstr "Précision de la latitude et de la longitude"
22742 #~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attac…
22743 #~ msgstr "Cette option règle l’affichage ou pas de la latitude et de la longitude dans la fenêtre …
/webtrees/resources/lang/fr/
H A Dmessages.po6999 #. I18N: find latitude/longitude for a place
21818 …n this setting the number of digits that will be used in the latitude and longitude is determined."
21819 …st utilisée pour déterminer le nombre de chiffres significatifs de la latitude et de la longitude."
22276 #~ msgid "Precision of the latitude and longitude"
22277 #~ msgstr "Précision de la latitude et de la longitude"
22830 #~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attac…
22831 #~ msgstr "Cette option détermine si l’affichage de la latitude et de la longitude est affichée dan…
/webtrees/resources/lang/pt/
H A Dmessages.po7135 #. I18N: find latitude/longitude for a place
22072 …n this setting the number of digits that will be used in the latitude and longitude is determined."
22073 …minado com base nesta definição do número de dígitos que serão utilizados na latitude e longitude."
22415 #~ msgid "Precision of the latitude and longitude"
22416 #~ msgstr "Precisão da latitude e longitude"
22734 #~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attac…
/webtrees/resources/lang/pt-BR/
H A Dmessages.po6998 #. I18N: find latitude/longitude for a place
21800 …n this setting the number of digits that will be used in the latitude and longitude is determined."
21801 …minado com base nesta definição do número de dígitos que serão utilizados na latitude e longitude."
22228 #~ msgid "Precision of the latitude and longitude"
22229 #~ msgstr "Precisão da latitude e longitude"
22768 #~ msgid "This options sets whether latitude and longitude are displayed on the pop-up window attac…

1234