Themes(healthcare): add address info to all layers, fix #1202

This commit is contained in:
Pieter Vander Vennet 2025-02-03 11:48:05 +01:00
parent 1ecc63e5c8
commit 123c50a5c0
6 changed files with 8 additions and 13 deletions

View file

@ -89,9 +89,8 @@
"tagRenderings": [
"images",
"opening_hours",
"phone",
"email",
"website",
"contact",
"address.address",
{
"question": {
"en": "What is the name of this dentist?",

View file

@ -102,9 +102,8 @@
"id": "name"
},
"opening_hours_by_appointment",
"phone",
"email",
"website",
"contact",
"address.address",
{
"id": "specialty",
"render": {

View file

@ -144,6 +144,7 @@
}
},
"contact",
"address.address",
{
"id": "oh-visitor",
"question": {

View file

@ -148,6 +148,7 @@
},
"opening_hours",
"contact",
"address.address",
"payment-options",
"wheelchair"
],

View file

@ -95,9 +95,8 @@
"id": "name"
},
"opening_hours_by_appointment",
"phone",
"email",
"website"
"contact",
"address.address"
],
"filter": [
"open_now"

View file

@ -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"