Studio: improvements after user test

This commit is contained in:
Pieter Vander Vennet 2023-11-02 04:35:32 +01:00
parent 449c1adb00
commit e79a0fc81d
59 changed files with 1312 additions and 2920 deletions

View file

@ -8523,7 +8523,8 @@
"2": {
"then": "This shops does not offer key cutting as a service"
}
}
},
"question": "Does this shop offer key cutting?"
},
"organic": {
"mappings": {
@ -8631,7 +8632,38 @@
},
"slow_roads": {
"description": "All carfree roads",
"name": "Paths, carfree and slow roads",
"tagRenderings": {
"explanation": {
"mappings": {
"0": {
"then": "This is a living street"
},
"1": {
"then": "This is a wide, carfree street"
},
"2": {
"then": "This is a footway"
},
"3": {
"then": "This is a small path"
},
"4": {
"then": "This is a bridleway"
},
"5": {
"then": "This is a land access road"
}
}
},
"slow_road_is_lit": {
"mappings": {
"1": {
"then": "Not lit"
}
},
"question": "Is this road lit at night?"
},
"slow_roads-surface": {
"mappings": {
"0": {
@ -8659,8 +8691,29 @@
"then": "The surface is <b>paved</b>"
}
},
"question": "What surface does this road have?",
"render": "The surface is <b>{surface}</b>"
}
},
"title": {
"mappings": {
"1": {
"then": "Footway"
},
"2": {
"then": "Cycleway"
},
"3": {
"then": "Pedestrian street"
},
"4": {
"then": "Living street"
},
"5": {
"then": "Small path"
}
},
"render": "Slow road"
}
},
"speed_camera": {
@ -9696,6 +9749,7 @@
}
},
"trail": {
"description": "Waymarked trails",
"name": "Trails",
"tagRenderings": {
"Color": {
@ -9712,7 +9766,47 @@
"3": {
"then": "Yellow trail"
}
}
},
"question": "What is the reference colour of this trail?",
"render": "The reference colour is {colour}"
},
"Name": {
"question": "What is the name of this trail?",
"render": "This trail is called <b>{name}</b>"
},
"Operator tag": {
"mappings": {
"0": {
"then": "This trail is maintained by Natuurpunt"
},
"1": {
"then": "This trail is maintained by {operator}"
}
},
"question": "Who maintains this trail?",
"render": "This trail is maintained by {operator}"
},
"Wheelchair access": {
"mappings": {
"0": {
"then": "This trail is wheelchair-accessible"
},
"1": {
"then": "This trail is not wheelchair accessible"
}
},
"question": "Is this trail wheelchair accessible?"
},
"pushchair access": {
"mappings": {
"0": {
"then": "This trail is accessible with a pushchair"
},
"1": {
"then": "This trail is not accessible with a pushchair"
}
},
"question": "Is this trail accessible with a pushchair?"
},
"trail-length": {
"render": "The trail is {_length:km} kilometers long"

View file

@ -4246,11 +4246,6 @@
"question": "¿De qué color es la luz que emite esta lámpara?",
"render": "Esta lámpara emite luz {light:colour}"
},
"count": {
"mappings": {
"0": {}
}
},
"direction": {
"question": "¿Hacia donde apunta esta lámpara?",
"render": "Esta lámpara apunta hacia {light:direction}"

View file

@ -340,9 +340,6 @@
"description": "Létesítmény, ahonnan kerékpár kölcsönözhető hosszabb időre",
"tagRenderings": {
"bicycle-library-target-group": {
"mappings": {
"0": {}
},
"question": "Ki kölcsönözhet itt kerékpárt?"
},
"bicycle_library-charge": {

View file

@ -3272,13 +3272,6 @@
"render": "Klok"
}
},
"crab_address": {
"tagRenderings": {
"render_crab": {
"render": "Volgens het CRAB ligt hier <b>{STRAATNM}</b> {HUISNR} (label: {HNRLABEL})"
}
}
},
"crossings": {
"description": "Oversteekplaatsen voor voetgangers en fietsers",
"name": "Oversteekplaatsen",
@ -7631,6 +7624,9 @@
"tagRenderings": {
"explanation": {
"mappings": {
"0": {
"then": "<div> Dit is een woonerf: <ul><li>Voetgangers mogen hier de volledige breedte van de straat gebruiken</li><li>Gemotoriseerd verkeer mag maximaal <b>20km/h</b> rijden</li></ul></div>"
},
"1": {
"then": "Dit is een brede, autovrije straat"
},
@ -7648,6 +7644,14 @@
}
}
},
"slow_road_is_lit": {
"mappings": {
"1": {
"then": "Niet verlicht"
}
},
"question": "Is deze weg 's nachts verlicht?"
},
"slow_roads-surface": {
"mappings": {
"0": {
@ -7695,6 +7699,9 @@
},
"4": {
"then": "Woonerf"
},
"5": {
"then": "Klein pad"
}
},
"render": "Trage weg"