diff --git a/culture-media.yaml b/culture-media.yaml index f82c188..096222f 100644 --- a/culture-media.yaml +++ b/culture-media.yaml @@ -1,7 +1,12 @@ type: "overpass" query: 15: | - (nwr[historic];nwr[tourism~'^(attraction|artwork)$'];nwr[heritage];) + ( + nwr[historic]; + nwr[tourism~'^(attraction|artwork)$']; + nwr[heritage]; + nwr[amenity~'^(fountain|arts_centre)$']; + ) feature: pre: | {% set color = 'red' %} @@ -38,6 +43,8 @@ feature: {% endif %} {% elseif tags.tourism %} {{ tagTransList('tourism', tags.tourism) }} + {% elseif tags.amenity %} + {{ tagTrans('amenity', tags.amenity) }} {% elseif tags.heritage %} {{ keyTrans('heritage') }} {% endif %} @@ -59,6 +66,8 @@ filter: + + op: "has" info: |