Skip to content
8 changes: 8 additions & 0 deletions data/deprecated.json
Original file line number Diff line number Diff line change
Expand Up @@ -1932,5 +1932,13 @@
{
"old": {"pstn": "pole"},
"replace": {"man_made": "utility_pole", "utility": "telecom"}
},
{
"old": {"memorial:type": "stolperstein"},
"replace": {"memorial": "stolperstein"}
},
{
"old": {"memorial:text": "*"},
"replace": {"inscription": "$1"}
}
]
5 changes: 5 additions & 0 deletions data/fields/memorial/addr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"type": "text",
"key": "memorial:addr",
"label": "Nearest Building Address"
}
29 changes: 29 additions & 0 deletions data/presets/historic/memorial/stolperstein-EU.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"icon": "temaki-plaque",
"fields": [
"name",
"inscription",
"wikidata"
],
"moreFields": [
"memorial/addr",
"subject/wikidata",
"image",
"wikimedia_commons",
"website"
],
"geometry": [
"point",
"vertex"
],
"tags": {
"historic": "memorial",
"memorial": "stolperstein"
},
"name": "Memorial Plaque Stolperstein",
"locationSet": {
"include": [
"Q46"
]
}
}