From 1cf22d30411b0c09b1ef4784624029626d40bb5d Mon Sep 17 00:00:00 2001 From: Viktor Govako Date: Wed, 16 Aug 2023 20:04:24 -0300 Subject: [PATCH] man_made=tower is not an attraction, but the windmill is. Signed-off-by: Viktor Govako --- indexer/ftypes_matcher.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/indexer/ftypes_matcher.cpp b/indexer/ftypes_matcher.cpp index 8dd0cf29af..e69473a0be 100644 --- a/indexer/ftypes_matcher.cpp +++ b/indexer/ftypes_matcher.cpp @@ -498,7 +498,8 @@ AttractionsChecker::AttractionsChecker() : BaseChecker(2 /* level */) {"leisure", "park"}, {"leisure", "water_park"}, {"man_made", "lighthouse"}, - {"man_made", "tower"}, + {"man_made", "windmill"}, + //{"man_made", "tower"}, {"natural", "beach"}, {"natural", "cave_entrance"}, {"natural", "geyser"},