forked from MapComplete/MapComplete
Add name and species to tree title (if applicable); fix issue with dropdown in tagrenderingquestion
This commit is contained in:
parent
2fe67c7dc1
commit
1bf3be987b
2 changed files with 26 additions and 4 deletions
|
@ -31,6 +31,28 @@
|
|||
"es": "Árbol"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": {
|
||||
"and": ["name~*","species:wikidata~*"]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name} ({wikidata_label(species:wikidata)})"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": {
|
||||
"and": ["name~*"]
|
||||
},
|
||||
"then": {
|
||||
"*": "{name}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "species:wikidata~*",
|
||||
"then": {
|
||||
"*": "{wikidata_label(species:wikidata)}"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "species~*",
|
||||
"then": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue