mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-07-09 22:38:38 +02:00
Preset/stolperstein: Update address fields
- remove "addr:" field since small usage and discouraged - add addr_string which is the thing used most often - update addr_addr to only show if at least "memorial:addr:street" is present
This commit is contained in:
@@ -1,11 +1,14 @@
|
||||
{
|
||||
"type": "address",
|
||||
"key": "addr",
|
||||
"key": "memorial:addr",
|
||||
"keys": [
|
||||
"memorial:addr:city",
|
||||
"memorial:addr:street",
|
||||
"memorial:addr:postcode",
|
||||
"memorial:addr:housenumber"
|
||||
],
|
||||
"label": "Nearest building address"
|
||||
"label": "Nearest Building Address",
|
||||
"prerequisiteTag": {
|
||||
"key": "memorial:addr:street"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"type": "text",
|
||||
"key": "memorial:addr",
|
||||
"label": "Nearest Building Address"
|
||||
}
|
||||
Reference in New Issue
Block a user