forked from MapComplete/MapComplete
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": [
|
"tagRenderings": [
|
||||||
{
|
|
||||||
"id": "link",
|
|
||||||
"render": "<a href='https://maproulette.org/challenge/{parentId}/task/{id}'>View this task</a>"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"id": "status",
|
"id": "status",
|
||||||
"render": "Current status: {status}",
|
"render": "Current status: {status}",
|
||||||
|
@ -128,6 +124,12 @@
|
||||||
"en": "MapRoulette Item: {parentName}"
|
"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": [
|
"filter": [
|
||||||
{
|
{
|
||||||
"id": "status",
|
"id": "status",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue