Fix: alias 'urls' as 'website', fix #246
This commit is contained in:
parent
efd6b30e1b
commit
87e79b8e8c
1 changed files with 6 additions and 2 deletions
|
@ -144,6 +144,9 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"calculatedTags": [
|
||||
"website:=feat.properties.website ?? feat.properties.url"
|
||||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
|
@ -612,7 +615,8 @@
|
|||
},
|
||||
"freeform": {
|
||||
"key": "website",
|
||||
"type": "url"
|
||||
"type": "url",
|
||||
"addExtraTags": ["url="]
|
||||
},
|
||||
"id": "artwork-website",
|
||||
"labels": [
|
||||
|
@ -744,4 +748,4 @@
|
|||
"filter": [
|
||||
"has_image"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue