Skip to content

Commit

Permalink
Use ST_Intersect in place of bbxox intersect in analyser_osmosis_doub…
Browse files Browse the repository at this point in the history
…le_tagging osm-fr#379
  • Loading branch information
frodrigo committed Nov 3, 2018
1 parent 10d27fb commit b59aa95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analysers/analyser_osmosis_double_tagging.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
FROM
{0}{2} AS {2}
JOIN {1}{3} AS {3} ON
{2}.geom && {3}.geom AND
ST_Intersects({2}.geom, {3}.geom) AND
(
({2}.name IS NULL AND {3}.name IS NULL) OR
{2}.name = {3}.name
Expand Down

0 comments on commit b59aa95

Please sign in to comment.