forked from MapComplete/MapComplete
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": [
|
||||
"images",
|
||||
"opening_hours",
|
||||
"phone",
|
||||
"email",
|
||||
"website",
|
||||
"contact",
|
||||
"address.address",
|
||||
{
|
||||
"question": {
|
||||
"en": "What is the name of this dentist?",
|
||||
|
|
|
@ -102,9 +102,8 @@
|
|||
"id": "name"
|
||||
},
|
||||
"opening_hours_by_appointment",
|
||||
"phone",
|
||||
"email",
|
||||
"website",
|
||||
"contact",
|
||||
"address.address",
|
||||
{
|
||||
"id": "specialty",
|
||||
"render": {
|
||||
|
|
|
@ -144,6 +144,7 @@
|
|||
}
|
||||
},
|
||||
"contact",
|
||||
"address.address",
|
||||
{
|
||||
"id": "oh-visitor",
|
||||
"question": {
|
||||
|
|
|
@ -148,6 +148,7 @@
|
|||
},
|
||||
"opening_hours",
|
||||
"contact",
|
||||
"address.address",
|
||||
"payment-options",
|
||||
"wheelchair"
|
||||
],
|
||||
|
|
|
@ -95,9 +95,8 @@
|
|||
"id": "name"
|
||||
},
|
||||
"opening_hours_by_appointment",
|
||||
"phone",
|
||||
"email",
|
||||
"website"
|
||||
"contact",
|
||||
"address.address"
|
||||
],
|
||||
"filter": [
|
||||
"open_now"
|
||||
|
|
|
@ -418,10 +418,6 @@
|
|||
"if": "theme=mapcomplete-changes",
|
||||
"then": "./assets/svg/logo.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=maproulette",
|
||||
"then": "./assets/layers/maproulette/logomark.svg"
|
||||
},
|
||||
{
|
||||
"if": "theme=maps",
|
||||
"then": "./assets/themes/maps/logo.svg"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue