From c0bb960509cee5619c4a890271a7d76fb8d000c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Thu, 13 Oct 2022 14:22:48 +0200 Subject: [PATCH] culture-media: include fountain and arts_centre --- culture-media.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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: |