forked from MapComplete/MapComplete
Move license picker into usersettings, add possibility to highlight a setting
This commit is contained in:
parent
9202cbe8e2
commit
4ed88609e5
16 changed files with 204 additions and 103 deletions
|
@ -18,29 +18,45 @@
|
|||
{
|
||||
"if": "mapcomplete-pictures-license=",
|
||||
"then": {
|
||||
"en": "No license has been chosen yet"
|
||||
"en": "Pictures you take will be licensed with <b>CC0</b> and added to the public domain. This means that everyone can use your pictures for any purpose. <span class='subtle'>This is the default choice.</span>"
|
||||
},
|
||||
"hideInAnswer": true
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-pictures-license=CC0",
|
||||
"then": {
|
||||
"en": "Pictures you take will be licensed with CC0 and added to the public domain. This means that everyone can use your pictures for any purpose."
|
||||
"en": "Pictures you take will be licensed with <b>CC0</b> and added to the public domain. This means that everyone can use your pictures for any purpose."
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-pictures-license=CC-BY 4.0",
|
||||
"then": {
|
||||
"en": "Pictures you take will be licensed with CC-BY 4.0 which requires everyone using your picture that they have to attribute you"
|
||||
"en": "Pictures you take will be licensed with <b>CC-BY 4.0</b> which requires everyone using your picture that they have to attribute you"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "mapcomplete-pictures-license=CC-BY-SA 4.0",
|
||||
"then": {
|
||||
"en": "Pictures you take will be licensed with CC-BY-SA 4.0 which means that everyone using your picture must attribute you and that derivatives of your picture must be reshared with the same license."
|
||||
"en": "Pictures you take will be licensed with <b>CC-BY-SA 4.0</b> which means that everyone using your picture must attribute you and that derivatives of your picture must be reshared with the same license."
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "translation-thanks",
|
||||
"condition": "_is_translator=true",
|
||||
"mappings": [{
|
||||
"if": "_is_translator=true",
|
||||
"then": {
|
||||
"en": "You have contributed to translating MapComplete! That's awesome!"
|
||||
},
|
||||
"icon": "party"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"id": "debug",
|
||||
"condition": "_name=Pieter Vander Vennet",
|
||||
"render": "{all_tags()}"
|
||||
}
|
||||
],
|
||||
"mapRendering": null
|
||||
|
|
|
@ -1493,7 +1493,7 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"induction-loop": {
|
||||
"induction-loop": {
|
||||
"description": "An accessibility feature: induction loops are for hard-hearing persons which have an FM-receiver.",
|
||||
"question": {
|
||||
"en": "Does this place have an audio induction loop for people with reduced hearing?",
|
||||
|
@ -1766,4 +1766,4 @@
|
|||
"ca": "El nom de la xarxa és <b>{internet_access:ssid}</b>"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue