Themes(healthcare): add address info to all layers, fix #1202
This commit is contained in:
parent
1ecc63e5c8
commit
123c50a5c0
6 changed files with 8 additions and 13 deletions
|
@ -89,9 +89,8 @@
|
||||||
"tagRenderings": [
|
"tagRenderings": [
|
||||||
"images",
|
"images",
|
||||||
"opening_hours",
|
"opening_hours",
|
||||||
"phone",
|
"contact",
|
||||||
"email",
|
"address.address",
|
||||||
"website",
|
|
||||||
{
|
{
|
||||||
"question": {
|
"question": {
|
||||||
"en": "What is the name of this dentist?",
|
"en": "What is the name of this dentist?",
|
||||||
|
|
|
@ -102,9 +102,8 @@
|
||||||
"id": "name"
|
"id": "name"
|
||||||
},
|
},
|
||||||
"opening_hours_by_appointment",
|
"opening_hours_by_appointment",
|
||||||
"phone",
|
"contact",
|
||||||
"email",
|
"address.address",
|
||||||
"website",
|
|
||||||
{
|
{
|
||||||
"id": "specialty",
|
"id": "specialty",
|
||||||
"render": {
|
"render": {
|
||||||
|
|
|
@ -144,6 +144,7 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"contact",
|
"contact",
|
||||||
|
"address.address",
|
||||||
{
|
{
|
||||||
"id": "oh-visitor",
|
"id": "oh-visitor",
|
||||||
"question": {
|
"question": {
|
||||||
|
|
|
@ -148,6 +148,7 @@
|
||||||
},
|
},
|
||||||
"opening_hours",
|
"opening_hours",
|
||||||
"contact",
|
"contact",
|
||||||
|
"address.address",
|
||||||
"payment-options",
|
"payment-options",
|
||||||
"wheelchair"
|
"wheelchair"
|
||||||
],
|
],
|
||||||
|
|
|
@ -95,9 +95,8 @@
|
||||||
"id": "name"
|
"id": "name"
|
||||||
},
|
},
|
||||||
"opening_hours_by_appointment",
|
"opening_hours_by_appointment",
|
||||||
"phone",
|
"contact",
|
||||||
"email",
|
"address.address"
|
||||||
"website"
|
|
||||||
],
|
],
|
||||||
"filter": [
|
"filter": [
|
||||||
"open_now"
|
"open_now"
|
||||||
|
|
|
@ -418,10 +418,6 @@
|
||||||
"if": "theme=mapcomplete-changes",
|
"if": "theme=mapcomplete-changes",
|
||||||
"then": "./assets/svg/logo.svg"
|
"then": "./assets/svg/logo.svg"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"if": "theme=maproulette",
|
|
||||||
"then": "./assets/layers/maproulette/logomark.svg"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"if": "theme=maps",
|
"if": "theme=maps",
|
||||||
"then": "./assets/themes/maps/logo.svg"
|
"then": "./assets/themes/maps/logo.svg"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue