Use title icon
This commit is contained in:
parent
3f2d50b2e1
commit
e2dd4a4325
1 changed files with 6 additions and 4 deletions
|
@ -52,10 +52,6 @@
|
|||
}
|
||||
],
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "link",
|
||||
"render": "<a href='https://maproulette.org/challenge/{parentId}/task/{id}'>View this task</a>"
|
||||
},
|
||||
{
|
||||
"id": "status",
|
||||
"render": "Current status: {status}",
|
||||
|
@ -128,6 +124,12 @@
|
|||
"en": "MapRoulette Item: {parentName}"
|
||||
}
|
||||
},
|
||||
"titleIcons": [
|
||||
{
|
||||
"id": "maproulette",
|
||||
"render": "<a href='https://maproulette.org/challenge/{parentId}/task/{id}' target='_blank'><img src='./assets/layers/maproulette/logomark.svg'/></a>"
|
||||
}
|
||||
],
|
||||
"filter": [
|
||||
{
|
||||
"id": "status",
|
||||
|
|
Loading…
Reference in a new issue