Move dog icon up, fix #1788
This commit is contained in:
parent
327a2860c7
commit
ef8d32e25b
1 changed files with 29 additions and 29 deletions
|
@ -204,6 +204,35 @@
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "dogicon",
|
||||||
|
"labels": [
|
||||||
|
"defaults",
|
||||||
|
"in_favourite"
|
||||||
|
],
|
||||||
|
"mappings": [
|
||||||
|
{
|
||||||
|
"if": "dog=no",
|
||||||
|
"#": "ignore-image-in-then",
|
||||||
|
"then": "<img textmode='🐕 ⃠' alt='no_dogs' src='./assets/layers/questions/no_dogs.svg'>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": "dog=leashed",
|
||||||
|
"#": "ignore-image-in-then",
|
||||||
|
"then": "<img textmode='🐕' alt='dogs are allowed but leashed' src='./assets/layers/questions/dogs_leashed.svg'>"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"if": {
|
||||||
|
"or": [
|
||||||
|
"dog=yes",
|
||||||
|
"dog=unleashed"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"#": "ignore-image-in-then",
|
||||||
|
"then": "<img textmode='🐕' alt='dogs are allowed' src='./assets/layers/questions/dogs_allowed.svg'>"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "sharelink",
|
"id": "sharelink",
|
||||||
"labels": [
|
"labels": [
|
||||||
|
@ -263,35 +292,6 @@
|
||||||
],
|
],
|
||||||
"condition": "id~(node|way|relation)/[0-9]*"
|
"condition": "id~(node|way|relation)/[0-9]*"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"id": "dogicon",
|
|
||||||
"labels": [
|
|
||||||
"defaults",
|
|
||||||
"in_favourite"
|
|
||||||
],
|
|
||||||
"mappings": [
|
|
||||||
{
|
|
||||||
"if": "dog=no",
|
|
||||||
"#": "ignore-image-in-then",
|
|
||||||
"then": "<img textmode='🐕 ⃠' alt='no_dogs' src='./assets/layers/questions/no_dogs.svg'>"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": "dog=leashed",
|
|
||||||
"#": "ignore-image-in-then",
|
|
||||||
"then": "<img textmode='🐕' alt='dogs are allowed but leashed' src='./assets/layers/questions/dogs_leashed.svg'>"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"if": {
|
|
||||||
"or": [
|
|
||||||
"dog=yes",
|
|
||||||
"dog=unleashed"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"#": "ignore-image-in-then",
|
|
||||||
"then": "<img textmode='🐕' alt='dogs are allowed' src='./assets/layers/questions/dogs_allowed.svg'>"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "rating",
|
"id": "rating",
|
||||||
"icon": {
|
"icon": {
|
||||||
|
|
Loading…
Reference in a new issue