Browse Source

QA culture-media: include amenity=public_bookcase

master
parent
commit
caa80ea967
  1. 4
      culture-media.yaml

4
culture-media.yaml

@ -15,7 +15,7 @@ query:
nwr[historic]; nwr[historic];
nwr[tourism~'^(.*;|)(attraction|artwork)(;.*|)$']; nwr[tourism~'^(.*;|)(attraction|artwork)(;.*|)$'];
nwr[heritage]; nwr[heritage];
nwr[amenity~'^(.*;|)(fountain|arts_centre|place_of_worship|theatre)(;.*|)$'];
nwr[amenity~'^(.*;|)(fountain|arts_centre|place_of_worship|theatre|public_bookcase)(;.*|)$'];
nwr[man_made~'^(.*;|)(windmill|watermill|bridge|cairn|cross|geoglyph|hongsalmun|iljumun|lighthouse|obelisk|observatory|offshore_platform|paifang|stupa|torii)(;.*|)$']; nwr[man_made~'^(.*;|)(windmill|watermill|bridge|cairn|cross|geoglyph|hongsalmun|iljumun|lighthouse|obelisk|observatory|offshore_platform|paifang|stupa|torii)(;.*|)$'];
nwr[natural=tree][denotation~'^(natural_monument|landmark)$']; nwr[natural=tree][denotation~'^(natural_monument|landmark)$'];
) )
@ -158,6 +158,8 @@ const:
icon: '<i class="fas fa-university"></i>' icon: '<i class="fas fa-university"></i>'
amenity=place_of_worship: amenity=place_of_worship:
icon: '<i class="fas fa-place-of-worship"></i>' icon: '<i class="fas fa-place-of-worship"></i>'
amenity=public_bookcase:
icon: '<i class="fas fa-book"></i>'
amenity=theatre: amenity=theatre:
icon: '<i class="fas fa-theater-masks"></i>' icon: '<i class="fas fa-theater-masks"></i>'
natural=tree: natural=tree:

Loading…
Cancel
Save