forked from MapComplete/MapComplete
Themes: add correct title for cafe, nightclub and bar if no name is present, fix #1704
This commit is contained in:
parent
41b6eea430
commit
0129845d22
1 changed files with 18 additions and 0 deletions
|
@ -69,6 +69,24 @@
|
|||
"eu": "<i>{name}</i>",
|
||||
"cs": "<i>{name}</i>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if":"amenity=bar",
|
||||
"then": {
|
||||
"en":"Bar"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if":"amenity=cafe",
|
||||
"then": {
|
||||
"en":"Cafe"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if":"amenity=nightclub",
|
||||
"then": {
|
||||
"en":"Nightclub"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue