diff --git a/paddling_amenities.yaml b/paddling_amenities.yaml index 5581cc4..77eebfe 100644 --- a/paddling_amenities.yaml +++ b/paddling_amenities.yaml @@ -2,7 +2,7 @@ type: overpass query: '14': |- ( - node["canoe"="put_in"]; + node["canoe"~"^put_in|egress|put_in;egress$"]; node["leisure"="slipway"]; way["canoe"="portage"]; nwr[shop~"^(boat)$"]["boat:type"~"^(.*;|)canoe|kayak|standup_paddleboard|dinghy|pedalboat(|;.*)$"]; @@ -42,7 +42,7 @@ feature: description: | {{ tagTrans(key, value) }} body: |- - {% if constIndex in ['canoe=put_in', 'leisure=slipway','canoe=portage'] %} + {% if constIndex in ['canoe=put_in', 'canoe=egress', 'canoe=put_in;egress', 'leisure=slipway','canoe=portage'] %}