From 14ea9f632b535b06c316e746db84d5866d696fb8 Mon Sep 17 00:00:00 2001 From: Nathan Hartley Date: Sun, 8 Jan 2023 20:16:24 -0500 Subject: [PATCH] Added support for wheelchair tag. --- paddling_amenities.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/paddling_amenities.yaml b/paddling_amenities.yaml index 251dfb2..fa0cd12 100644 --- a/paddling_amenities.yaml +++ b/paddling_amenities.yaml @@ -47,6 +47,9 @@ feature:
{{ keyTrans('Fee') }}
{{ attribute(tags, 'fee') ? tagTrans('fee', attribute(tags, 'fee')) : '' }}
+
{{ keyTrans('Wheelchair') }}
+
{{ attribute(tags, 'wheelchair') ? tagTrans('wheelchair', attribute(tags, 'wheelchair')) : '' }}
+
{{ trans('Photos') }}
{% if attribute(tags, 'mapillary') %}