forked from MapComplete/MapComplete
Feature: allow to disable map rotation
This commit is contained in:
parent
bc385259ed
commit
2cc943889d
6 changed files with 108 additions and 65 deletions
|
@ -221,6 +221,26 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "fixate-north",
|
||||
"question": {
|
||||
"en": "Should north always be up?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-fixate-north=",
|
||||
"then": {
|
||||
"en": "Allow to rotate the map"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-fixate-north=yes",
|
||||
"then": {
|
||||
"en": "Always keep north pointing up"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "mangrove-keys",
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue