Add fallback as title for pharmacies without a name
This commit is contained in:
parent
c9c67936b8
commit
a1c4cdd544
1 changed files with 7 additions and 1 deletions
|
@ -6,7 +6,13 @@
|
|||
"title": {
|
||||
"render": {
|
||||
"en": "{name}"
|
||||
}
|
||||
},
|
||||
"mappings": [{
|
||||
"if": "name=",
|
||||
"then": {
|
||||
"en": "Pharmacy"
|
||||
}
|
||||
}]
|
||||
},
|
||||
"source": {
|
||||
"osmTags": {
|
||||
|
|
Loading…
Reference in a new issue