From 1a1c093ef46da855dec53d4c81f866a6dfec13a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Fri, 26 Oct 2018 22:22:14 +0200 Subject: [PATCH] historic/religion: also show wayside_chapel in religion --- historic.json | 6 +++--- religion.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/historic.json b/historic.json index e69ce8b..f09cf10 100644 --- a/historic.json +++ b/historic.json @@ -29,9 +29,9 @@ ], "14": [ "(", - "node[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine)$\"];", - "way[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine)$\"];", - "relation[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine)$\"];", + "node[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine|wayside_chapel)$\"];", + "way[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine|wayside_chapel)$\"];", + "relation[historic][historic!~\"^(memorial|monument|wayside_cross|wayside_shrine|wayside_chapel)$\"];", ")" ] }, diff --git a/religion.json b/religion.json index c5b12fc..ebdc2b6 100644 --- a/religion.json +++ b/religion.json @@ -35,9 +35,9 @@ "relation[amenity~\"^(place_of_worship|grave_yard|crematorium)$\"];", "way[landuse~\"^(cemetery)$\"];", "relation[landuse~\"^(cemetery)$\"];", - "node[historic~\"^wayside_(cross|shrine)$\"];", - "way[historic~\"^wayside_(cross|shrine)$\"];", - "relation[historic~\"^wayside_(cross|shrine)$\"];", + "node[historic~\"^wayside_(cross|shrine|chapel)$\"];", + "way[historic~\"^wayside_(cross|shrine|chapel)$\"];", + "relation[historic~\"^wayside_(cross|shrine|chapel)$\"];", ")" ] }, @@ -46,7 +46,7 @@ "{% if tags.landuse == 'cemetery' %}", "{% set key = 'landuse' %}", "{% set value = tags.landuse %}", - "{% elseif tags.historic == 'wayside_cross' or tags.historic == 'wayside_shrine' %}", + "{% elseif tags.historic in [ 'wayside_cross', 'wayside_shrine', 'wayside_chapel' ] %}", "{% set key = 'historic' %}", "{% set value = tags.historic %}", "{% else %}",