forked from MapComplete/MapComplete
UX: add crosshair to map center
This commit is contained in:
parent
a464877629
commit
4da5261db5
5 changed files with 132 additions and 82 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue