Aenderung auf allgemein.cfg für alle Subprogramme
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user