From ab8e27c8940eda3cd6c326c94e023fdb7dca8aa9 Mon Sep 17 00:00:00 2001 From: Samweli Date: Tue, 22 Oct 2024 00:54:31 +0300 Subject: [PATCH] update the initial site group name --- src/qgis_gea_plugin/definitions/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qgis_gea_plugin/definitions/defaults.py b/src/qgis_gea_plugin/definitions/defaults.py index 80b0055..5ef1729 100644 --- a/src/qgis_gea_plugin/definitions/defaults.py +++ b/src/qgis_gea_plugin/definitions/defaults.py @@ -61,7 +61,7 @@ LANDSAT_2013_LAYER_SEGMENT = "Landsat 2013" MASK_NAME_SEGMENT = "Mask" RECENT_IMAGERY_GROUP_NAME = "Recent Nicfi Imagery" -SITE_GROUP_NAME = "Proposed Site Boundaries" +SITE_GROUP_NAME = "Drawn Areas of Interest" PROJECT_INSTANCES_GROUP_NAME = "Project Instances" SITE_REPORT_TEMPLATE_NAME = "reforestation_site.qpt"