Bezeichner war im json Export noch drin, obwohl es eigene Spalte ist
This commit is contained in:
@@ -123,7 +123,6 @@ def build_gefaellestrecke_details(block):
|
||||
return "0"
|
||||
|
||||
return {
|
||||
"Bezeichnung": attribs.get("Bezeichnung", block.get("block_name", "")),
|
||||
"Hoehe oben": mm_to_m("HOEHE_VON_mm"),
|
||||
"Hoehe unten": mm_to_m("HOEHE_BIS_mm"),
|
||||
"Laenge in Meter": attribs.get("L_GF_m", ""),
|
||||
@@ -621,7 +620,6 @@ def process_blocks(blocks, lookup):
|
||||
for group in gefaelle_groups.values():
|
||||
sivasnr, teileart = ILS_SIVASNR["gefaellestrecke"]
|
||||
details = build_gefaellestrecke_details(group["block"])
|
||||
details["Bezeichnung"] = group["bezeichnungen"]
|
||||
items.append({
|
||||
"nr": nr,
|
||||
"teileart": teileart,
|
||||
|
||||
Reference in New Issue
Block a user