63 lines
2.2 KiB
JSON
63 lines
2.2 KiB
JSON
{
|
|
"id": "usersettings",
|
|
"description": {
|
|
"en": "A special layer which is not meant to be shown on a map, but which is used to set user settings"
|
|
},
|
|
"title": null,
|
|
"source": {
|
|
"osmTags": "id~*"
|
|
},
|
|
"tagRenderings": [
|
|
{
|
|
"id": "picture-license",
|
|
"description": "This question is not meant to be placed on an OpenStreetMap-element; however it is used in the user information panel to ask which license the user wants",
|
|
"question": {
|
|
"en": "Under what license do you want to publish your pictures?"
|
|
},
|
|
"mappings": [
|
|
{
|
|
"if": "mapcomplete-pictures-license=",
|
|
"then": {
|
|
"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 <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 <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 <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
|
|
}
|