forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
b9e2af56bc
97 changed files with 3052 additions and 487 deletions
|
@ -66,17 +66,23 @@
|
|||
"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",
|
||||
"ca": "Aquest banc té dues cares i comparteix el respatller"
|
||||
},
|
||||
"icon": {
|
||||
"path": "./assets/layers/bench/two_sided.svg",
|
||||
"class": "large"
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"if": "backrest=yes",
|
||||
"then": {
|
||||
|
@ -100,7 +106,9 @@
|
|||
"da": "Har et ryglæn",
|
||||
"cs": "Má opěradlo"
|
||||
},
|
||||
"addExtraTags": ["two_sided=no"]
|
||||
"addExtraTags": [
|
||||
"two_sided=no"
|
||||
]
|
||||
},
|
||||
{
|
||||
"if": "backrest=no",
|
||||
|
@ -454,7 +462,9 @@
|
|||
],
|
||||
"id": "bench-direction",
|
||||
"condition": {
|
||||
"and": ["two_sided!=yes"]
|
||||
"and": [
|
||||
"two_sided!=yes"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue