|
@ -17,7 +17,7 @@ query: |
|
|
) |
|
|
) |
|
|
feature: |
|
|
feature: |
|
|
pre: |- |
|
|
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 key = 'waterway' %} |
|
|
{% set value = 'portage' %} |
|
|
{% set value = 'portage' %} |
|
|
{% elseif tags.canoe %} |
|
|
{% elseif tags.canoe %} |
|
|