This commit is contained in:
DingZQ
2025-04-20 10:02:47 +08:00
parent a6ddc9bb0e
commit dae88d5626

View File

@@ -75,7 +75,7 @@ def get_pipe_risk_probability_geometries(name: str) -> dict[str, Any]:
print(col)
id = record[key_pipeId]
geom = json.loads(ST_AsGeoJSON(record[key_geometry]))
geom = json.loads(record[key_geometry])
pipe_risk_probability_geometries[id] = {
'start': geom['coordinates'][0],