From 612a1ef88dbc16de776cd90e9904414795a1e92f Mon Sep 17 00:00:00 2001 From: u4y0u <54479065+u4y0u@users.noreply.github.com> Date: Tue, 5 Nov 2024 08:35:22 +0100 Subject: [PATCH] =?UTF-8?q?Update=20moreCategories.yaml=20cat=C3=A9gories?= =?UTF-8?q?=20sant=C3=A9=20s=C3=A9par=C3=A9es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajouts de catégories Santé en 3 groupes distincts: Infirmiere - sage-femme - infirmière médecine alternative - médecine alternative - médecine complémentaire - médecine naturelle - conseil Spécialistes - physiothérapeute - podologue - psychothérapeute --- app/moreCategories.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/app/moreCategories.yaml b/app/moreCategories.yaml index a7196fe52..0751c6926 100644 --- a/app/moreCategories.yaml +++ b/app/moreCategories.yaml @@ -145,6 +145,33 @@ - animaux query: '[amenity=veterinary]' icon: veterinary +- name: Infirmiere + category: Santé + dictionary: + - sage-femme + - infirmière + query: + - '["healthcare"~"midwife|nurse"] + icon: https://cdn.jsdelivr.net/gh/osmandapp/OsmAnd-resources/icons/svg/health/nurse.svg +- name: médecine alternative + category: Santé + dictionary: + - médecine alternative + - médecine complémentaire + - médecine naturelle + - conseil + query: + - '["healthcare"~"alternative|counselling"] + icon: https://cdn.jsdelivr.net/gh/osmandapp/OsmAnd-resources/icons/svg/health/healthcare.svg +- name: Spécialistes + category: Santé + dictionary: + - physiothérapeute + - podologue + - psychothérapeute + query: + - '["healthcare"~"physiotherapist|podiatrist|psychotherapist"] + icon: https://cdn.jsdelivr.net/gh/osmandapp/OsmAnd-resources/icons/svg/health/doctors3.svg ################################