/webtrees/app/Http/RequestHandlers/ |
H A D | MapDataSave.php | 48 $latitude = Validator::parsedBody($request)->string('new_place_lati'); 57 if ($latitude === '' || $longitude === '') { 58 $latitude = null; 62 $latitude = round((float) $latitude, 5); 66 if ($parent_id !== null && $latitude === 0.0 && $longitude === 0.0) { 67 $latitude = null; 85 'latitude' => $latitude, 97 'latitude' => $latitude,
|
H A D | MapDataEdit.php | 91 $latitude = $location->latitude(); 97 if ($latitude === null || $longitude === null) { 98 $latitude = ''; 106 $marker_position = [$latitude, $longitude]; 113 'latitude' => $latitude,
|
H A D | MapDataExportCSV.php | 88 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude() 92 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue); 94 if ($latitude !== null && $longitude !== null) { 97 'latitude' => $latitude, 120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]); 137 $this->map_data_service->writeLatitude((float) $place->latitude),
|
H A D | MapDataExportGeoJson.php | 80 $parent->id(), array_reverse($hierarchy), $parent->latitude(), $parent->longitude() 84 [$id, $hierarchy, $latitude, $longitude] = array_shift($queue); 86 if ($latitude !== null && !$longitude !== null) { 93 (float) $latitude, 120 array_unshift($queue, [$row->id, $hierarchy, $row->latitude, $row->longitude]);
|
/webtrees/app/Module/ |
H A D | PedigreeMapModule.php | 232 $latitude = $fact->latitude(); 236 if ($latitude === null || $longitude === null) { 237 $latitude = $location->latitude(); 241 if ($latitude !== null && $longitude !== null) { 243 $sosa_points[$sosa] = [$latitude, $longitude]; 256 [$latitude, $longitude], 268 'coordinates' => [$longitude, $latitude],
|
H A D | PlacesModule.php | 139 $latitude = $fact->latitude(); 143 if ($latitude === null || $longitude === null) { 144 $latitude = $location->latitude(); 150 if ($latitude !== null && $longitude !== null) { 156 'coordinates' => [$longitude, $latitude],
|
H A D | MapLinkBing.php | 60 $latitude = $fact->latitude(); 62 $center = $latitude . '~' . $longitude; 64 $pointer = $latitude . '_' . $longitude . '_' . rawurlencode($label);
|
H A D | MapLinkOpenStreetMap.php | 59 $latitude = $fact->latitude();
|
H A D | PlaceHierarchyListModule.php | 259 if ($location->latitude() === null || $location->longitude() === null) { 268 'coordinates' => [$location->longitude(), $location->latitude()], 275 'latitude' => $location->latitude(),
|
H A D | ModuleMapLinkTrait.php | 82 return $fact->latitude() !== null && $fact->longitude() !== null;
|
/webtrees/app/ |
H A D | PlaceLocation.php | 158 if ($row->latitude !== null) { 159 $row->latitude = (float) $row->latitude; 173 public function latitude(): float|null function in Fisharebest\\Webtrees\\PlaceLocation 175 return $this->details()->latitude;
|
H A D | Fact.php | 282 public function latitude(): float|null function in Fisharebest\\Webtrees\\Fact
|
/webtrees/app/Services/ |
H A D | GedcomImportService.php | 463 $latitude = $gedcom_service->readLatitude($match[1]); 476 if ($location->latitude() === null && $location->longitude() === null) { 480 'latitude' => $latitude, 500 $latitude = (float) $match[1]; 513 if ($location->latitude() === null && $location->longitude() === null) { 517 'latitude' => $latitude,
|
H A D | MapDataService.php | 268 * @param float $latitude 272 public function writeLatitude(float $latitude): string argument 274 return $this->writeDegrees($latitude, Gedcom::LATITUDE_NORTH, Gedcom::LATITUDE_SOUTH);
|
/webtrees/resources/views/ |
H A D | fact-place.phtml | 33 <?php if ($fact->latitude() !== null && $fact->longitude() !== null) : ?> 35 … <span class="label"><?= I18N::translate('Latitude') ?>: </span><?= $fact->latitude() ?>
|
/webtrees/resources/views/admin/ |
H A D | locations.phtml | 78 <?php if ($place->latitude === null) : ?> 81 <?= $place->latitude ?>
|
H A D | location-edit.phtml | 47 … name="new_place_lati" placeholder="<?= I18N::translate('degrees') ?>" value="<?= e($latitude) ?>">
|
/webtrees/resources/views/modules/place-hierarchy/ |
H A D | popup.phtml | 32 <td class="p-0 align-digits"><?= $latitude ?></td>
|
/webtrees/ |
H A D | phpstan-baseline.neon | 5824 message: '#^Access to an undefined property object\:\:\$latitude\.$#' 5848 message: '#^Cannot access property \$latitude on object\|null\.$#' 5884 …message: '#^Method Fisharebest\\Webtrees\\PlaceLocation\:\:latitude\(\) should return float\|null … 8902 message: '#^Access to an undefined property object\:\:\$latitude\.$#'
|
/webtrees/resources/lang/en-GB/ |
H A D | messages.po | 6995 #. I18N: find latitude/longitude for a place 21812 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 21813 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 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 D | messages.po | 6995 #. I18N: find latitude/longitude for a place 21809 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 21810 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 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 D | messages.po | 6996 #. I18N: find latitude/longitude for a place 21772 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 21773 … est utilisée pour déterminer le nombre de chiffres significatifs de la latitude et de la longitud… 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 D | messages.po | 6999 #. I18N: find latitude/longitude for a place 21818 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 21819 … est utilisée pour déterminer le nombre de chiffres significatifs de la latitude et de la longitud… 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 D | messages.po | 7135 #. I18N: find latitude/longitude for a place 22072 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 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/gl/ |
H A D | messages.po | 6998 #. I18N: find latitude/longitude for a place 21266 …on. Based on this setting the number of digits that will be used in the latitude and longitude is … 21267 #~ msgstr "Aquí pode introducir a precisión. O número de díxitos que se usarán na latitude e loxitu… 21422 #~ msgid "Precision of the latitude and longitude" 21423 #~ msgstr "Precisión da latitude e lonxitude"
|