forked from MapComplete/MapComplete
Add mappings
This commit is contained in:
parent
dcb44ce864
commit
c4829f9ab8
3 changed files with 170 additions and 2 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue