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": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
{
|
"contact",
|
||||||
"id": "minimap",
|
|
||||||
"render": "{minimap(18): height: 5rem; overflow: hidden; border-radius:3rem; }"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"builtin": "opening_hours",
|
"builtin": "opening_hours",
|
||||||
"override": {
|
"override": {
|
||||||
|
@ -171,6 +168,8 @@
|
||||||
"cs": "Jedná se o partnerskou poštu?",
|
"cs": "Jedná se o partnerskou poštu?",
|
||||||
"nl": "Is dit een postkantoor?"
|
"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": [
|
"mappings": [
|
||||||
{
|
{
|
||||||
"if": "post_office=post_partner",
|
"if": "post_office=post_partner",
|
||||||
|
|
Loading…
Reference in a new issue