Browse Source

Memorial: use "historic=memorial memorial=*" (or alias memorial:type=*) as description

maxspeed
parent
commit
979714e92c
  1. 4
      memorial.json

4
memorial.json

@ -23,8 +23,10 @@
"feature": {
"pre": [
"{% set value = tags.historic %}",
"{% if const[tags.historic ~ ' memorial=' ~ tags.memorial] %}",
"{% if tags.historic == 'memorial' and tags.memorial %}",
" {% set value = tags.historic ~ ' memorial=' ~ tags.memorial %}",
"{% elseif tags.historic == 'memorial' and attribute(tags, 'memorial:type') %}",
" {% set value = tags.historic ~ ' memorial=' ~ attribute(tags, 'memorial:type') %}",
"{% endif %}"
],
"description": "{{ tagTransList('historic', value) }}",

Loading…
Cancel
Save