Add ids to layers in themes

This commit is contained in:
Pieter Vander Vennet 2021-09-26 19:59:51 +02:00
parent 39166ff806
commit 0ca19a5a03
10 changed files with 95 additions and 60 deletions

View file

@ -33,14 +33,16 @@
"question": "What is the name of this cycle highway?",
"freeform": {
"key": "name"
}
},
"id": "cycle_highways-name"
},
{
"render": "Referentienummer is <b>{ref}</b>",
"question": "What is the reference number of this cycle highway?",
"freeform": {
"key": "ref"
}
},
"id": "cycle_highways-ref"
},
{
"render": "The current state of this link is {state}",
@ -84,7 +86,8 @@
"if": "state=",
"then": "This link is operational and signposted"
}
]
],
"id": "cycle_highways-state"
},
{
"render": "This part is {_length:km}km long"