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": {
|
"freeform": {
|
||||||
"key": "website",
|
"key": "website",
|
||||||
"type": "url",
|
"type": "url",
|
||||||
"addExtraTags": ["url="]
|
"addExtraTags": [
|
||||||
|
"url="
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"id": "artwork-website",
|
"id": "artwork-website",
|
||||||
"labels": [
|
"labels": [
|
||||||
|
|
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue