Fix: maproulette import flow

This commit is contained in:
Pieter Vander Vennet 2023-06-09 16:13:35 +02:00
parent f80054558f
commit 5f7cc351c9
18 changed files with 331 additions and 114 deletions

View file

@ -60,7 +60,6 @@
"tagRenderings": [
{
"id": "status",
"render": "Current status: {status}",
"mappings": [
{
"if": "status=0",
@ -130,6 +129,7 @@
]
},
{
"labels": ["controls"],
"id": "mark_fixed",
"render": {
"special": {
@ -144,6 +144,7 @@
},
{
"id": "mark_duplicate",
"labels": ["controls"],
"render": {
"special": {
"type": "maproulette_set_status",
@ -159,6 +160,7 @@
},
{
"id": "mark_too_hard",
"labels": ["controls"],
"render": {
"special": {
"type": "maproulette_set_status",
@ -306,4 +308,4 @@
]
}
]
}
}