UTF8-reformatting
This commit is contained in:
parent
868d476891
commit
8c73cc022c
1 changed files with 6 additions and 7 deletions
|
@ -13,7 +13,7 @@
|
||||||
"labels": [
|
"labels": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
"render": "<a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' textmode='\uD83D\uDCD6' alt='Wikipedia'/></a>",
|
"render": "<a href='https://wikipedia.org/wiki/{wikipedia}' target='_blank'><img src='./assets/svg/wikipedia.svg' textmode='📖' alt='Wikipedia'/></a>",
|
||||||
"condition": {
|
"condition": {
|
||||||
"or": [
|
"or": [
|
||||||
"wikipedia~*",
|
"wikipedia~*",
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
"labels": [
|
"labels": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
"render": "<a href='tel:{phone}'><img textmode='\uD83D\uDCDE' alt='phone' src='./assets/tagRenderings/phone.svg'/></a>",
|
"render": "<a href='tel:{phone}'><img textmode='📞' alt='phone' src='./assets/tagRenderings/phone.svg'/></a>",
|
||||||
"condition": "phone~*"
|
"condition": "phone~*"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -90,16 +90,15 @@
|
||||||
{
|
{
|
||||||
"#": "ignore-image-in-then",
|
"#": "ignore-image-in-then",
|
||||||
"if": "smoking=no",
|
"if": "smoking=no",
|
||||||
"then": "<img textmode='\uD83D\uDEAD️' alt='no-smoking' src='./assets/tagRenderings/no_smoking.svg'/>"
|
"then": "<img textmode='🚭️' alt='no-smoking' src='./assets/tagRenderings/no_smoking.svg'/>"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"#": "ignore-image-in-then",
|
"#": "ignore-image-in-then",
|
||||||
"if": "smoking=yes",
|
"if": "smoking=yes",
|
||||||
"then": "<img textmode='\uD83D\uDEAC️' alt='smoking-allowed' src='./assets/tagRenderings/smoking.svg'/>"
|
"then": "<img textmode='🚬️' alt='smoking-allowed' src='./assets/tagRenderings/smoking.svg'/>"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
"id": "sharelink",
|
"id": "sharelink",
|
||||||
"labels": [
|
"labels": [
|
||||||
|
@ -112,7 +111,7 @@
|
||||||
"labels": [
|
"labels": [
|
||||||
"defaults"
|
"defaults"
|
||||||
],
|
],
|
||||||
"render": "<a href='https://openstreetmap.org/{id}' target='_blank'><img alt='on osm' textmode='\uD83D\uDDFA️' src='./assets/svg/osm-logo-us.svg'/></a>",
|
"render": "<a href='https://openstreetmap.org/{id}' target='_blank'><img alt='on osm' textmode='🗺️' src='./assets/svg/osm-logo-us.svg'/></a>",
|
||||||
"mappings": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "id~.*/-.*",
|
"if": "id~.*/-.*",
|
||||||
|
@ -128,4 +127,4 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"mapRendering": null
|
"mapRendering": null
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue