Skip to content

Commit

Permalink
Exclude state=proposed
Browse files Browse the repository at this point in the history
  • Loading branch information
Famlam authored and frodrigo committed May 26, 2024
1 parent ad61ff8 commit 9fbdd7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion analysers/analyser_osmosis_relation_route_access.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@
relations.tags?'type' AND
relations.tags->'type' = 'route' AND
relations.tags?'route' AND
relations.tags->'route' = '{2}'
relations.tags->'route' = '{2}' AND
(NOT relations.tags?'state' OR relations.tags->'state' != 'proposed')
GROUP BY
ways.id,
relations.id,
Expand Down

0 comments on commit 9fbdd7d

Please sign in to comment.