forked from MapComplete/MapComplete
Themes(postboxes): add contact info, add condition for post partner
This commit is contained in:
parent
0dd96f469b
commit
8fcc747370
1 changed files with 3 additions and 4 deletions
|
@ -140,10 +140,7 @@
|
|||
],
|
||||
"tagRenderings": [
|
||||
"images",
|
||||
{
|
||||
"id": "minimap",
|
||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
||||
},
|
||||
"contact",
|
||||
{
|
||||
"builtin": "opening_hours",
|
||||
"override": {
|
||||
|
@ -171,6 +168,8 @@
|
|||
"cs": "Jedná se o partnerskou poštu?",
|
||||
"nl": "Is dit een postkantoor?"
|
||||
},
|
||||
"#condition": "If it is a post office, it'll won't be a post partner...",
|
||||
"condition": "amenity!=post_office",
|
||||
"mappings": [
|
||||
{
|
||||
"if": "post_office=post_partner",
|
||||
|
|
Loading…
Reference in a new issue