Add mappings

This commit is contained in:
Robin van der Linde 2022-02-22 19:55:08 +01:00
parent dcb44ce864
commit c4829f9ab8
3 changed files with 170 additions and 2 deletions

View file

@ -56,7 +56,33 @@
"zh_Hant": "郵筒",
"id": "Kotak pos",
"hu": "Postaláda"
}
},
"mappings": [
{
"if": {
"and": [
"post_office=post_partner",
"name="
]
},
"then": {
"en": "Post partner at a shop",
"de": "Postfiliale im Einzelhandel"
}
},
{
"if": {
"and": [
"post_office=post_partner",
"name~*"
]
},
"then": {
"en": "Post partner at {name}",
"de": "Postfiliale im {name}"
}
}
]
},
"description": {
"en": "The layer showing postboxes.",
@ -489,7 +515,7 @@
]
},
{
"id": "addLayer",
"id": "shops",
"name": {
"en": "Shops"
},