Browse Source

health: include amenity=scale

master
parent
commit
1cec12b9f6
  1. 5
      health.yaml

5
health.yaml

@ -31,7 +31,7 @@ query:
) )
14: |- 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]; nwr[healthcare];
) )
feature: feature:
@ -91,6 +91,9 @@ const:
- types: - types:
- amenity=baby_hatch - amenity=baby_hatch
sign: 🚼 sign: 🚼
- types:
- amenity=scale
sign: <i class='fa-solid fa-weight-scale'></i>
- types: - types:
- healthcare=blood_bank - healthcare=blood_bank
sign: <img data-src='maki:blood-bank'> sign: <img data-src='maki:blood-bank'>

Loading…
Cancel
Save