From 640dc328eb6338368b66831061530d8c894722f6 Mon Sep 17 00:00:00 2001 From: Rasmus Kaj Date: Mon, 5 Jul 2021 21:53:17 +0200 Subject: [PATCH] Another type of place to recognize. --- Cargo.toml | 2 +- src/fetch_places.rs | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2aa1999..24a47d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rphotos" -version = "0.10.0" +version = "0.10.1-PRE" authors = ["Rasmus Kaj "] edition = "2018" diff --git a/src/fetch_places.rs b/src/fetch_places.rs index 1b75649..7296c49 100644 --- a/src/fetch_places.rs +++ b/src/fetch_places.rs @@ -228,6 +228,7 @@ static KNOWN: [(&str, &[(&str, i16)]); 16] = [ ("scrub", 18), ("wood", 14), ("peninsula", 11), + ("wetland", 15), ]), ("building", &[ ("exhibition_center", 19),