forked from MapComplete/MapComplete
Add graves to memorial theme
This commit is contained in:
parent
3d4f18ca04
commit
04dd9bb1d1
3 changed files with 114 additions and 2 deletions
|
@ -78,6 +78,9 @@
|
|||
"de": "ein Denkmal",
|
||||
"fr": "un mémorial"
|
||||
},
|
||||
"description": {
|
||||
"en": "A memorial is a physical object which remembers a person or event."
|
||||
},
|
||||
"tags": [
|
||||
"historic=memorial"
|
||||
]
|
||||
|
@ -218,6 +221,12 @@
|
|||
"addExtraTags": [
|
||||
"natural=tree"
|
||||
]
|
||||
},
|
||||
{"if": "historic=tomb",
|
||||
"then": {
|
||||
"en": "This is a gravestone; the person is buried here"
|
||||
},
|
||||
"addExtraTags": ["memorial="]
|
||||
}
|
||||
],
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue