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": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
{
|
||||||
|
@ -612,7 +615,8 @@
|
||||||
},
|
},
|
||||||
"freeform": {
|
"freeform": {
|
||||||
"key": "website",
|
"key": "website",
|
||||||
"type": "url"
|
"type": "url",
|
||||||
|
"addExtraTags": ["url="]
|
||||||
},
|
},
|
||||||
"id": "artwork-website",
|
"id": "artwork-website",
|
||||||
"labels": [
|
"labels": [
|
||||||
|
@ -744,4 +748,4 @@
|
||||||
"filter": [
|
"filter": [
|
||||||
"has_image"
|
"has_image"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue