Merge pull request #964 from tordans/stolpersteine

Add preset `stolperstein` with deprecations and `memorial:addr` field
This commit is contained in:
Martin Raifer 2023-08-25 11:51:14 +02:00 committed by GitHub
commit cb87cc134a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,30 @@
{
"icon": "temaki-plaque",
"fields": [
"name",
"inscription",
"wikidata"
],
"moreFields": [
"memorial/addr",
"memorial/addr_subtags",
"subject/wikidata",
"image",
"wikimedia_commons",
"website"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"historic": "memorial",
"memorial": "stolperstein"
},
"name": "Memorial Plaque Stolperstein",
"locationSet": {
"include": [
"Q46"
]
}
}