Browse Source

BUG FIX: typo

master
Nathan Hartley 1 year ago
parent
commit
33797e2645
  1. 2
      paddling_amenities.yaml

2
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 %}

Loading…
Cancel
Save