diff --git a/lib/export_sivas.py b/lib/export_sivas.py index e8048f1..451a1f1 100644 --- a/lib/export_sivas.py +++ b/lib/export_sivas.py @@ -224,12 +224,12 @@ def build_kreisel_details(block): except (ValueError, TypeError): hoehe_m = "0" return { + "Hoehe in m": hoehe_m, + "Kreiselart": attribs.get("KREISELART", "STANDARD"), "Abstand (Kreiselachse A - Kreiselachse) in Meter": abstand_m, "Anzahl der Separatoren": attribs.get("N_SEPARATOREN", "2"), - "Kreiselart": attribs.get("KREISELART", "STANDARD"), "Anzahl der Scanner": attribs.get("N_SCANNER", "0"), "Anzahl der Rampen": attribs.get("N_RAMPEN", "0"), - "Hoehe in m": hoehe_m, "Drehrichtung": attribs.get("DREHRICHTUNG", "UZS"), "Drehung": block.get("rotation", 0.0), }