mirror of
https://github.com/openstreetmap/id-tagging-schema.git
synced 2025-10-28 13:23:52 +01:00
Merge pull request #964 from tordans/stolpersteine
Add preset `stolperstein` with deprecations and `memorial:addr` field
This commit is contained in:
commit
cb87cc134a
4 changed files with 62 additions and 0 deletions
30
data/presets/historic/memorial/stolperstein-EU.json
Normal file
30
data/presets/historic/memorial/stolperstein-EU.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue