chore: use questionhints

This commit is contained in:
Pieter Vander Vennet 2023-03-08 03:37:32 +01:00
parent 56d3ddfedc
commit 35d12a653d
2 changed files with 7 additions and 3 deletions

View file

@ -44,6 +44,7 @@
"layers": [
{
"id": "raw_inspire_polygons",
"description": "External dataset: inspire polygon,
"source": {
"geoJson": "https://osm-uk-addresses.russss.dev/inspire/{z}/{x}/{y}.json",
"osmTags": "inspireid~*",
@ -297,7 +298,8 @@
},
{
"id": "uk_addresses_housename",
"question": "What is the house or building name for this address?<div class='subtle'>As shown on a sign. Please do NOT add names of the people who live here!</div>",
"question": "What is the house or building name for this address?",
"questionHint": "As shown on a sign. Please do NOT add names of the people who live here!",
"render": "<div class='subtle'>House or building name</div><div><b>{addr:housename}</b></div>",
"freeform": {
"key": "addr:housename",
@ -693,4 +695,4 @@
"enableShareScreen": false,
"enableMoreQuests": false,
"credits": "Pieter Vander Vennet, Rob Nickerson, Russ Garrett"
}
}