Support bianma for risk page
This commit is contained in:
@@ -79,7 +79,7 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
|
||||
}
|
||||
|
||||
for col in record:
|
||||
if col != key_pipeId and col != key_geometry:
|
||||
if col != key_geometry:
|
||||
pipe_risk_probability_geometries[id][col] = record[col]
|
||||
|
||||
# print(len(pipe_risk_probability_geometries))
|
||||
|
||||
Reference in New Issue
Block a user