forked from MapComplete/MapComplete
Merge develop
This commit is contained in:
commit
5a9f8f0a0a
62 changed files with 4448 additions and 710 deletions
|
@ -551,6 +551,31 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "scalebar",
|
||||
"question": {
|
||||
"en": "Should a scale bar be shown on the map?",
|
||||
"nl": "Moet er een schaalbalk weergegeven worden?"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "mapcomplete-preference-show-scale=true",
|
||||
"then": {
|
||||
"en": "Show the scalebar",
|
||||
"nl": "Toon de schaalbalk"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-preference-show-scale=false",
|
||||
"alsoShowIf": "mapcomplete-preference-show-scale=",
|
||||
|
||||
"then": {
|
||||
"en": "Hide the scalebar",
|
||||
"nl": "Verberg de schaalbalk"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "title-editing",
|
||||
"render": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue