This commit is contained in:
DingZQ
2025-04-19 12:33:45 +08:00
parent 7223f4b876
commit 9f7e26905e

View File

@@ -67,6 +67,8 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
for record in cur:
id = record[key_pipeId]
geom = record[key_geometry]
print(geom)
print(geom['coordinates'])
pipe_risk_probability_geometries[id] = {
'start': geom['coordinates'][0],