From 3a2982c8ebb09cea53efc558d65c1ec304698997 Mon Sep 17 00:00:00 2001 From: Ariel Costas Guerrero Date: Fri, 13 Mar 2026 20:27:27 +0100 Subject: fix: handle exceptions during point transformation and initialize shape points --- src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Enmarcha.Backend/Types') diff --git a/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs b/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs index bb6a251..298e2f4 100644 --- a/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs +++ b/src/Enmarcha.Backend/Types/ConsolidatedCirculation.cs @@ -46,5 +46,5 @@ public class Epsg25829 public class Shape { public string ShapeId { get; set; } - public List Points { get; set; } + public List Points { get; set; } = []; } -- cgit v1.3