UX: add crosshair to map center

This commit is contained in:
Pieter Vander Vennet 2023-10-15 01:05:09 +02:00
parent a464877629
commit 4da5261db5
5 changed files with 132 additions and 82 deletions

View file

@ -331,6 +331,30 @@
}
]
},
{
"id": "show_crosshair",
"question": {
"en":"Should a crosshair be shown in the center of the display?"
},
"questionHint": {
"en":"This can help to accurately position a new element"
},
"mappings": [
{
"if": "mapcomplete-show_crosshair=yes",
"then": "Show a crosshair in the center of the map (when zoomed in above level 17)"
},
{
"if": "mapcomplete-show_crosshair=no",
"then": "Do not show a crosshair in the center of the map"
},
{
"if": "mapcomplete-show_crosshair=",
"then": "Do not show a crosshair in the center of the map",
"hideInAnswer": true
}
]
},
{
"id": "fixate-north",
"question": {