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": { "freeform": {
"key": "website", "key": "website",
"type": "url", "type": "url",
"addExtraTags": ["url="] "addExtraTags": [
"url="
]
}, },
"id": "artwork-website", "id": "artwork-website",
"labels": [ "labels": [

View file

@ -326,7 +326,11 @@
"+mappings": [ "+mappings": [
{ {
"if": { "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" "then": "circle:white;./assets/layers/shops/shop-disused.svg"
} }