Aenderung auf allgemein.cfg für alle Subprogramme

This commit is contained in:
2025-05-28 14:34:36 +02:00
parent a4920bf072
commit 7e334e0553
6 changed files with 49 additions and 51 deletions
+1
View File
@@ -605,6 +605,7 @@ class Anlage():
ld["coords"]= [{"x":round(p.x,1), "y":round(p.y,1)} for p in pfad_coords]
ld["length"]= round(pfad_length,1)
#ld["nodes"]=pfad_nodes
ld['tunnel_indices'] = list()
for i, p in enumerate(pfad_coords):
if self.coord_is_in_tunnel(p):