Need insert since it requires update later
This commit is contained in:
@@ -16,8 +16,6 @@ def get_junction(name: str, id: str) -> dict[str, Any]:
|
||||
if j == None:
|
||||
return {}
|
||||
xy = get_node_coord(name, id)
|
||||
if xy == {}:
|
||||
xy = {'x': 0.0, 'y': 0.0}
|
||||
d = {}
|
||||
d['id'] = str(j['id'])
|
||||
d['x'] = float(xy['x'])
|
||||
|
||||
Reference in New Issue
Block a user