Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit daaea04

Browse files
authored
Merge pull request #53 from QwantResearch/recycling
pois: Include amenity=recycling in searchable items
2 parents 873f134 + bf66cbe commit daaea04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pois.rs

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ static NON_SEARCHABLE_ITEMS: Lazy<BTreeSet<(String, String)>> = Lazy::new(|| {
2424
("amenity", "waste_basket"),
2525
("amenity", "post_box"),
2626
("tourism", "information"),
27-
("amenity", "recycling"),
2827
("barrier", "lift_gate"),
2928
("barrier", "bollard"),
3029
("barrier", "cycle_barrier"),

0 commit comments

Comments
 (0)