Cover missing fields for longitude and latitude of closer location

This commit is contained in:
2026-06-02 16:08:54 +02:00
parent 890f26def1
commit d0da05a871
7 changed files with 19 additions and 7 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?6a0db365861a7" />
<link rel="stylesheet" type="text/css" href="assets/css/csvxml.min.css?6a1ee3f10f8f6" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#aa4400" />
@@ -27,7 +27,7 @@
</head>
<body class="loading">
<script src="assets/js/csvxmlV2.min.js?6a0db365861b0" type="text/javascript" async></script>
<script src="assets/js/csvxmlV2.min.js?6a1ee3f10f8f8" type="text/javascript" async></script>
</body>
</html>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+12
View File
@@ -415,6 +415,18 @@ final class CsvxmlAvailableFields {
name_human_readable: $tlLoader->tl("object_addendum", "object_add", "closer_location") . ", " . $tlLoader->tl("object_addendum", "object_add", 'as'),
explica: $tlLoader->tl("object_addendum", "object_add", "closer_location_kind_explica"),
),
"closer_location_longitude" => new FieldEntry(
dependsOn: ['closer_location_latitude'],
remark: 'Coordinates.',
name_human_readable: $tlLoader->tl("object_addendum", "object_add", "closer_location") . ': Longitude',
explica: $tlLoader->tl("object_addendum", "object_add", 'loka_inhalt'),
),
"closer_location_latitude" => new FieldEntry(
dependsOn: ['closer_location_longitude'],
remark: 'Coordinates.',
name_human_readable: $tlLoader->tl("object_addendum", "object_add", "closer_location") . ': Latitude',
explica: $tlLoader->tl("object_addendum", "object_add", 'loka_inhalt'),
),
],
$tlLoader->tl("object_addendum", "object_add", 'classification') => [
"entry_number" => new FieldEntry(