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": [ "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?",

View file

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

View file

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

View file

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

View file

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

View file

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