From 1cec12b9f677d9f09428185196a488db73ebc595 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= <skunk@cg.tuwien.ac.at>
Date: Wed, 4 Dec 2024 10:24:17 +0100
Subject: [PATCH] health: include amenity=scale

---
 health.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/health.yaml b/health.yaml
index eda2fdb..c7489b0 100644
--- a/health.yaml
+++ b/health.yaml
@@ -31,7 +31,7 @@ query:
     )
   14: |-
     (
-    nwr[amenity~"^(.*;|)(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary)(;.*|)$"];
+    nwr[amenity~"^(.*;|)(baby_hatch|clinic|dentist|doctors|hospital|nursing_home|pharmacy|social_facility|veterinary|scale)(;.*|)$"];
     nwr[healthcare];
     )
 feature:
@@ -91,6 +91,9 @@ const:
   - types:
       - amenity=baby_hatch
     sign: 🚼
+  - types:
+      - amenity=scale
+    sign: <i class='fa-solid fa-weight-scale'></i>
   - types:
       - healthcare=blood_bank
     sign: <img data-src='maki:blood-bank'>