From 33797e2645099c3bf513b05f39e724e717b4ce88 Mon Sep 17 00:00:00 2001 From: Nathan Hartley Date: Tue, 10 Jan 2023 18:01:10 -0500 Subject: [PATCH] BUG FIX: typo --- paddling_amenities.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paddling_amenities.yaml b/paddling_amenities.yaml index b3f1587..74df6bf 100644 --- a/paddling_amenities.yaml +++ b/paddling_amenities.yaml @@ -17,7 +17,7 @@ query: ) feature: pre: |- - {% if tags.canoe == 'portage' (and not attribute(tags, 'surface') or attribute(tags, 'surface') == 'water') %} + {% if tags.canoe == 'portage' and ( not attribute(tags, 'surface') or attribute(tags, 'surface') == 'water' ) %} {% set key = 'waterway' %} {% set value = 'portage' %} {% elseif tags.canoe %}