|
|
@ -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 %}", |
|
|
|