Add fallback as title for pharmacies without a name

This commit is contained in:
pietervdvn 2022-07-18 09:58:09 +02:00
parent c9c67936b8
commit a1c4cdd544

View file

@ -6,7 +6,13 @@
"title": {
"render": {
"en": "{name}"
},
"mappings": [{
"if": "name=",
"then": {
"en": "Pharmacy"
}
}]
},
"source": {
"osmTags": {