Chore: formatting

This commit is contained in:
Pieter Vander Vennet 2023-06-14 01:03:37 +02:00
parent 983db5e600
commit b37061fddf
2 changed files with 8 additions and 2 deletions

View file

@ -616,7 +616,9 @@
"freeform": {
"key": "website",
"type": "url",
"addExtraTags": ["url="]
"addExtraTags": [
"url="
]
},
"id": "artwork-website",
"labels": [

View file

@ -326,7 +326,11 @@
"+mappings": [
{
"if": {
"or": ["shop=vacant","shop=disused","disused:shop=yes"]
"or": [
"shop=vacant",
"shop=disused",
"disused:shop=yes"
]
},
"then": "circle:white;./assets/layers/shops/shop-disused.svg"
}