chore: use questionhints
This commit is contained in:
parent
56d3ddfedc
commit
35d12a653d
2 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue