chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2023-03-27 15:09:15 +02:00
parent 310c9e1a8f
commit be73076979
13 changed files with 323 additions and 284 deletions

View file

@ -66,11 +66,15 @@
"mappings": [
{
"if": {
"and":["backrest=yes","two_sided=yes"]
"and": [
"backrest=yes",
"two_sided=yes"
]
},
"then": {
"en": "This bench is two-sided and shares the backrest",
"nl": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt"
"nl": "Dit is een dubbele bank waarbij de rugleuning gedeeld wordt",
"de": "Diese Bank ist zweiseitig und teilt sich die Rückenlehne"
},
"icon": {
"path": "./assets/layers/bench/two_sided.svg",
@ -100,7 +104,9 @@
"da": "Har et ryglæn",
"cs": "Má opěradlo"
},
"addExtraTags": ["two_sided=no"]
"addExtraTags": [
"two_sided=no"
]
},
{
"if": "backrest=no",
@ -454,7 +460,9 @@
],
"id": "bench-direction",
"condition": {
"and": ["two_sided!=yes"]
"and": [
"two_sided!=yes"
]
}
},
{
@ -1037,4 +1045,4 @@
},
"has_image"
]
}
}

View file

@ -15,6 +15,8 @@
"authors": [
"Pieter Vander Vennet"
],
"sources": ["https://commons.wikimedia.org/wiki/File:ISO_7010_P018.svg"]
"sources": [
"https://commons.wikimedia.org/wiki/File:ISO_7010_P018.svg"
]
}
]
]