From a9fb4b379d7949ee155dba3766795b61180a0e53 Mon Sep 17 00:00:00 2001 From: Foxino Date: Sat, 28 Oct 2023 16:30:53 +0100 Subject: [PATCH] .1 vt private gardens --- .../projects/modelling/components/os_greenspaces_component.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/javascript/projects/modelling/components/os_greenspaces_component.ts b/app/javascript/projects/modelling/components/os_greenspaces_component.ts index 2f97de12..68dfce64 100644 --- a/app/javascript/projects/modelling/components/os_greenspaces_component.ts +++ b/app/javascript/projects/modelling/components/os_greenspaces_component.ts @@ -21,6 +21,10 @@ const GS_Sources: GS_Source[] = { source: "nateng:Brighton_PrivateGardens", name: "Private gardens" + }, + { + source: "nateng:shape_green_privategardens", + name: "Private gardens (0.1 vegetation)" } ]