From f728c7fad55a0ac381b01805d3bb2e9d0b9e50d0 Mon Sep 17 00:00:00 2001 From: catherine meng Date: Thu, 4 Jul 2024 11:13:10 -0700 Subject: [PATCH] feat(635): allow downloading spatial sample file, refs: #635 --- .../fom-submission.component.html | 12 ++ .../fom-submission.component.scss | 4 + .../fom-submission.component.ts | 6 +- .../sample_cut_block_file.json | 110 ++++++++++++++++++ .../sample_road_section_file.json | 28 +++++ .../sample_wtra_file.json | 46 ++++++++ api/src/app/app.module.ts | 1 + 7 files changed, 206 insertions(+), 1 deletion(-) create mode 100644 admin/src/assets/sample-spatial-files/sample_cut_block_file.json create mode 100644 admin/src/assets/sample-spatial-files/sample_road_section_file.json create mode 100644 admin/src/assets/sample-spatial-files/sample_wtra_file.json diff --git a/admin/src/app/foms/fom-submission/fom-submission.component.html b/admin/src/app/foms/fom-submission/fom-submission.component.html index fbadf51f1..4a67f14a9 100644 --- a/admin/src/app/foms/fom-submission/fom-submission.component.html +++ b/admin/src/app/foms/fom-submission/fom-submission.component.html @@ -76,6 +76,18 @@

FSP ID: {{project.fspId}}

+ +
+ +
+ Cut block + Road section + Wildlife/tree retention area +
+
+