ILS Elementtypen für den Export hinzugefügt.

This commit is contained in:
2026-07-14 16:25:21 +02:00
parent ae9ce69d5f
commit bf517475bb
5 changed files with 41 additions and 17 deletions
+2 -2
View File
@@ -314,7 +314,7 @@ def process_blocks(blocks, lookup):
vf_count += 1
items.append({
"nr": elem_nr,
"teileart": "VarioFoerderer",
"teileart": "ILS 2.0 Strecke",
"teileid": block.get("attribs", {}).get("ID", "0000"),
"bezeichnung": f"VarioFoerderer :{vf_count}",
"merkmale": build_variofoerderer_merkmale(block),
@@ -327,7 +327,7 @@ def process_blocks(blocks, lookup):
gf_count += 1
items.append({
"nr": elem_nr,
"teileart": "Gefaellestrecke",
"teileart": "ILS 2.0 Gefaellestrecke",
"teileid": block.get("attribs", {}).get("ID", "0000"),
"bezeichnung": f"Gefaellestrecke :{gf_count}",
"merkmale": build_variofoerderer_merkmale(block),