Skip to content

Commit

Permalink
Prevent reports on the intersecting node in P-ways
Browse files Browse the repository at this point in the history
  • Loading branch information
Famlam committed Jan 1, 2025
1 parent da20bb3 commit 48e4924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysers/analyser_osmosis_highway_almost_junction.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
highway NOT IN ('service', 'footway', 'path', 'platform', 'steps') AND
NOT is_construction AND
NOT is_polygon AND
ST_IsSimple(linestring) AND -- ignore self-intersecting P-shaped ways
ST_Length(linestring_proj) > 10
) AS t
LEFT JOIN highways ON
Expand Down

0 comments on commit 48e4924

Please sign in to comment.