diff --git a/modules/print_layout_baufreigabe.py b/modules/print_layout_baufreigabe.py
index 29bf10d..4ae3a8b 100644
--- a/modules/print_layout_baufreigabe.py
+++ b/modules/print_layout_baufreigabe.py
@@ -77,7 +77,7 @@ class PrintLayoutBaufreigabe(PrintLayout):
"Quelle Geobasisdaten: GeoSN, "
"dl-de/by-2-0
"
"Quelle Fachdaten: Darstellung auf der Grundlage von Daten und mit Erlaubnis des "
- "Saechsischen Landesamtes fuer Umwelt, Landwirtschaft und Geologie
"
+ "Sächsischen Landesamtes für Umwelt, Landwirtschaft und Geologie
"
"Basemap:"
"© GeoBasis-DE / BKG ([%year($now)%]) "
"CC BY 4.0 "
@@ -351,25 +351,23 @@ class PrintLayoutBaufreigabe(PrintLayout):
# Positionen werden bewusst als feste Werte gesetzt und bei Bedarf manuell angepasst.
labels = [
- ("Teilnehmergemeinschaft [%@sn_bezeichnung %] [%@sn_name %]", 16.0, -84.0, 171.0, 4.0, "Format_1", "Herausgeber"),
- ("[% @sn_bezeichnung %]", 16.0, -75.0, 171.0, 4.0, "Format_1", "Bezeichnung_Flurbereinigung"),
- ("[% @sn_name %]", 16.0, -64.0, 171.0, 5.0, "Format_2", "Name_Flurbereinigung"),
- ("[% @sn_gemeinden %]", 16.0, -56.0, 171.0, 4.0, "Format_1", "Stadt_Gemeinde"),
- ("[% @sn_landkreise_proj %]", 16.0, -48.0, 171.0, 4.0, "Format_1", "Landkreis"),
- ("[% @sn_kartenname %]", 16.0, -32.0, 137.0, 12.0, "Format_3", "Kartenname"),
- ("Gefertigt: ", 16.0, -23.0, 81.0, 4.0, "Format_1", "Gefertigt"),
- ("Geprueft: ", 101.0, -23.0, 81.0, 4.0, "Format_1", "Geprueft"),
+ ("Teilnehmergemeinschaft [%@sn_bezeichnung %] [%@sn_name %]", 14.0, -84.0, 74.0, 8.0, "Format_1", "Herausgeber"),
+ ("[% @sn_bezeichnung %]", 14.0, -75.0, 74.0, 4.0, "Format_1", "Bezeichnung_Flurbereinigung"),
+ ("[% @sn_name %]", 14.0, -64.0, 74.0, 5.0, "Format_2", "Name_Flurbereinigung"),
+ ("[% @sn_gemeinden %]", 14.0, -56.0, 74.0, 4.0, "Format_1", "Stadt_Gemeinde"),
+ ("[% @sn_landkreise_proj %]", 14.0, -48.0, 74.0, 4.0, "Format_1", "Landkreis"),
+ ("[% @sn_kartenname %]", 14.0, -32.0, 74.0, 8.0, "Format_3", "Kartenname"),
+ ("Ausgabedatum: [%format_date(now(), 'dd.MM.yyyy')%]", 14.0, -13.0, 74.0, 4.0, "Format_1", "Ausgabedatum"),
(
"Massstab: 1 : [%round(map_get(item_variables('Hauptkarte'),'map_scale'),0)%]",
16.0,
- -13.0,
- 81.0,
+ -23.0,
+ 74.0,
4.0,
"Format_1",
"Massstab",
),
- ("Ausgabedatum: [%format_date(now(), 'dd.MM.yyyy')%]", 101.0, -13.0, 81.0, 4.0, "Format_1", "Ausgabedatum"),
- ("Aktenzeichen: ", 16.0, -3.0, 171.0, 4.0, "Format_1", "Aktenzeichen"),
+
]
for text, rx, ry, w, h, fmt, obj_name in labels: