From 2ac2c378e05f376dc74ac0cb927b0356719d4a6a Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 2 Jul 2024 23:28:50 +0800 Subject: [PATCH] filename -> filepath --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1bc6103..bb9ffc1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -33,7 +33,7 @@ impl COL { "data_publisher_countries_of_interest"; pub const GEOMETRY_ID: &'static str = "geometry_id"; - pub const GEOMETRY_FILENAME_STEM: &'static str = "geometry_filename_stem"; + pub const GEOMETRY_FILEPATH_STEM: &'static str = "geometry_filepath_stem"; pub const GEOMETRY_VALIDITY_PERIOD_START: &'static str = "geometry_validity_period_start"; pub const GEOMETRY_VALIDITY_PERIOD_END: &'static str = "geometry_validity_period_end"; pub const GEOMETRY_LEVEL: &'static str = "geometry_level";