forked from MapComplete/MapComplete
Chore: formatting
This commit is contained in:
parent
983db5e600
commit
b37061fddf
2 changed files with 8 additions and 2 deletions
|
@ -616,7 +616,9 @@
|
|||
"freeform": {
|
||||
"key": "website",
|
||||
"type": "url",
|
||||
"addExtraTags": ["url="]
|
||||
"addExtraTags": [
|
||||
"url="
|
||||
]
|
||||
},
|
||||
"id": "artwork-website",
|
||||
"labels": [
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue