Skip to content

Commit

Permalink
filename -> filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Jul 2, 2024
1 parent 6738288 commit 2ac2c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 2ac2c37

Please sign in to comment.